Skip to content

Simplify and Support Null

Choose a tag to compare

@curran curran released this 13 Apr 08:03
· 145 commits to master since this release

This release introduces two changes:

  • The literal value null is now supported as a way to express optional properties that have no defined value. See datavis-tech/reactive-function#1
  • The errors about adding public properties after accessing model.state have been removed. See #13