Releases: goatplatform/goatdb
Releases · goatplatform/goatdb
v0.1.6
v0.1.3
Added
BaseTimer.reset
to reset the timer and reschedule it
Changed
- GoatDB is now licensed under Apache 2.0
JSONLogFile.append
now automatically scans the log file rather than throwJSONLogFile
worker now uses the transpiled JS version both for the server
and the browser- Improved React SPA skaffold
ServerOptions.domain
enables fine control over domain / organization mapping
Fixed
- Configuration is now correctly injected into the app bundle
v0.1.2
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