Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX BETA CANARY] Add ember-decorators-polyfill dep to @ember-data/store #6321

Closed

Commits on Aug 14, 2019

  1. [BUGFIX BETA CANARY] Add ember-decorators-polyfill dep to @ember-data…

    …/store
    
    Extracted from emberjs#6098
    
    emberjs#6249 refactored `Store` to a class.
    As part of this refactoring, `Store#defaultAdapter` was implemented
    using the `@computed` decorator. Using the `@computed` decorator
    requires Ember 3.10+.
    
    This adds [`ember-decorators-polyfill`](https://github.com/pzuraq/ember-decorators-polyfill)
    as a dependency to `@ember-data/store` to add support for Ember < 3.10.
    HeroicEric committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    bbb3c16 View commit details
    Browse the repository at this point in the history