Skip to content

Releases: xsoh/moment-hijri

v3.0.0

31 Oct 17:14
e00e611
Compare
Choose a tag to compare

What's Changed

  • Adjust months of years 1446 and 1485. Release moment-hijri v3.0.0 by @waaelg and @xsoh in #93
  • Change end of months to more readable.
    Full Changelog: v2.30.0...v3.0.0

v2.30.0

24 Jul 10:38
c1f205c
Compare
Choose a tag to compare
  • Update moment: ^2.30.1
  • Fix: localeData issue

v2.1.1: Update to version 2.1.1

30 May 20:58
Compare
Choose a tag to compare
Fix: when moment wont set date correctly.

Fix 'iDate' add and sub

28 May 23:02
3e33f26
Compare
Choose a tag to compare
Merge pull request #37 from xsoh/add_sub_idate

Fix 'iDate' add and sub

v2.0.0 Changing to new specifier `i`

18 Jul 02:09
Compare
Choose a tag to compare

What is new?

Because of Using 'h' specifier might cause overlap with hour's specifier. The specifier has been changed from h to i as a prefix. So for example in the previous version to get the four digit year we use hYYYY. In version 2.0 or above you should replace it with iYYYY and so on.

v0.4.2

17 Jul 23:51
Compare
Choose a tag to compare

What is new?

  • Update moment version to 2.9.0 .
  • Feat(hMonth): add support to month name.
  • Using lang() method instead of localeData() to use the same what is used in moment.js itself.

0.3.4

03 Dec 15:10
Compare
Choose a tag to compare
Remove node vserion 0.8 from  .travis.yml