Skip to content

Releases: xsoh/moment-hijri

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