ember-cli / ember-compatibility-helpers

Helpers that allow you to write backwards compat Ember addons
MIT License
24 stars 20 forks source link

[chore] Prepare for v1, remove legacy flags #18

Closed pzuraq closed 6 years ago

pzuraq commented 6 years ago

The GTE_EMBER_1_13 and IS_EMBER_2 flags have been superceded by the gte helper. I went through all the dependents for ember-compatibility-helpers and checked to see what the usage looked like, almost all usages of the flags were either locked to pre-beta versions. The one exception, @ember-decorators/argument, is being updated and will have a patch version release, so it should be fine to remove these flags for v1 final.