Skip to content

Instantly share code, notes, and snippets.

@ichernev
Last active August 29, 2015 14:02
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/b0a3d456d5a84c9901d7 to your computer and use it in GitHub Desktop.
Save ichernev/b0a3d456d5a84c9901d7 to your computer and use it in GitHub Desktop.

moment 2.7.0 changelog

new languages

  • #1678 Bengali (bn)
  • #1628 Azerbaijani (az)
  • #1633 Arabic, Saudi Arabia (ar-sa)
  • #1648 Austrian German (de-at)

features

  • #1663 configurable relative time thresholds
  • #1554 support anchor time in moment.calendar
  • #1693 support moment.ISO_8601 as parsing format
  • #1637 add moment.min and moment.max and deprecate min/max instance methods
  • #1704 support string value in add/subtract
  • #1647 add spm support (package manager)

bugfixes

  • #1651 fixes #1627 fix timezone parsing in some edge cases
  • #1641 fixes #1626 fix creation from week/weekday/weekyear for weeks starting monday
  • #1616 fix language code of cyrillic Serbian (sr-cyrl) and latin Tamazight (tzm-latn)

language bugfixes

  • #1699 fixes #1326 use lowercase months in Italian
  • #1650 partly fixes #1640 implement meridiem parsing for Russian
  • #1673 fix lithuanian weekday names for weeks not starting Monday
  • #1433 Better "time ago" expression for European Portuguese
  • #1671 Improve welsh past expressions
  • #1449 Use dot after the day number in Danish
  • #1559 Update arabic numbers, meridiem and short weekdays
  • #1622 Fix previous Saturday in Greek

tests

  • #1687 fixed flaky test in russian timezone

new languages

  • #1678 Bengali (bn)
  • #1628 Azerbaijani (az)
  • #1633 Arabic, Saudi Arabia (ar-sa)
  • #1648 Austrian German (de-at)

features

  • #1663 configurable relative time thresholds
  • #1554 support anchor time in moment.calendar
  • #1693 support moment.ISO_8601 as parsing format
  • #1637 add moment.min and moment.max and deprecate min/max instance methods
  • #1704 support string value in add/subtract
  • #1647 add spm support (package manager)

tests

  • #1687 fixed flaky test in russian timezone

bugfixes

  • #1651 fixes #1627 fix timezone parsing in some edge cases
  • #1641 fixes #1626 fix creation from week/weekday/weekyear for weeks starting monday
  • #1616 fix language code of cyrillic Serbian (sr-cyrl) and latin Tamazight (tzm-latn)

language bugfixes

  • #1699 fixes #1326 use lowercase months in Italian
  • #1650 partly fixes #1640 implement meridiem parsing for Russian
  • #1673 fix lithuanian weekday names for weeks not starting Monday
  • #1433 Better "time ago" expression for European Portuguese
  • #1671 Improve welsh past expressions
  • #1449 Use dot after the day number in Danish
  • #1559 Update arabic numbers, meridiem and short weekdays
  • #1622 Fix previous Saturday in Greek
@Krinkle
Copy link

Krinkle commented Jun 23, 2014

Hm.. some of these sections are duplicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment