ash_cubdb/CHANGELOG.md

61 lines
1 KiB
Markdown
Raw Normal View History

2023-08-07 15:21:29 +12:00
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
2023-10-02 16:19:02 +13:00
## [v0.4.1](https://code.harton.nz/james/ash_cubdb/compare/v0.4.0...v0.4.1) (2023-10-02)
### Bug Fixes:
* correctly enable filtering and sorting.
2023-10-02 15:43:40 +13:00
## [v0.4.0](https://code.harton.nz/james/ash_cubdb/compare/v0.3.1...v0.4.0) (2023-10-02)
### Features:
* Support destroying records.
### Bug Fixes:
* honour tenancy when updating.
2023-10-02 15:29:20 +13:00
## [v0.3.1](https://code.harton.nz/james/ash_cubdb/compare/v0.3.0...v0.3.1) (2023-10-02)
### Bug Fixes:
* enable sorting capability.
2023-10-02 15:23:00 +13:00
## [v0.3.0](https://code.harton.nz/james/ash_cubdb/compare/v0.2.0...v0.3.0) (2023-10-02)
### Features:
* Support updating existing records.
2023-09-29 20:31:46 +13:00
## [v0.2.0](https://code.harton.nz/james/ash_cubdb/compare/v0.1.0...v0.2.0) (2023-09-29)
### Features:
* `create` and `read` works.
2023-08-07 15:21:29 +12:00
## [v0.1.0](https://code.harton.nz/james/ash_cubdb/compare/v0.1.0...v0.1.0) (2023-08-07)