Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@jamiepollock jamiepollock released this 12 Jan 02:28
· 2 commits to v1/dev since this release

Second part of dropping nullable support now in the Flatten() extension methods.

Breaking changes

Flatten() no longer support nullable objects in the incoming array. These should be filtered out before they hit this call. Top level nullability will still be supported at this time if the array is a null object.