Skip to content

Use default on null

Compare
Choose a tag to compare
@curran curran released this 25 Jul 06:23
· 34 commits to master since this release

The value null is now replaced by the default value.

Technically this change is not backwards compatible, so I made this a major versiom bump just in case someone is relying on null coming through (which is doubtful but you never know).

Many thanks to @CoryJ34 for this contribution (PR #29) !