Skip to content

v0.1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ofriw ofriw released this 16 Feb 08:09
· 30 commits to main since this release

Added

  • Item.isNull to check if an item has a null schema
  • It's now possible to override the authorization rules for /sys/users and
    /sys/*
  • Query.sortDescending to sort results in descending order

Changed

  • Item.get now returns undefined for null items

Fixed

  • Init script calling manager.register() instead of manager.registerSchema()
  • Item.isNull now works as expected