Releases: FirebaseExtended/bolt
Releases · FirebaseExtended/bolt
v0.4.1
v0.4.0
- Guide to using the Bolt Compiler.
- Experiment to allow read() and write() expressions in type statements.
- Ternary operator now forces result to be a value (not a reference).
v0.3.0
- Support for multi-location updates. Bolt will now generate newData.parent()... relative references when using
root
in a write or validate rule. - Collections (Map and Type[]) and Generic Types now supported.
- New key() global function returns the inner-most key (parent location name).
- Better language documentation.
v0.2.0
- Abbreviated functions, methods, and path statements (see docs/language.md for details).
- Output JSON validation functions are now formatted in a property tree instead of a long expression of AND-ed terms.
- Mail Simulator test now fully functioning.
- Travis Continuous Integration tests now implemented for this project.
v0.1.0
- First NPM alpha release.