ember-moment
Advanced tools
Changelog
3.3.0
Changelog
3.2.0
moment
, ago
, duration
in favor of moment-format
, moment-from-now
, moment-duration
ember-moment/computeds/ago
-> ember-moment/computeds/from-now
ember-moment/computeds/moment
-> ember-moment/computeds/format
Changelog
3.0.2
Changelog
3.0.0
includeLocales
ember-moment/computed
. Explicit full path import paths to avoid naming conflicts.
ember-moment/computeds/duration
ember-moment/computeds/moment
ember-moment/computeds/from-now
Changelog
2.0.1
Changelog
2.0.0
ember-cli-moment-shim
instead of ember-moment
ember-moment
configuration object to config/environment.js
and renamed to moment
.// config/environment.js
module.exports = function(environment) {
return {
moment: {
includeTimezone: 'all'
}
}
}