Current section

Files

Jump to
calendar_ext CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.1.8 (2026-07-17)
- Fix `Date.range/2` deprecation warning in `CalendarExt.diff_weekdays/2`
on Elixir 1.18+ (a negative range was constructed internally; behaviour
is unchanged)
- Update development dependencies
- Remove dialyxir
- Test against all currently supported Elixir versions (1.16 – 1.20) on
compatible Erlang/OTP releases (26 – 29), with formatting and
warnings-as-errors checks in CI
- Rewrite README with usage examples and add this changelog
- Format codebase with `mix format`
## v0.1.7 and earlier
See the [commit history](https://github.com/wkirschbaum/calendar_ext/commits/master).