Simplify and Support Null
This release introduces two changes:
- The literal value
nullis 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.statehave been removed. See #13