-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from Turbo87/changelog
Add CHANGELOG file based on `lerna-changelog`
- Loading branch information
Showing
3 changed files
with
628 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.