Skip to content

Commit a87e2f8

Browse files
author
Robert Jackson
committed
Release 2.0.0
1 parent e47cc8e commit a87e2f8

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v2.0.0 (2019-08-02)
2+
3+
#### :boom: Breaking Change
4+
* [#74](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/74) Drop node 6, 9, and 11 support. ([@simonihmig](https://github.com/simonihmig))
5+
6+
#### :rocket: Enhancement
7+
* [#75](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/75) Add polyfill for <Input> and <Textarea> ([@simonihmig](https://github.com/simonihmig))
8+
* [#72](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/72) Add polyfill for angle brackets <LinkTo> ([@simonihmig](https://github.com/simonihmig))
9+
10+
#### :bug: Bug Fix
11+
* [#77](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/77) Ensure unsupported arguments to `<Input>` and `<LinkTo>` issue warnings or errors appropriately ([@simonihmig](https://github.com/simonihmig))
12+
* [#76](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/76) Add assertion for not passing @model and @models to <LinkTo> ([@simonihmig](https://github.com/simonihmig))
13+
14+
#### :house: Internal
15+
* [#73](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/73) Drop ember-cli-eslint in favor of plain eslint ([@simonihmig](https://github.com/simonihmig))
16+
* [#63](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/63) Run class merging test on 3.9.1. ([@rwjblue](https://github.com/rwjblue))
17+
18+
#### Committers: 2
19+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
20+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
21+
122
## v1.3.1 (2019-05-08)
223

324
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-angle-bracket-invocation-polyfill",
3-
"version": "1.3.1",
3+
"version": "2.0.0",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)