Releases: FirebaseExtended/bolt
Releases · FirebaseExtended/bolt
v0.8.4
v0.8.3
v0.8.2
v0.8.1
v0.8.0
- Allow
write()
aliases ofcreate()
,update()
anddelete()
.
v0.7.1
- Parse errors are more granular - reporting the source of the error line rather than just failing a whole type or path statement.
v0.7.0
- Path expressions should now use path template syntax instead of wildcard variables.
- Deprecate fn(x) = exp; function definition format (with deprecation warning).
v0.6.0
- Testing-only: Create /tmp dir if not already created in CLI test.
- Allow hyphens in paths.
- Nested path statements.
v0.5.0
- Support string.test(/regexp/) format (formerly required regexp in a quoted string).
- Added regexp test and samples.
- Allow quoted property names in type statements.
- Parser failed when empty string used.
v0.4.2
- Invoke validation function for all String ancestors types.
- Handle command line arguments and help for firebase-bolt CLI.