Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Releases: urish/angular-moment

v0.8.2

07 Sep 23:20
Compare
Choose a tag to compare
  • amMoment.changeLanguage() was deprecated in favor of amMoment.changeLocale() (following a change introduced in moment v2.8.1)
  • Bugfix: changing the locale emitted a deprecation warning (see #76 for details).

v0.8.1

01 Sep 13:51
Compare
Choose a tag to compare
  • Support moment.js v2.8.0. See here for changelog.
  • Support moment-timezone v0.2.1. See here for changelog.
  • Bugfix: updateTime() is called too often for future dates (#73)

v0.8.0

28 Jul 00:03
Compare
Choose a tag to compare
  • Generate source map for the minified version (#50)
  • Add support HTML <time> element - set the datetime attribute (#41, contributed by gsklee)
  • Add default format (angularMomentConfig.format config property) (#52, contributed by otang)
  • Add serverTime configuration option (#53, contributed by Facundo Pedrazzini)
  • Implement one-time binding for am-time-ago (#54, contributed by Ephi Gabay)
  • Support moment.js v2.7.0. See here for changelog.
  • Support moment-timezone v0.1.0. See here for changelog.

v0.7.1: bug fixes

16 May 16:31
Compare
Choose a tag to compare
  • bugfix: Preprocess set in configuration not used by filters (#49)

v0.7.0

19 Apr 01:12
Compare
Choose a tag to compare
  • Use moment as an injectable constant instead of relying on $window.moment (#35, contributed by just-boris)
  • Require.js support (#36)
  • Add am-preprocess attribute to support unix and utc timestamps (#38, contributed by jspaper)
  • NGDoc documentation (#40)
  • Enable support for AngularJS 1.3.x in bower.json
  • Support moment.js v2.6.0. See here for changelog.

language change support

05 Feb 19:02
Compare
Choose a tag to compare
  • Add amMoment service with a changeLanguage() method (#32, contributed by Ornthalas)
  • bower.json: Move moment-timezone to devDependencies (fixes #34)

0.6.1 timezone support

31 Jan 23:06
Compare
Choose a tag to compare
  • Add optional timezone support to amCalendar and amDateFormat filters (#27, contributed by kayhadrin)
  • Happy Year of the Horse!

0.6.0 support moment 2.5.0, add am-without-suffix attribute

24 Dec 01:00
Compare
Choose a tag to compare
  • Add optional am-without-suffix attribute to am-time-ago (#22, contributed by hramaker)
  • Support moment.js v2.5.0. See here for changelog.
  • Merry Christmas!

v0.5.2: Add amCalendar filter

17 Nov 18:13
Compare
Choose a tag to compare
  • Add amCalendar filter (#24, contributed by OndraM)

v0.5.1: Add amDuration filter

09 Nov 14:35
Compare
Choose a tag to compare