amTimeAgo
filter (#96, contributed by maxklenk)- Show formatted time as element title (#78, contributed by ctesene)
- Support commonjs and browserify (#95, contributed by Pencroff)
- SystemJS Loader support (#85, contributed by capaj)
amMoment.changeLanguage()
was deprecated in favor ofamMoment.changeLocale()
(following a change introduced in moment v2.8.1)- Bugfix: changing the locale emitted a deprecation warning (see #76 for details).
- 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)
- 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.
- bugfix: Preprocess set in configuration not used by filters (#49)
- 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.
- Add
amMoment
service with achangeLanguage()
method (#32, contributed by Ornthalas) - bower.json: Move
moment-timezone
to devDependencies (fixes #34)
- Add optional timezone support to
amCalendar
andamDateFormat
filters (#27, contributed by kayhadrin) - Happy Year of the Horse!
- Add optional
am-without-suffix
attribute toam-time-ago
(#22, contributed by hramaker) - Support moment.js v2.5.0. See here for changelog.
- Merry Christmas!
- Add
amDuration
filter (#20, contributed by gabrielstuff)
- Use $window.setTimeout instead of $timeout, fixes protractor synchronization issue (#19)
- Add settings constant for configuring moment.js withoutSuffix-option (#18)
- Support moment.js v2.4.0. See here for changelog.
- Support moment.js v2.3.0. See here for possibly breaking changes.
- Bugfix:
am-time-ago
support for empty string (#15) - Behavior change:
am-time-ago
will only change the text once there is date
- Add support for passing unix timestamp as a string to
amDateFormat
filter (#14)
- Fix an issue with tests failing on a different timezone
- Support moment 2.2.x, AngularJS 1.2
- Add optional
am-format
attribute toam-time-ago
(#11) - Add new
amDateFormat
filter (#12) - Add changelog file
- Fix to support iOS (#2, contributed by giuseppeaiello)
- Initial release