Skip to content

0.5.0

Pre-release
Pre-release

Choose a tag to compare

@code-distortion code-distortion released this 23 Apr 07:43
· 24 commits to master since this release

[0.5.0] - 2021-04-23

Changed (breaking)

  • Tweaked the way nulls are handled in calculations. Now:
    • Adding or subtracting null with null will give null,
    • Adding or subtracting a value (eg. 5) with null will give the value (5),
    • Multiplying or dividing null with null will give null,
    • Multiplying or dividing a value (eg. 5) with null will give null,

Added

  • New ->isNull() method