New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-feature-flags

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-feature-flags - npm Package Versions

2

8.0.0

Diff

katiegengler
published 7.0.0 •

katiegengler
published 6.1.0 •

Changelog

Source

v6.1.0 (2025-02-11)

:boom: Deprecations
  • #129 Deprecate features that will be removed in 7.0 to facilitate modernization (@kategengler)
    • Deprecate withFeature test helper from old-style Ember tests
    • Deprecate the proxy behavior of the features service. In 7.0, features.myFeature and features.get('myFeature') will no longer work. Use isEnabled and the {{feature-flag}} template helper instead.
:rocket: Enhancement
:memo: Documentation
:house: Internal
Committers: 5
katiegengler
published 6.0.0 •

Changelog

Source

v6.0.0 (2019-10-23)

:boom: Breaking Change
  • #84 Drop support for Node versions < 8
:bug: Bug Fix
  • #83 Fix deprecation warning for computed.volatile
katiegengler
published 5.0.0 •

Changelog

Source

v5.0.0 (2018-02-27)

:boom: Breaking Change :bug: Bug Fix
  • #71 Update new style testing helpers usage to support integration tests. (@SergeAstapov) Breaking Change: No longer pass this.owner into enableFeature, it is now just enableFeature('foo')
:house: Internal
Committers: 2
katiegengler
published 4.2.0 •

Changelog

Source

v4.2.0 (2018-02-02)

:rocket: Enhancement
:house: Internal
Committers: 2
katiegengler
published 4.1.0 •

Changelog

Source

v4.1.0

  • Add feature-flag helper for use in templates (Thanks @SergeAstapov)
katiegengler
published 4.0.0 •

Changelog

Source

v4.0.0

  • Remove default injection of the features service, it must now be explicitly injected where you want to use it. (Thanks @SergeAstapov)
  • Remove configuration option for the name of the default injected features service. (Thanks @SergeAstapov)
  • Move test helper withFeature to addon-test-support, it should now be imported from ember-feature-flags/test/helpers/with-feature (Thanks @SergeAstapov)
katiegengler
published 3.0.1 •

Changelog

Source

v3.0.1

  • Deprecate default injection of the features service, it must now be explicitly injected where you want to use it. (Thanks @SergeAstapov)
katiegengler
published 3.0.0 •

Changelog

Source

v3.0.0

  • features is now a Ember.Service. It is still injected by default, and at the configured name into routes, controllers and components. This may be a breaking change if you were injecting the service elsewhere. The injection is now service:<configured name>.
  • Bugfix: LOG_FEATURE_FLAG_MISS should now work
  • Deprecated features have been removed: features.enabled (which became features.isEnabled), resetFeatureFlags test helper (no longer needed), setting feature flags via APP.FEATURES
  • features.setup will now notifyPropertyChange for the flags set (Thanks @jcope2013)
  • Test helpers are now in the test-support folder that will merge with host app's test directory
2
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