- -Type parameter that supports "AllInLeft" and "OnlyIfInBoth".
- -RightJoinScript and -LeftJoinScript parameters to support custom joining scripts.
- -RightJoinProperty and -LeftJoinProperty now supports multiple Properties (String Array) to join on multiple columns.
- Convert DBNull to $null when going from DataTable to PSCustomObject.
- Join-Object initial release.
- Join-Object LINQ Edition concept code.