ash_sqlite/CHANGELOG.md

57 lines
1.1 KiB
Markdown
Raw Normal View History

2023-10-11 08:43:11 +13: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 -->
2024-05-07 03:37:04 +12:00
## [v0.1.2-rc.1](https://github.com/ash-project/ash_sqlite/compare/v0.1.2-rc.0...v0.1.2-rc.1) (2024-05-06)
### Bug Fixes:
* properly scope deletes to the records in question
* update ash_sqlite to get `ilike` behavior fix
### Improvements:
* support `contains` function
2024-04-16 01:42:47 +12:00
## [v0.1.2-rc.0](https://github.com/ash-project/ash_sqlite/compare/v0.1.1...v0.1.2-rc.0) (2024-04-15)
### Bug Fixes:
* reenable mix tasks that we need to call
### Improvements:
* support `mix ash.rollback`
* support Ash 3.0, leverage `ash_sql` package
* fix datetime migration type discovery
2023-10-13 08:03:45 +13:00
## [v0.1.1](https://github.com/ash-project/ash_sqlite/compare/v0.1.0...v0.1.1) (2023-10-12)
### Improvements:
* add `SqliteMigrationDefault`
* support query aggregates
2023-10-12 13:23:58 +13:00
## [v0.1.0](https://github.com/ash-project/ash_sqlite/compare/v0.1.0...v0.1.0) (2023-10-12)
2023-10-11 08:43:11 +13:00
### Improvements:
2023-10-12 13:24:36 +13:00
* Port and adjust `AshPostgres` to `AshSqlite`