From 0d909954ab0416e48628bedc9ec0cb30abeb78e0 Mon Sep 17 00:00:00 2001 From: Ofri Wolfus Date: Sun, 16 Feb 2025 10:08:46 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 13f71df..5b3e232 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,24 @@ and GoatDB adheres to ## [Unreleased] +## [0.1.2] - 2025-02-16 + +### 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 + ## [0.1.1] - 2025-02-15 ### Added @@ -28,6 +46,7 @@ and GoatDB adheres to - Initial release -[Unreleased]: https://github.com/goatplatform/goatdb/releases/tag/v0.1.1...HEAD +[Unreleased]: https://github.com/goatplatform/goatdb/releases/tag/v0.1.2...HEAD +[0.1.2]: https://github.com/goatplatform/goatdb/releases/tag/v0.1.2 [0.1.1]: https://github.com/goatplatform/goatdb/releases/tag/v0.1.1 [0.1.0]: https://github.com/goatplatform/goatdb/releases/tag/v0.1.0