Skip to content

Releases: goatplatform/goatdb

v0.1.6

26 Feb 08:11
Compare
Choose a tag to compare

Added

  • FileImpl.getCWD to get the current working directory
  • cli/link.ts now enables easy development of GoatDB alongside an existing project

Fixed

  • Debug server now correctly turns on debug mode

v0.1.3

24 Feb 12:01
Compare
Choose a tag to compare

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 throw
  • JSONLogFile 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

16 Feb 08:09
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

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

v0.1.1

15 Feb 11:59
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Added

  • ServerOptions.autoCreateUser for environment-specific user creation

Changed

  • Updated LLM cheatsheet

Removed

  • Operator Emails

v0.1.0

13 Feb 11:57
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First beta availability