Skip to content

Instantly share code, notes, and snippets.

@ichernev
Last active March 7, 2016 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ichernev/6e5bfdf8d6522fc4ac73 to your computer and use it in GitHub Desktop.
Save ichernev/6e5bfdf8d6522fc4ac73 to your computer and use it in GitHub Desktop.
moment 2.12.0 changelog

moment 2.12.0 changelog

Bugfixes:

  • #2970 change add subtract to handle decimal values by rounding
  • #2887 Fix toJSON casting of invalid moment
  • #2897 parse string arguments for month() correctly, closes #2884
  • #2946 Fix usage suggestions for min and max

Enhancements:

  • #2932 List loaded locales
  • #2818 Parse ISO-8061 duration containing both day and week values
  • #2774 Implement locale inheritance and locale updating

New locales:

  • #2917 Locale Punjabi(Gurmukhi) India format conversion

Locale improvements:

  • #2826 Improved Hebrew locale
  • #2911 Update to icelandic locale
  • #2852 Canadian English longDateFormat
  • #2804 Correction of the week names in pt-BR
  • #2829 Add day marker character for Japanese.(update)
  • #2989 Vietnamese: added meridiem

Misc:

  • #2850 Common locale tests
  • #2972 Use npmignore when publising npm packages
  • #3007 Add src without src/test to npm package (ES6)
  • #2958 optimization of isArray and unit tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment