Skip to content

Commit

Permalink
Release 0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Aug 28, 2019
1 parent 16e3613 commit 590abcd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ JSON data for [RFC #176](https://github.com/emberjs/rfcs/blob/master/text/0176-j
| --- | --- |
| `Ember._action` | `import { action } from '@ember/object';` |
| `Ember._componentManagerCapabilities` | `import { capabilities } from '@ember/component';` |
| `Ember._dependentKeyCompat` | `import { dependentKeyCompat } from '@ember/object/compat';` |
| `Ember._getComponentTemplate` | `import { getComponentTemplate } from '@ember/component';` |
| `Ember._modifierManagerCapabilities` | `import { capabilities } from '@ember/modifier';` |
| `Ember._setComponentManager` | `import { setComponentManager } from '@ember/component';` |
Expand Down Expand Up @@ -330,6 +331,7 @@ JSON data for [RFC #176](https://github.com/emberjs/rfcs/blob/master/text/0176-j
| `import { set } from '@ember/object';` | `Ember.set` |
| `import { setProperties } from '@ember/object';` | `Ember.setProperties` |
| `import { trySet } from '@ember/object';` | `Ember.trySet` |
| `import { dependentKeyCompat } from '@ember/object/compat';` | `Ember._dependentKeyCompat` |
| `import ComputedProperty from '@ember/object/computed';` | `Ember.ComputedProperty` |
| `import { alias } from '@ember/object/computed';` | `Ember.computed.alias` |
| `import { and } from '@ember/object/computed';` | `Ember.computed.and` |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-rfc176-data",
"version": "0.3.11",
"version": "0.3.12",
"description": "JSON data for Ember.js RFC #176",
"homepage": "https://github.com/ember-cli/ember-rfc176-data#readme",
"bugs": {
Expand Down

0 comments on commit 590abcd

Please sign in to comment.