Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ofriw committed Feb 16, 2025
1 parent 7d1fa64 commit 0d90995
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 0d90995

Please sign in to comment.