## v0.3.17 (2021-03-17)

#### :rocket: Enhancement
* [#322](https://github.com/ember-cli/ember-rfc176-data/pull/322) Add `import { cached } from '@glimmer/tracking'` ([@buschtoens](https://github.com/buschtoens))
* [#364](https://github.com/ember-cli/ember-rfc176-data/pull/364) Add import paths for usage of template helpers and components within strict mode ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* [#365](https://github.com/ember-cli/ember-rfc176-data/pull/365) Add mappings for private runloop functions ([@pzuraq](https://github.com/pzuraq))

#### Committers: 4
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
- Jan Buschtöns ([@buschtoens](https://github.com/buschtoens))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)


## v0.3.16 (2020-09-29)

#### :rocket: Enhancement
* [#329](https://github.com/ember-cli/ember-rfc176-data/pull/329) [FEAT] Add new helper APIs ([@pzuraq](https://github.com/pzuraq))

#### :house: Internal
* [#321](https://github.com/ember-cli/ember-rfc176-data/pull/321) Migrate to GitHub Actions ([@rwjblue](https://github.com/rwjblue))

#### Committers: 2
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


## v0.3.15 (2020-07-31)

#### :bug: Bug Fix
* [#315](https://github.com/ember-cli/ember-rfc176-data/pull/315) Add `destroy` to `@ember/destroyable`. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


## v0.3.14 (2020-07-30)

#### :rocket: Enhancement
* [#314](https://github.com/ember-cli/ember-rfc176-data/pull/314) Add `@ember/destroyable` APIs to mappings. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


## v0.3.13 (2020-05-11)

#### :rocket: Enhancement
* [#296](https://github.com/ember-cli/ember-rfc176-data/pull/296) Adds autotracking cache primitives APIs ([emberjs/rfcs#615](https://github.com/emberjs/rfcs/blob/master/text/0615-autotracking-memoization.md)) ([@pzuraq](https://github.com/pzuraq))

#### :house: Internal
* [#280](https://github.com/ember-cli/ember-rfc176-data/pull/280) Update CI to run on Node 10 ([@locks](https://github.com/locks))

#### Committers: 3
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
- Ricardo Mendes ([@locks](https://github.com/locks))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)


## v0.3.12 (2019-08-28)

#### :rocket: Enhancement
* [#175](https://github.com/ember-cli/ember-rfc176-data/pull/175) Add support for dependentKeyCompat. ([@rwjblue](https://github.com/rwjblue))

#### :memo: Documentation
* [#176](https://github.com/ember-cli/ember-rfc176-data/pull/176) Update README cross reference tables as part of release process. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))

## v0.3.11 (2019-08-16)

#### :rocket: Enhancement
* [#166](https://github.com/ember-cli/ember-rfc176-data/pull/166) Add modifier manager capabilities ([@pzuraq](https://github.com/pzuraq))

#### Committers: 1
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))

## v0.3.10 (2019-08-12)

#### :rocket: Enhancement
* [#164](https://github.com/ember-cli/ember-rfc176-data/pull/164) Co-location support (emberjs/rfcs#481) ([@chancancode](https://github.com/chancancode))
* [#140](https://github.com/ember-cli/ember-rfc176-data/pull/140) deprecate `ember/application/deprecations` ([@bekzod](https://github.com/bekzod))

#### Committers: 3
- Godfrey Chan ([@chancancode](https://github.com/chancancode))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
- bek ([@bekzod](https://github.com/bekzod))

## v0.3.9 (2019-04-12)

#### :rocket: Enhancement
* [#129](https://github.com/ember-cli/ember-rfc176-data/pull/129) Add `setModifierManager` method export off of modifier ([@jordpo](https://github.com/jordpo))

#### Committers: 1
- Jordan Morano ([@jordpo](https://github.com/jordpo))

## v0.3.8 (2019-03-14)

#### :rocket: Enhancement
* [#121](https://github.com/ember-cli/ember-rfc176-data/pull/121) Add `@action` decorator mapping. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


## v0.3.7 (2019-02-22)

#### :rocket: Enhancement
* [#113](https://github.com/ember-cli/ember-rfc176-data/pull/113) Add `tracked` from `@glimmer/tracking`, re-export from `Ember._tracked` ([@ppcano](https://github.com/ppcano))

#### Committers: 1
- Pepe Cano ([@ppcano](https://github.com/ppcano))

## v0.3.6 (2018-12-12)

#### :rocket: Enhancement
* [#84](https://github.com/ember-cli/ember-rfc176-data/pull/84) Add notifyPropertyChange re-export from @ember/object ([@mike-north](https://github.com/mike-north))

#### Committers: 1
- Mike North ([@mike-north](https://github.com/mike-north))

## v0.3.5 (2018-09-18)

#### :rocket: Enhancement
* [#60](https://github.com/ember-cli/ember-rfc176-data/pull/60) Add `capabilities` export from `@ember/component`.. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([rwjblue](https://github.com/rwjblue))

## v0.3.4 (2018-09-12)

#### :rocket: Enhancement
* [#43](https://github.com/ember-cli/ember-rfc176-data/pull/43) Add setComponentManager export from @ember/component. ([@smfoote](https://github.com/smfoote))

#### Committers: 1
- Steven ([smfoote](https://github.com/smfoote))

## v0.3.3 (2018-05-15)

#### :rocket: Enhancement
* [#48](https://github.com/ember-cli/ember-rfc176-data/pull/48) Add more missing public APIs. ([@rwjblue](https://github.com/rwjblue))

#### :bug: Bug Fix
* [#55](https://github.com/ember-cli/ember-rfc176-data/pull/55) Update Ember.HTMLBars.template import location. ([@rwjblue](https://github.com/rwjblue))

#### :memo: Documentation
* [#54](https://github.com/ember-cli/ember-rfc176-data/pull/54) Removed unneeded 'Module Changes' section of the README. ([@nlfurniss](https://github.com/nlfurniss))
* [#53](https://github.com/ember-cli/ember-rfc176-data/pull/53) Document mappings.json format. ([@rwjblue](https://github.com/rwjblue))
* [#50](https://github.com/ember-cli/ember-rfc176-data/pull/50) Update per-module markdown table in README. ([@rwjblue](https://github.com/rwjblue))
* [#46](https://github.com/ember-cli/ember-rfc176-data/pull/46) Update README to show helper->buildHelper. ([@bantic](https://github.com/bantic))

#### :house: Internal
* [#52](https://github.com/ember-cli/ember-rfc176-data/pull/52) Sort mappings.json by module then export... ([@rwjblue](https://github.com/rwjblue))
* [#51](https://github.com/ember-cli/ember-rfc176-data/pull/51) Add linting... ([@rwjblue](https://github.com/rwjblue))
* [#50](https://github.com/ember-cli/ember-rfc176-data/pull/50) Update per-module markdown table in README. ([@rwjblue](https://github.com/rwjblue))
* [#49](https://github.com/ember-cli/ember-rfc176-data/pull/49) Update lerna-changelog to 0.7.0. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 3
- Cory Forsyth ([bantic](https://github.com/bantic))
- Nathaniel Furniss ([nlfurniss](https://github.com/nlfurniss))
- Robert Jackson ([rwjblue](https://github.com/rwjblue))

## v0.3.2 (2018-04-02)

#### :rocket: Enhancement
* [#38](https://github.com/ember-cli/ember-rfc176-data/pull/38) Change htmlSafe and isHTMLSafe import path. ([@Serabe](https://github.com/Serabe))

#### :bug: Bug Fix
* [#45](https://github.com/ember-cli/ember-rfc176-data/pull/45) Use buildHelper as localName for Ember.Helper.helper. ([@bantic](https://github.com/bantic))

#### Committers: 2
- Cory Forsyth ([bantic](https://github.com/bantic))
- Sergio Arbeo ([Serabe](https://github.com/Serabe))

## 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
