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

Releases: urish/angular-moment

1.3.1

15 Jun 07:01
b23448e
Compare
Choose a tag to compare
  • Update angular.js version in bower.json #310

1.3.0

04 Sep 13:54
aa3e39f
Compare
Choose a tag to compare
  • Update angular.js version in bower.json (#306, contributed by jniles)

1.2.0

02 Dec 21:58
Compare
Choose a tag to compare
  • Update moment.js version in bower.json (#300, contributed by jc1arke)

1.1.0

28 Sep 09:13
Compare
Choose a tag to compare
  • Add additional typeof check for the global.moment instance (#295, contributed by schester44)

1.0.1

01 Dec 11:53
Compare
Choose a tag to compare

1.0.0 Release 🎉

06 Oct 10:31
Compare
Choose a tag to compare
  • Improvments to the UMD code

Breaking change: The AMD version now exports the module name ('angularMoment') instead of the actual module object.

beta release

24 Apr 10:29
Compare
Choose a tag to compare
  • Support for setting the units of the full date threshold of am-time-ago (#237, contributed by denistrustepain)
  • Add optional arguments referenceTime and formats to the amCalendar filter (#241, contributed by Nitro-N)
  • Support moment 2.13.x and above

1.0.0 beta 5

18 Mar 11:43
Compare
Choose a tag to compare
  • Bugfix: amTimeAgo shouldn't convert the time to local timezone on the element's title attribute (#226, contributed by stackia)
  • Support moment 2.12.x

1.0.0 beta 4

09 Feb 20:44
Compare
Choose a tag to compare
  • Add amStartOf and amEndOf filter (#203, contributed by pratik14)
  • Support Moment 2.11.x
  • Happy Year of the Monkey!

Bugfix release, see 1.0.0-beta.1 for breaking changes!

11 Nov 00:03
Compare
Choose a tag to compare
  • Support AngularJS 1.5.x
  • Support for nw.js (#196, contributed by makkesk8)
  • Bugfix: title attribute does update when model changes (#201, contributed by stackia)