ash_double_entry/CHANGELOG.md

113 lines
2.7 KiB
Markdown
Raw Normal View History

2023-08-19 16:53:42 +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 -->
2024-05-12 10:17:19 +12:00
## [v1.0.1](https://github.com/ash-project/ash_double_entry/compare/v1.0.0...v1.0.1) (2024-05-11)
2024-05-11 11:57:16 +12:00
2024-05-12 10:17:19 +12:00
### Bug Fixes:
2024-05-11 11:57:16 +12:00
2024-05-12 10:17:19 +12:00
- [AshDoubleEntry.Balance] use `a + -b`, instead of `a - b` (which is not supported by our AshPostgresExtension)
2024-05-11 11:57:16 +12:00
2024-05-12 10:17:19 +12:00
## [v1.0.0](https://github.com/ash-project/ash_double_entry/compare/v1.0.0-rc.1...v1.0.0) (2024-05-10)
2024-05-11 11:57:16 +12:00
2024-04-30 07:41:30 +12:00
## [v1.0.0-rc.1](https://github.com/ash-project/ash_double_entry/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2024-04-29)
### Improvements:
2024-05-12 10:17:19 +12:00
- update to support new atomics & bulk actions
2024-04-30 07:41:30 +12:00
2024-04-02 10:22:10 +13:00
## [v1.0.0-rc.0](https://github.com/ash-project/ash_double_entry/compare/v0.2.4...v1.0.0-rc.0) (2024-04-01)
2024-05-12 10:17:19 +12:00
### Breaking Changes:
2024-04-02 10:22:10 +13:00
2024-05-12 10:17:19 +12:00
- update to Ash 3.0
2024-04-02 10:22:10 +13:00
### Bug Fixes:
2024-05-12 10:17:19 +12:00
- correct amount_delta calculation from destorying (#13)
2024-04-02 10:22:10 +13:00
2024-02-15 04:21:53 +13:00
## [v0.2.4](https://github.com/ash-project/ash_double_entry/compare/v0.2.3...v0.2.4) (2024-02-14)
### Bug Fixes:
2024-05-12 10:17:19 +12:00
- properly update future balances from destroys
2024-02-15 04:21:53 +13:00
2024-05-12 10:17:19 +12:00
- incorrect balance when adding transfer later (#12)
2024-02-15 04:21:53 +13:00
2023-12-23 15:20:43 +13:00
## [v0.2.3](https://github.com/ash-project/ash_double_entry/compare/v0.2.2...v0.2.3) (2023-12-23)
### Bug Fixes:
2024-05-12 10:17:19 +12:00
- make expression pure
2023-12-23 15:20:43 +13:00
### Improvements:
2024-05-12 10:17:19 +12:00
- support updating transfer's amount (#8)
2023-12-23 15:20:43 +13:00
2023-12-11 07:21:11 +13:00
## [v0.2.2](https://github.com/ash-project/ash_double_entry/compare/v0.2.1...v0.2.2) (2023-12-10)
### Improvements:
2024-05-12 10:17:19 +12:00
- support updating transfers, but not important fields
2023-12-11 07:21:11 +13:00
2023-12-11 07:16:36 +13:00
## [v0.2.1](https://github.com/ash-project/ash_double_entry/compare/v0.2.0...v0.2.1) (2023-12-10)
### Bug Fixes:
2024-05-12 10:17:19 +12:00
- use Money..add! For correct return
2023-12-11 07:16:36 +13:00
2024-05-12 10:17:19 +12:00
- properly set context on account read in balance verification
2023-12-11 07:16:36 +13:00
### Improvements:
2024-05-12 10:17:19 +12:00
- support destroying transfers
2023-12-11 07:16:36 +13:00
2024-05-12 10:17:19 +12:00
- set `context_to_opts` when constructing the query
2023-12-11 07:16:36 +13:00
2023-12-06 14:01:24 +13:00
## [v0.2.0](https://github.com/ash-project/ash_double_entry/compare/v0.1.2...v0.2.0) (2023-12-06)
### Features:
2024-05-12 10:17:19 +12:00
- use AshMoney
2023-12-06 14:01:24 +13:00
### Bug Fixes:
2024-05-12 10:17:19 +12:00
- ensure transformers run before `BelongsToAttribute`
2023-12-06 14:01:24 +13:00
2024-05-12 10:17:19 +12:00
- update ash for fix
2023-12-06 14:01:24 +13:00
### Improvements:
2024-05-12 10:17:19 +12:00
- migrate to AshMoney
2023-12-06 14:01:24 +13:00
2024-05-12 10:17:19 +12:00
- update ash
2023-12-06 14:01:24 +13:00
2023-08-20 07:07:44 +12:00
## [v0.1.2](https://github.com/ash-project/ash_double_entry/compare/v0.1.1...v0.1.2) (2023-08-19)
2023-08-20 07:08:17 +12:00
- Documentation updates & AshHq indexing fixes
2023-08-20 07:07:44 +12:00
2023-08-19 17:13:30 +12:00
## [v0.1.1](https://github.com/ash-project/ash_double_entry/compare/v0.1.0...v0.1.1) (2023-08-19)
### Bug Fixes:
2024-05-12 10:17:19 +12:00
- properly calculate balance_as_of_ulid when transfer is to or from account
2023-08-19 17:13:30 +12:00
2023-08-19 16:53:42 +12:00
## [v0.1.0](https://github.com/ash-project/ash_double_entry/compare/v0.1.0...v0.1.0) (2023-08-19)
### Bug Fixes:
2024-05-12 10:17:19 +12:00
- create balances after transfer is created
2023-08-19 16:53:42 +12:00
2024-05-12 10:17:19 +12:00
- don't require pagination
2023-08-19 16:53:42 +12:00
### Improvements:
2024-05-12 10:17:19 +12:00
- add CI & check commands
2023-08-19 16:53:42 +12:00
2024-05-12 10:17:19 +12:00
- wrap up initial implementaiton, add guides
2023-08-19 16:53:42 +12:00
2024-05-12 10:17:19 +12:00
- initial test suite & functionality