All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
v0.1.14 (2024-11-28)
- properly spec extended operators
v0.1.13 (2024-09-10)
-
use latest igniter functions & update dependency
-
add short code automatically
v0.1.12 (2024-08-08)
- use
string
notnumber
for amount type in json schema
v0.1.11 (2024-08-08)
- set up AshJsonApi type automatically
v0.1.10 (2024-07-15)
- [
mix ash_money.install
] add Igniter installer task (#61)
v0.1.9 (2024-06-24)
- move create_money_with_currency to first (#60)
v0.1.8 (2024-06-18)
-
add comparison operators to the extension
-
add more operator overloads
v0.1.7 (2024-05-12)
- add money sub & negation operators
v0.1.6 (2024-05-10)
v0.1.6-rc.2 (2024-05-05)
- update ash_postgres dependency and fix version numbers in extension
v0.1.6-rc.1 (2024-04-29)
-
add
Comp
implementation for money -
support casting atomic in money type
v0.1.6-rc.0 (2024-04-01)
v0.1.5 (2024-04-01)
- remove duplicate money mult postgres install (#3)
v0.1.4 (2024-01-04)
- support new operator overrides and multiplication
v0.1.3 (2023-12-06)
- typespecs and upgrade
ash_graphql
v0.1.2 (2023-12-04)
- add composite type storage_alias
-
add more optional deps for proper compile order
-
docs & optional deps
-
support new
Ash.Type
composite type callbacks
v0.1.1 (2023-11-27)
- handle missing
ex_money_sql
better
v0.1.0 (2023-11-27)
- Initial Release