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

ember-moment

Package Overview
Dependencies
Maintainers
0
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

23
7

10.0.1

Diff

ef4
published 10.0.0 •

Changelog

Source

10.0.0

  • [BREAKING] This addon no longer provides the moment library itself. Apps should depend directly on either moment or moment-timezone and import it via ember-auto-import. Apps should make sure to remove any dependencies on ember-cli-moment-shim. See "Using Moment in Ember Apps & Addons" in the README.
  • [BREAKING] This is a v2 addon so your app must have ember-auto-import >= 2.
  • [BREAKING] includeTimezone, includeLocales, and localeOutputPath options in config/environment.js are removed, since this addon is no longer responsible for providing moment. See "Controlling Locale and Timezone Data" in the README.
ef4
published 10.0.0-beta.1 •

ef4
published 10.0.0-beta.0 •

nullvoxpopuli
published 9.0.1 •

Changelog

Source

9.0.1

  • @jfdnc fix error related to not having defaultFormat configured #363
nullvoxpopuli
published 9.0.0 •

Changelog

Source

9.0.0

  • [BREAKING] drops support for Node 8 and 10

  • [BREAKING] drops support for ember-source < 3.16

    If you need to use ember-moment with ember-source older than 3.16, you can still use ember-moment@v8.x -- there is a branch on GitHub, ember-classic that is still open for bugfixes and other updates, if folks need them.

    Currently supported ember-source versions (tested in CI) are:

    • 3.16
    • 3.20
    • 3.24

    Additionally, CI is also testing against ember-release/beta/canary as well as embroider-safe and embroider-optimized builds.

  • [BREAKING] removed computed property macros

    Octane prefers vanillaJS:tm: getters over computed macros.

    For example, where you would previously have

    @duration(...) myDuration
    

    you would now want:

    get myDuration() {
      return moment.duration(...);
    }
    
  • (internal): Migrate to GitHub Actions

nullvoxpopuli
published 8.0.2 •

jasonmit
published 8.0.1 •

jasonmit
published 8.0.0 •

Changelog

Source

8.0.0

  • [BREAKING] drops Node 6 support
  • Updates ember-macro-helpers to 4.x
jasonmit
published 7.8.1 •

Changelog

Source

7.8.1

  • @puwelous Substitute merge() with assign() - Ember deprecation #296
  • @jasonmit ci: Bump Supported Node version from 4 to 6.
  • @kellyselden update ember-macro-helpers #285
  • @scottkidder Replace Logger with console #281
23
7
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