Skip to content

Releases: arashm/JDate

v1.2.0

15 Mar 02:55
a32045f
Compare
Choose a tag to compare

Rewrite conversion algorithm from ground up to fix the issues with figuring out the leap years and conversion of dates related to leap years.

There shouldn't be any breaking changes in this release.

v1.1.5

30 May 23:59
54b651e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.5

v1.1.2

12 Jan 22:38
4360c9d
Compare
Choose a tag to compare
  • Update dependencies

v1.1.1

26 Jul 16:26
01b3780
Compare
Choose a tag to compare
  • Update dependencies

v1.1.0

24 Aug 23:58
4594055
Compare
Choose a tag to compare
  • Add support for passing only integers to initializer
new JDate(1398, 6, 3);
  • Update build system and minor bug fixes

v1.0.0

17 Nov 19:35
ee4e31b
Compare
Choose a tag to compare
  • Rewrite with ES6 features using Webpack
  • Restructure the library and add tests
  • Add double digit formats for month and days

v0.1.1

17 Aug 20:21
Compare
Choose a tag to compare

[FIX] A bug in daysInMonth function

v0.1.0

12 Aug 15:46
Compare
Choose a tag to compare
Update README.md