-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
58 additions
and
22 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 |
---|---|---|
@@ -1,43 +1,79 @@ | ||
# Changelog | ||
|
||
## v3.0.0-beta.3 (2019-05-08) | ||
|
||
#### :boom: Breaking Change | ||
|
||
- [#141](https://github.com/zonkyio/ember-web-app/pull/141) Drop Node.js 6 support ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
#### :rocket: Enhancement | ||
|
||
- [#138](https://github.com/zonkyio/ember-web-app/pull/138) Add support for crossorigin on webmanifest ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
#### :bug: Bug Fix | ||
|
||
- [#144](https://github.com/zonkyio/ember-web-app/pull/144) Resolve asset URL without root URL configuration ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
#### :memo: Documentation | ||
|
||
- [#137](https://github.com/zonkyio/ember-web-app/pull/137) Documentation polishment 💅 ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
#### :house: Internal | ||
|
||
- [#143](https://github.com/zonkyio/ember-web-app/pull/143) Remove only leftover from tests ([@bobisjan](https://github.com/bobisjan)) | ||
- [#136](https://github.com/zonkyio/ember-web-app/pull/136) Bump Ember from 3.6 to 3.9 ([@bobisjan](https://github.com/bobisjan)) | ||
- [#57](https://github.com/zonkyio/ember-web-app/pull/57) Bump dev dependencies ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
#### Committers: 1 | ||
|
||
- Jan Bobisud ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
## v3.0.0-beta.2 (2019-01-05) | ||
|
||
#### :rocket: Enhancement | ||
* [#50](https://github.com/zonkyio/ember-web-app/pull/50) Remove after install hook from blueprint, Closes [#47](https://github.com/zonkyio/ember-web-app/issues/47) ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
- [#50](https://github.com/zonkyio/ember-web-app/pull/50) Remove after install hook from blueprint, Closes [#47](https://github.com/zonkyio/ember-web-app/issues/47) ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
#### :memo: Documentation | ||
* [#48](https://github.com/zonkyio/ember-web-app/pull/48) Add blueprint description ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
- [#48](https://github.com/zonkyio/ember-web-app/pull/48) Add blueprint description ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
#### Committers: 1 | ||
|
||
- Jan Bobisud ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
## v3.0.0-beta.1 (2018-12-27) | ||
|
||
#### :boom: Breaking Change | ||
* [#18](https://github.com/zonkyio/ember-web-app/pull/18) Update to Ember 3.6 ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
- [#18](https://github.com/zonkyio/ember-web-app/pull/18) Update to Ember 3.6 ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
#### :rocket: Enhancement | ||
* [#35](https://github.com/zonkyio/ember-web-app/pull/35) Use `ember-cli-addon-docs` for documentation, Closes [#3](https://github.com/zonkyio/ember-web-app/issues/3) ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
- [#35](https://github.com/zonkyio/ember-web-app/pull/35) Use `ember-cli-addon-docs` for documentation, Closes [#3](https://github.com/zonkyio/ember-web-app/issues/3) ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
#### :bug: Bug Fix | ||
* [#45](https://github.com/zonkyio/ember-web-app/pull/45) Use `master` version of documentation in the README.md ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
- [#45](https://github.com/zonkyio/ember-web-app/pull/45) Use `master` version of documentation in the README.md ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
#### :memo: Documentation | ||
* [#46](https://github.com/zonkyio/ember-web-app/pull/46) Add lerna-changelog dependency ([@bobisjan](https://github.com/bobisjan)) | ||
* [#45](https://github.com/zonkyio/ember-web-app/pull/45) Use `master` version of documentation in the README.md ([@bobisjan](https://github.com/bobisjan)) | ||
* [#35](https://github.com/zonkyio/ember-web-app/pull/35) Use `ember-cli-addon-docs` for documentation, Closes [#3](https://github.com/zonkyio/ember-web-app/issues/3) ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
- [#46](https://github.com/zonkyio/ember-web-app/pull/46) Add lerna-changelog dependency ([@bobisjan](https://github.com/bobisjan)) | ||
- [#45](https://github.com/zonkyio/ember-web-app/pull/45) Use `master` version of documentation in the README.md ([@bobisjan](https://github.com/bobisjan)) | ||
- [#35](https://github.com/zonkyio/ember-web-app/pull/35) Use `ember-cli-addon-docs` for documentation, Closes [#3](https://github.com/zonkyio/ember-web-app/issues/3) ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
#### :house: Internal | ||
* [#46](https://github.com/zonkyio/ember-web-app/pull/46) Add lerna-changelog dependency ([@bobisjan](https://github.com/bobisjan)) | ||
* [#40](https://github.com/zonkyio/ember-web-app/pull/40) Use Yarn in `fast-test` command ([@bobisjan](https://github.com/bobisjan)) | ||
* [#39](https://github.com/zonkyio/ember-web-app/pull/39) Remove `sudo` option from Travis CI configuration ([@bobisjan](https://github.com/bobisjan)) | ||
* [#38](https://github.com/zonkyio/ember-web-app/pull/38) Remove unsused `*-test-helpers` dependencies ([@bobisjan](https://github.com/bobisjan)) | ||
* [#37](https://github.com/zonkyio/ember-web-app/pull/37) Remove unused `strip-ansi` dependency ([@bobisjan](https://github.com/bobisjan)) | ||
* [#36](https://github.com/zonkyio/ember-web-app/pull/36) Remove unused `rsvp` dependency ([@bobisjan](https://github.com/bobisjan)) | ||
* [#29](https://github.com/zonkyio/ember-web-app/pull/29) Add Prettier ([@bobisjan](https://github.com/bobisjan)) | ||
* [#27](https://github.com/zonkyio/ember-web-app/pull/27) ESLint cleanup ([@bobisjan](https://github.com/bobisjan)) | ||
* [#26](https://github.com/zonkyio/ember-web-app/pull/26) Use native Array.prototype.includes ([@bobisjan](https://github.com/bobisjan)) | ||
* [#28](https://github.com/zonkyio/ember-web-app/pull/28) Remove Babel polyfill since regenerator is provided by addon ([@bobisjan](https://github.com/bobisjan)) | ||
* [#25](https://github.com/zonkyio/ember-web-app/pull/25) Use let or const instead of var ([@bobisjan](https://github.com/bobisjan)) | ||
* [#24](https://github.com/zonkyio/ember-web-app/pull/24) Use native Object.assign ([@bobisjan](https://github.com/bobisjan)) | ||
* [#18](https://github.com/zonkyio/ember-web-app/pull/18) Update to Ember 3.6 ([@bobisjan](https://github.com/bobisjan)) | ||
|
||
- [#46](https://github.com/zonkyio/ember-web-app/pull/46) Add lerna-changelog dependency ([@bobisjan](https://github.com/bobisjan)) | ||
- [#40](https://github.com/zonkyio/ember-web-app/pull/40) Use Yarn in `fast-test` command ([@bobisjan](https://github.com/bobisjan)) | ||
- [#39](https://github.com/zonkyio/ember-web-app/pull/39) Remove `sudo` option from Travis CI configuration ([@bobisjan](https://github.com/bobisjan)) | ||
- [#38](https://github.com/zonkyio/ember-web-app/pull/38) Remove unsused `*-test-helpers` dependencies ([@bobisjan](https://github.com/bobisjan)) | ||
- [#37](https://github.com/zonkyio/ember-web-app/pull/37) Remove unused `strip-ansi` dependency ([@bobisjan](https://github.com/bobisjan)) | ||
- [#36](https://github.com/zonkyio/ember-web-app/pull/36) Remove unused `rsvp` dependency ([@bobisjan](https://github.com/bobisjan)) | ||
- [#29](https://github.com/zonkyio/ember-web-app/pull/29) Add Prettier ([@bobisjan](https://github.com/bobisjan)) | ||
- [#27](https://github.com/zonkyio/ember-web-app/pull/27) ESLint cleanup ([@bobisjan](https://github.com/bobisjan)) | ||
- [#26](https://github.com/zonkyio/ember-web-app/pull/26) Use native Array.prototype.includes ([@bobisjan](https://github.com/bobisjan)) | ||
- [#28](https://github.com/zonkyio/ember-web-app/pull/28) Remove Babel polyfill since regenerator is provided by addon ([@bobisjan](https://github.com/bobisjan)) | ||
- [#25](https://github.com/zonkyio/ember-web-app/pull/25) Use let or const instead of var ([@bobisjan](https://github.com/bobisjan)) | ||
- [#24](https://github.com/zonkyio/ember-web-app/pull/24) Use native Object.assign ([@bobisjan](https://github.com/bobisjan)) | ||
- [#18](https://github.com/zonkyio/ember-web-app/pull/18) Update to Ember 3.6 ([@bobisjan](https://github.com/bobisjan)) |
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