Releases: urish/angular-moment
Releases · urish/angular-moment
1.3.1
- Update angular.js version in bower.json #310
1.3.0
- Update angular.js version in bower.json (#306, contributed by jniles)
1.2.0
- Update moment.js version in bower.json (#300, contributed by jc1arke)
1.1.0
- Add additional typeof check for the global.moment instance (#295, contributed by schester44)
1.0.0 Release 🎉
- Improvments to the UMD code
Breaking change: The AMD version now exports the module name ('angularMoment') instead of the actual module object.
beta release
- 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
- 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
- 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!
- 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)