Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Nov 08:41
· 59 commits to main since this release

4.0.0 (2024-11-12)

Bug Fixes

  • function get now returns null instead of undefined when a property doesn't exist (95d1764)

Features

  • implement a language agnostic JSON test suite (#6) (3c3701d)
  • implement function if (2be6115)

BREAKING CHANGES

  • Function get now returns null instead of undefined when a property doesn't exist