ash_money/CHANGELOG.md
2024-05-12 12:52:10 -04:00

105 lines
1.9 KiB
Markdown

# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [v0.1.7](https://github.com/ash-project/ash_money/compare/v0.1.6...v0.1.7) (2024-05-12)
### Improvements:
* add money sub & negation operators
## [v0.1.6](https://github.com/ash-project/ash_money/compare/v0.1.6-rc.2...v0.1.6) (2024-05-10)
## [v0.1.6-rc.2](https://github.com/ash-project/ash_money/compare/v0.1.6-rc.1...v0.1.6-rc.2) (2024-05-05)
### Bug Fixes:
* update ash_postgres dependency and fix version numbers in extension
## [v0.1.6-rc.1](https://github.com/ash-project/ash_money/compare/v0.1.6-rc.0...v0.1.6-rc.1) (2024-04-29)
### Improvements:
* add `Comp` implementation for money
* support casting atomic in money type
## [v0.1.6-rc.0](https://github.com/ash-project/ash_money/compare/v0.1.5...v0.1.6-rc.0) (2024-04-01)
## [v0.1.5](https://github.com/ash-project/ash_money/compare/v0.1.4...v0.1.5) (2024-04-01)
### Bug Fixes:
* remove duplicate money mult postgres install (#3)
## [v0.1.4](https://github.com/ash-project/ash_money/compare/v0.1.3...v0.1.4) (2024-01-04)
### Improvements:
* support new operator overrides and multiplication
## [v0.1.3](https://github.com/ash-project/ash_money/compare/v0.1.2...v0.1.3) (2023-12-06)
### Bug Fixes:
* typespecs and upgrade `ash_graphql`
## [v0.1.2](https://github.com/ash-project/ash_money/compare/v0.1.1...v0.1.2) (2023-12-04)
### Bug Fixes:
* add composite type storage_alias
### Improvements:
* add more optional deps for proper compile order
* docs & optional deps
* support new `Ash.Type` composite type callbacks
## [v0.1.1](https://github.com/ash-project/ash_money/compare/v0.1.0...v0.1.1) (2023-11-27)
### Bug Fixes:
* handle missing `ex_money_sql` better
## [v0.1.0](https://github.com/ash-project/ash_money/compare/v0.1.0...v0.1.0) (2023-11-27)
* Initial Release