This repository was archived by the owner on Nov 30, 2021. It is now read-only.
Releases: urish/angular-moment
Releases · urish/angular-moment
v0.8.2
v0.8.1
v0.8.0
- Generate source map for the minified version (#50)
- Add support HTML
<time>
element - set thedatetime
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
- bugfix: Preprocess set in configuration not used by filters (#49)
v0.7.0
- 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
0.6.1 timezone support
0.6.0 support moment 2.5.0, add am-without-suffix attribute
v0.5.2: Add amCalendar filter
v0.5.1: Add amDuration filter
- Add amDuration filter (#20, contributed by gabrielstuff)