Skip to content

Releases: jalaali/elixir-jalaali

v0.4.1

25 Jun 17:59
2fdcdd5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

0.4.0

17 Oct 20:16
25b52bc
Compare
Choose a tag to compare

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

06 Apr 14:20
eeac3ef
Compare
Choose a tag to compare

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 to 0.20.1.
  • Remove README.md section for elixir<1.5.
  • Bump version to 0.3.0
  • Changed travis-ci elixir versions.

v0.2.1

21 Sep 18:14
Compare
Choose a tag to compare

Fix issues with day_of_week function in Jalaali.Calendar

v0.2.0

21 Sep 15:16
Compare
Choose a tag to compare

Implemented Elixir Calendar behaviour for Jalaali calendar.

Changes

  • Add Jalaali.Calendar module of behaviour Calendar
  • Add public day functions for original Jalaali module

v0.1.1

23 Dec 23:31
Compare
Choose a tag to compare

Fixed issues with documentation, project description and Urls