Changelog
v0.3.1 (2017-10-27)
:bug: Bug Fix
Committers: 1
v0.3.0 (2017-10-03)
:rocket: Enhancement
Committers: 2
v0.2.7 (2017-08-02)
:rocket: Enhancement
- #32 Expose
expandProperties
. (@locks)
- #29 Change "Router" default export name to "EmberRouter". (@Turbo87)
- #27 imports should use single quotes and semicolon. (@locks)
:bug: Bug Fix
- #28 Change "Test.Adapter" default export name to "TestAdapter". (@Turbo87)
v0.2.6 (2017-07-24)
:bug: Bug Fix
v0.2.5 (2017-07-11)
:rocket: Enhancement
:bug: Bug Fix
v0.2.4 (2017-07-08)
:bug: Bug Fix
v0.2.3 (2017-07-08)
:rocket: Enhancement
- #18 Support "import { PromiseĀ } from 'rsvp';". (@Turbo87)
:bug: Bug Fix
- #19 Add missing public APIs. (@Turbo87)
- #17 Add missing import mapping for Ember.String.isHtmlSafe(). (@Turbo87)
- #16 Add missing import mapping for Ember.computed.uniqBy(). (@Turbo87)
v0.2.2 (2017-07-06)
:bug: Bug Fix
v0.2.1 (2017-07-06)
:rocket: Enhancement
- #11 Add "generate-missing-apis-list" script. (@Turbo87)
:bug: Bug Fix
v0.2.0 (2017-07-03)
:rocket: Enhancement
v0.1.0 (2017-06-21)
# Changelog
## v0.3.1 (2017-10-27)
#### :bug: Bug Fix
* [#40](https://github.com/ember-cli/ember-rfc176-data/pull/40) Update mappings for instrumentation. ([@sarupbanskota](https://github.com/sarupbanskota))
#### Committers: 1
- Sarup Banskota ([sarupbanskota](https://github.com/sarupbanskota))
## v0.3.0 (2017-10-03)
#### :rocket: Enhancement
* [#37](https://github.com/ember-cli/ember-rfc176-data/pull/37) New mappings structure. ([@Turbo87](https://github.com/Turbo87))
#### Committers: 2
- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
- [greenkeeper[bot]](https://github.com/apps/greenkeeper)
## v0.2.7 (2017-08-02)
#### :rocket: Enhancement
* [#32](https://github.com/ember-cli/ember-rfc176-data/pull/32) Expose `expandProperties`. ([@locks](https://github.com/locks))
* [#29](https://github.com/ember-cli/ember-rfc176-data/pull/29) Change "Router" default export name to "EmberRouter". ([@Turbo87](https://github.com/Turbo87))
* [#27](https://github.com/ember-cli/ember-rfc176-data/pull/27) imports should use single quotes and semicolon. ([@locks](https://github.com/locks))
#### :bug: Bug Fix
* [#28](https://github.com/ember-cli/ember-rfc176-data/pull/28) Change "Test.Adapter" default export name to "TestAdapter". ([@Turbo87](https://github.com/Turbo87))
## v0.2.6 (2017-07-24)
#### :bug: Bug Fix
* [#23](https://github.com/ember-cli/ember-rfc176-data/pull/23) Fix for Ember.String.isHTMLSafe. ([@pgrippi](https://github.com/pgrippi))
## v0.2.5 (2017-07-11)
#### :rocket: Enhancement
* [#21](https://github.com/ember-cli/ember-rfc176-data/pull/21) Add more RSVP APIs. ([@Turbo87](https://github.com/Turbo87))
#### :bug: Bug Fix
* [#22](https://github.com/ember-cli/ember-rfc176-data/pull/22) Fix "ember-components" shim mappings. ([@Turbo87](https://github.com/Turbo87))
## v0.2.4 (2017-07-08)
#### :bug: Bug Fix
* [#20](https://github.com/ember-cli/ember-rfc176-data/pull/20) Add missing APIs in Ember.Test. ([@cibernox](https://github.com/cibernox))
## v0.2.3 (2017-07-08)
#### :rocket: Enhancement
* [#18](https://github.com/ember-cli/ember-rfc176-data/pull/18) Support "import { PromiseĀ } from 'rsvp';". ([@Turbo87](https://github.com/Turbo87))
#### :bug: Bug Fix
* [#19](https://github.com/ember-cli/ember-rfc176-data/pull/19) Add missing public APIs. ([@Turbo87](https://github.com/Turbo87))
* [#17](https://github.com/ember-cli/ember-rfc176-data/pull/17) Add missing import mapping for Ember.String.isHtmlSafe(). ([@Turbo87](https://github.com/Turbo87))
* [#16](https://github.com/ember-cli/ember-rfc176-data/pull/16) Add missing import mapping for Ember.computed.uniqBy(). ([@Turbo87](https://github.com/Turbo87))
## v0.2.2 (2017-07-06)
#### :bug: Bug Fix
* [#15](https://github.com/ember-cli/ember-rfc176-data/pull/15) Remove `defineProperty` references.. ([@rwjblue](https://github.com/rwjblue))
## v0.2.1 (2017-07-06)
#### :rocket: Enhancement
* [#11](https://github.com/ember-cli/ember-rfc176-data/pull/11) Add "generate-missing-apis-list" script. ([@Turbo87](https://github.com/Turbo87))
#### :bug: Bug Fix
* [#7](https://github.com/ember-cli/ember-rfc176-data/pull/7) globals: Add missing isEqual() function. ([@Turbo87](https://github.com/Turbo87))
* [#10](https://github.com/ember-cli/ember-rfc176-data/pull/10) Add Ember.merge. ([@cibernox](https://github.com/cibernox))
## v0.2.0 (2017-07-03)
#### :rocket: Enhancement
* [#2](https://github.com/ember-cli/ember-rfc176-data/pull/2) Add old shims mapping. ([@Turbo87](https://github.com/Turbo87))
## v0.1.0 (2017-06-21)
* Initial release
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|