Releases: jalaali/elixir-jalaali
Releases · jalaali/elixir-jalaali
v0.4.1
What's Changed
- Add CI workflow by @alisinabh in #13
- Bump version and publish 0.4.0 by @alisinabh in #15
- Delete
config.exs
by @shahryarjb in #17 - Update Elixir and Erlang versions in CI config by @alisinabh in #19
- Improve document by @shahryarjb in #20
- Upgrade dialyxir and ex_doc and publish 0.4.1 by @alisinabh in #22
Full Changelog: v0.4.0...v0.4.1
0.4.0
In this version the newest Elixir Calendar behaviour is adopted. Also a small bug in calculating leap years has been fixed thanks to @shahryarjb
v0.3.0
This release of jalaali
supports new features of Calendar module introduced in elixir 1.8
.
Changes
- Add
day_of_era/3
. - Add
day_of_year/3
. - Add
months_in_year/1
. - Add
quarter_of_year/3
. - Add
year_of_era/1
. - Added tests for all above implementations.
- Bump
ex_doc
version to0.20.1
. - Remove
README.md
section for elixir<1.5. - Bump version to
0.3.0
- Changed travis-ci elixir versions.