Current section
Files
Jump to
Current section
Files
decimal_env
CHANGELOG.md
CHANGELOG.md
# Changelog
## Changelog for 1.0.1
### Bugfixes
* Upgraded dependencies
### Changes
* Bumped minimum Elixir version to 1.15 (required by `ex_doc` and `credo`).
* Modernized CI: tests against Elixir 1.15–1.20 / OTP 26–29 using
`erlef/setup-beam`, with cached PLTs.
## Changelog for 1.0.0
### Enhancements
* Simplified code to be more maintainable. Instead of expanding macros
by hand, it overloads Elixir operators inside the macro block.
* Now supports result conversion to several types.
* It works with latest Elixir version.