Changelog
v2.2.1 (2017-11-06)
:bug: Bug Fix
Committers: 1
v2.2.0 (2017-10-27)
:bug: Bug Fix
- #31 Allow
export { computed } from '@ember/object'
to work. (@Turbo87)
- #30 Fix confusing "missing import" warning. (@Turbo87)
Committers: 1
v2.1.0 (2017-10-03)
:rocket: Enhancement
Committers: 1
v2.0.1 (2017-08-29)
:bug: Bug Fix
:memo: Documentation
:house: Internal
Committers: 3
v2.0.0 (2017-08-22)
:rocket: Enhancement
- #21 Reverts polyfillEmberString option. (@locks)
Committers: 1
v1.6.0 (2017-08-17)
:rocket: Enhancement
- #17 Make the plugin
@ember/string
aware. (@locks)
:memo: Documentation
Committers: 2
v1.5.1 (2017-08-15)
:bug: Bug Fix
- #19 Ensure that side-effect imports are not removed.. (@rwjblue)
Committers: 1
v1.5.0 (2017-08-15)
:rocket: Enhancement
- #18 Add transpile support for 'ember' module. (@mixonic)
:memo: Documentation
Committers: 2
v1.4.2 (2017-07-06)
:bug: Bug Fix
Committers: 1
v1.4.1 (2017-07-04)
:rocket: Enhancement
- #11 Ensure no errors are thrown when blacklist option is present but import is missing.. (@rwjblue)
Committers: 1
v1.4.0 (2017-07-03)
:rocket: Enhancement
- #10 Add support for a per-export blacklist.. (@rwjblue)
Committers: 1
v1.3.0 (2017-07-03)
:rocket: Enhancement
- #9 Allow blacklisting specific modules from being replaced.. (@rwjblue)
Committers: 1
v1.2.0 (2017-07-02)
:rocket: Enhancement
- #8 Avoid throwing errors for unknown modules.. (@rwjblue)
- #7 Allow caching with broccoli-babel-transpiler.. (@rwjblue)
Committers: 1
v1.1.0 (2017-07-02)
:rocket: Enhancement
- #6 Make work with
jquery
and rsvp
modules.. (@rwjblue)
- #5 Replace "ember-modules-codemod" with "ember-rfc176-data" package. (@Turbo87)
Committers: 2
# Changelog
## v2.2.1 (2017-11-06)
#### :bug: Bug Fix
* [#32](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/32) Fix reexporting `default`. ([@xcambar](https://github.com/xcambar))
#### Committers: 1
- Xavier Cambar ([xcambar](https://github.com/xcambar))
## v2.2.0 (2017-10-27)
#### :bug: Bug Fix
* [#31](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/31) Allow `export { computed } from '@ember/object'` to work. ([@Turbo87](https://github.com/Turbo87))
* [#30](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/30) Fix confusing "missing import" warning. ([@Turbo87](https://github.com/Turbo87))
#### Committers: 1
- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
## v2.1.0 (2017-10-03)
#### :rocket: Enhancement
* [#27](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/27) Adapt to new data format. ([@Serabe](https://github.com/Serabe))
#### Committers: 1
- Sergio Arbeo ([Serabe](https://github.com/Serabe))
## v2.0.1 (2017-08-29)
#### :bug: Bug Fix
* [#22](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/22) Bump ember-rfc176-data to 0.2.7. ([@john-griffin](https://github.com/john-griffin))
#### :memo: Documentation
* [#23](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/23) Fix typo. ([@thomascchen](https://github.com/thomascchen))
#### :house: Internal
* [#26](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/26) Add CHANGELOG file. ([@Turbo87](https://github.com/Turbo87))
* [#25](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/25) CI: Publish tags automatically on npm. ([@Turbo87](https://github.com/Turbo87))
* [#24](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/24) Update yarn.lock. ([@john-griffin](https://github.com/john-griffin))
#### Committers: 3
- John Griffin ([john-griffin](https://github.com/john-griffin))
- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
- Tom Chen ([thomascchen](https://github.com/thomascchen))
## v2.0.0 (2017-08-22)
#### :rocket: Enhancement
* [#21](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/21) Reverts polyfillEmberString option. ([@locks](https://github.com/locks))
#### Committers: 1
- Ricardo Mendes ([locks](https://github.com/locks))
## v1.6.0 (2017-08-17)
#### :rocket: Enhancement
* [#17](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/17) Make the plugin `@ember/string` aware. ([@locks](https://github.com/locks))
#### :memo: Documentation
* [#20](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/20) Fix typo. ([@thomascchen](https://github.com/thomascchen))
#### Committers: 2
- Ricardo Mendes ([locks](https://github.com/locks))
- Tom Chen ([thomascchen](https://github.com/thomascchen))
## v1.5.1 (2017-08-15)
#### :bug: Bug Fix
* [#19](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/19) Ensure that side-effect imports are not removed.. ([@rwjblue](https://github.com/rwjblue))
#### Committers: 1
- Robert Jackson ([rwjblue](https://github.com/rwjblue))
## v1.5.0 (2017-08-15)
#### :rocket: Enhancement
* [#18](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/18) Add transpile support for 'ember' module. ([@mixonic](https://github.com/mixonic))
#### :memo: Documentation
* [#13](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/13) Update README.md to include usage instructions. ([@oligriffiths](https://github.com/oligriffiths))
#### Committers: 2
- Matthew Beale ([mixonic](https://github.com/mixonic))
- Oli Griffiths ([oligriffiths](https://github.com/oligriffiths))
## v1.4.2 (2017-07-06)
#### :bug: Bug Fix
* [#12](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/12) Bump ember-rfc176-data to ^0.2.0. ([@cibernox](https://github.com/cibernox))
#### Committers: 1
- Miguel Camba ([cibernox](https://github.com/cibernox))
## v1.4.1 (2017-07-04)
#### :rocket: Enhancement
* [#11](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/11) Ensure no errors are thrown when blacklist option is present but import is missing.. ([@rwjblue](https://github.com/rwjblue))
#### Committers: 1
- Robert Jackson ([rwjblue](https://github.com/rwjblue))
## v1.4.0 (2017-07-03)
#### :rocket: Enhancement
* [#10](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/10) Add support for a per-export blacklist.. ([@rwjblue](https://github.com/rwjblue))
#### Committers: 1
- Robert Jackson ([rwjblue](https://github.com/rwjblue))
## v1.3.0 (2017-07-03)
#### :rocket: Enhancement
* [#9](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/9) Allow blacklisting specific modules from being replaced.. ([@rwjblue](https://github.com/rwjblue))
#### Committers: 1
- Robert Jackson ([rwjblue](https://github.com/rwjblue))
## v1.2.0 (2017-07-02)
#### :rocket: Enhancement
* [#8](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/8) Avoid throwing errors for unknown modules.. ([@rwjblue](https://github.com/rwjblue))
* [#7](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/7) Allow caching with broccoli-babel-transpiler.. ([@rwjblue](https://github.com/rwjblue))
#### Committers: 1
- Robert Jackson ([rwjblue](https://github.com/rwjblue))
## v1.1.0 (2017-07-02)
#### :rocket: Enhancement
* [#6](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/6) Make work with `jquery` and `rsvp` modules.. ([@rwjblue](https://github.com/rwjblue))
* [#5](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/5) Replace "ember-modules-codemod" with "ember-rfc176-data" package. ([@Turbo87](https://github.com/Turbo87))
#### Committers: 2
- Robert Jackson ([rwjblue](https://github.com/rwjblue))
- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|