Skip to content

Commit

Permalink
Merge pull request #42 from Turbo87/changelog
Browse files Browse the repository at this point in the history
Add CHANGELOG file based on `lerna-changelog`
  • Loading branch information
rwjblue authored Sep 13, 2018
2 parents f8eef14 + 8e39e59 commit bdd2fda
Show file tree
Hide file tree
Showing 3 changed files with 628 additions and 12 deletions.
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Changelog

## v1.2.1 (2018-08-29)

#### :bug: Bug Fix
* [#40](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/40) Fix issue with windows line endings immediately after tag name ([@rwjblue](https://github.com/rwjblue))

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


## v1.1.6 (2018-07-11)

#### :bug: Bug Fix
* [#24](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/24) fix: using ...attributes without passing attrs fails ([@lennyburdette](https://github.com/lennyburdette))

#### Committers: 1
- Lenny Burdette ([@lennyburdette](https://github.com/lennyburdette))


## v1.1.5 (2018-06-25)

#### :rocket: Enhancement
* [#19](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/19) Additional Dependency Warning ([@jherdman](https://github.com/jherdman))

#### Committers: 3
- Darin Doria ([@ddoria921](https://github.com/ddoria921))
- James Herdman ([@jherdman](https://github.com/jherdman))
- Toran Billups ([@toranb](https://github.com/toranb))


## v1.1.2 (2018-06-06)

#### :bug: Bug Fix
* [#14](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/14) Add tests for `<@nav.item />` issue. ([@rwjblue](https://github.com/rwjblue))

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


## v1.1.1 (2018-06-06)

#### :bug: Bug Fix
* [#13](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/13) Fix issue with named argument paths. ([@rwjblue](https://github.com/rwjblue))

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


## v1.1.0 (2018-06-05)

#### :rocket: Enhancement
* [#9](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/9) Add ...attributes support for non-component elements. ([@rwjblue](https://github.com/rwjblue))

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


## v1.0.2 (2018-06-03)

#### :bug: Bug Fix
* [#5](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/5) Prevent implicit `this.` in dynamically invoked paths. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"scripts": {
"build": "ember build",
"changelog": "lerna-changelog",
"lint:js": "eslint .",
"start": "ember serve",
"test": "ember test",
Expand Down Expand Up @@ -51,6 +52,7 @@
"eslint-plugin-ember": "^5.0.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"lerna-changelog": "^0.8.0",
"loader.js": "^4.2.3",
"prettier": "^1.13.4",
"qunit-dom": "^0.6.2"
Expand Down
Loading

0 comments on commit bdd2fda

Please sign in to comment.