Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-moment

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-moment - npm Package Versions

1
57

3.3.0

Diff

Changelog

Source

3.3.0

  • Adds toNow computed property macro
  • Adds moment-to-now htmlbar helper
  • Fixes documentation error around computed property macro argument order
  • Adds the ability to hide the prefix/suffix from toNow/fromNow helpers and computed property macro output
jasonmit
published 3.2.1 •

Changelog

Source

3.2.1

  • Removes deprecation warnings from Ember 1.13.6
jasonmit
published 3.2.1-alpha.1 •

jasonmit
published 3.2.0 •

Changelog

Source

3.2.0

  • Deprecate helpers: moment, ago, duration in favor of moment-format, moment-from-now, moment-duration
  • Deprecate computed property modules:
    • ember-moment/computeds/ago -> ember-moment/computeds/from-now
    • ember-moment/computeds/moment -> ember-moment/computeds/format
  • Removed EnumerableUtils.map
  • Updated ember-cli-moment-shim to 0.6.0
    • moment is now brought in via bower instead of npm (https://github.com/jasonmit/ember-cli-moment-shim/issues/14#issuecomment-125455255)
jasonmit
published 3.1.0 •

Changelog

Source

3.1.0

  • Conditionally include all locales if true is passed to includeLocales option
jasonmit
published 3.0.2 •

Changelog

Source

3.0.2

  • Smoke tests added
  • Fixing regression which broke 1.10.0
  • Added Ember 1.10.0 -> #release to the Travis CI matrix
jasonmit
published 3.0.1 •

Changelog

Source

3.0.1

  • Fixes regression in <= 1.12.0 where the helpers are not registered properly
jasonmit
published 3.0.0 •

Changelog

Source

3.0.0

  • Support to programmatically including moment i18n locale data via includeLocales
  • Removes support for Ember.Handlebars.helpers in favor of just supporting HTMLBars going forward
  • Removes 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
jasonmit
published 2.0.1 •

Changelog

Source

2.0.1

  • Works around an issue within ember-cli with nested addon's that need to app.import
    • See: https://github.com/ember-cli/ember-cli/issues/3718
jasonmit
published 2.0.0 •

Changelog

Source

2.0.0

  • 1.13.x support
  • moment and moment timezone are now pulled in from ember-cli-moment-shim instead of ember-moment
  • BREAKING: moved EmberApp's ember-moment configuration object to config/environment.js and renamed to moment.
// config/environment.js
module.exports = function(environment) {
  return {
    moment: {
      includeTimezone: 'all'
    }
  }
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc