UNPKG

ember-web-app

Version:

This Ember addon helps you configure and manage the Web App Manifest to create a Progressive Web App

150 lines (104 loc) 10.9 kB
## v5.0.1 (2020-10-30) #### :bug: Bug Fix - [#629](https://github.com/zonkyio/ember-web-app/pull/629) Bump web-app-manifest-validator from 1.0.0 to 1.1.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) #### Committers: 0 ## v5.0.0 (2020-09-13) #### :boom: Breaking Change - [#594](https://github.com/zonkyio/ember-web-app/pull/594) Drop Ember 3.12 LTS support ([@bobisjan](https://github.com/bobisjan)) - [#575](https://github.com/zonkyio/ember-web-app/pull/575) Drop Node.js 13 support ([@bobisjan](https://github.com/bobisjan)) - [#565](https://github.com/zonkyio/ember-web-app/pull/565) Drop support for Ember.js LTS 3.8 ([@bobisjan](https://github.com/bobisjan)) #### :rocket: Enhancement - [#422](https://github.com/zonkyio/ember-web-app/pull/422) add "scope" to default manifest ([@nickschot](https://github.com/nickschot)) #### :bug: Bug Fix - [#583](https://github.com/zonkyio/ember-web-app/pull/583) Make config path dynamic according to package.json ([@ming-codes](https://github.com/ming-codes)) #### :memo: Documentation - [#494](https://github.com/zonkyio/ember-web-app/pull/494) Add mention about service workers, Closes [#292](https://github.com/zonkyio/ember-web-app/issues/292) ([@bobisjan](https://github.com/bobisjan)) #### :house: Internal - [#593](https://github.com/zonkyio/ember-web-app/pull/593) Add Ember 3.20 LTS into testing matrix ([@bobisjan](https://github.com/bobisjan)) - [#576](https://github.com/zonkyio/ember-web-app/pull/576) Use Volta Action ([@bobisjan](https://github.com/bobisjan)) - [#495](https://github.com/zonkyio/ember-web-app/pull/495) Cleanup GitHub Actions ([@bobisjan](https://github.com/bobisjan)) - [#492](https://github.com/zonkyio/ember-web-app/pull/492) Pin Node and Yarn using Volta ([@bobisjan](https://github.com/bobisjan)) - [#282](https://github.com/zonkyio/ember-web-app/pull/282) Use GitHub Actions ([@bobisjan](https://github.com/bobisjan)) - [#369](https://github.com/zonkyio/ember-web-app/pull/369) Use silent mode to remove Yarn output from release notes ([@bobisjan](https://github.com/bobisjan)) - [#368](https://github.com/zonkyio/ember-web-app/pull/368) Use version as GitHub release ([@bobisjan](https://github.com/bobisjan)) #### Committers: 4 - Jan Bobisud ([@bobisjan](https://github.com/bobisjan)) - Ming Liu ([@ming-codes](https://github.com/ming-codes)) - Nick Schot ([@nickschot](https://github.com/nickschot)) - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) ## v4.0.0 (2020-02-08) #### :boom: Breaking Change - [#343](https://github.com/zonkyio/ember-web-app/pull/343) Upgrade to Ember Octane ([@bobisjan](https://github.com/bobisjan)) - [#316](https://github.com/zonkyio/ember-web-app/pull/316) Bump supported Node.js to v10, v12 or above ([@bobisjan](https://github.com/bobisjan)) #### :memo: Documentation - [#345](https://github.com/zonkyio/ember-web-app/pull/345) Add v4.0 notes into Upgrade Guides ([@bobisjan](https://github.com/bobisjan)) - [#344](https://github.com/zonkyio/ember-web-app/pull/344) Remove trailing slashes from HTML snippets ([@bobisjan](https://github.com/bobisjan)) #### :house: Internal - [#367](https://github.com/zonkyio/ember-web-app/pull/367) Add lint staged ([@bobisjan](https://github.com/bobisjan)) - [#366](https://github.com/zonkyio/ember-web-app/pull/366) Use Lerna changelog for GitHub release notes ([@bobisjan](https://github.com/bobisjan)) - [#365](https://github.com/zonkyio/ember-web-app/pull/365) Add Release It! 🚀 ([@bobisjan](https://github.com/bobisjan)) - [#285](https://github.com/zonkyio/ember-web-app/pull/285) Remove ember-cli-htmlbars-inline-precompile ([@bobisjan](https://github.com/bobisjan)) #### Committers: 2 - Jan Bobisud ([@bobisjan](https://github.com/bobisjan)) - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) ## v3.0.1 (2019-09-01) #### :bug: Bug Fix - [#229](https://github.com/zonkyio/ember-web-app/pull/229) Use href attribute in documentation ([@bobisjan](https://github.com/bobisjan)) #### :memo: Documentation - [#229](https://github.com/zonkyio/ember-web-app/pull/229) Use href attribute in documentation ([@bobisjan](https://github.com/bobisjan)) #### Committers: 1 - Jan Bobisud ([@bobisjan](https://github.com/bobisjan)) ## v3.0.0 (2019-08-04) #### :boom: Breaking Change - [#148](https://github.com/zonkyio/ember-web-app/pull/148) Use explicit references for manifest and browserconfig ([@bobisjan](https://github.com/bobisjan)) - [#147](https://github.com/zonkyio/ember-web-app/pull/147) Remove `enabled` configuration option ([@bobisjan](https://github.com/bobisjan)) - [#141](https://github.com/zonkyio/ember-web-app/pull/141) Drop Node.js 6 support ([@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 - [#148](https://github.com/zonkyio/ember-web-app/pull/148) Use explicit references for manifest and browserconfig ([@bobisjan](https://github.com/bobisjan)) - [#138](https://github.com/zonkyio/ember-web-app/pull/138) Add support for crossorigin on webmanifest ([@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)) - [#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 - [#205](https://github.com/zonkyio/ember-web-app/pull/205) Remove coverage output from published package ([@bobisjan](https://github.com/bobisjan)) - [#144](https://github.com/zonkyio/ember-web-app/pull/144) Resolve asset URL without root URL configuration ([@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 - [#53](https://github.com/zonkyio/ember-web-app/pull/53) Use links to the latest version of documentation ([@bobisjan](https://github.com/bobisjan)) - [#206](https://github.com/zonkyio/ember-web-app/pull/206) Polish documentation ([@bobisjan](https://github.com/bobisjan)) - [#177](https://github.com/zonkyio/ember-web-app/pull/177) Restructure documentation ([@bobisjan](https://github.com/bobisjan)) - [#137](https://github.com/zonkyio/ember-web-app/pull/137) Documentation polishment 💅 ([@bobisjan](https://github.com/bobisjan)) - [#48](https://github.com/zonkyio/ember-web-app/pull/48) Add blueprint description ([@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 - [#203](https://github.com/zonkyio/ember-web-app/pull/203) Refresh package.json ([@bobisjan](https://github.com/bobisjan)) - [#202](https://github.com/zonkyio/ember-web-app/pull/202) Refresh yarn.lock ([@bobisjan](https://github.com/bobisjan)) - [#200](https://github.com/zonkyio/ember-web-app/pull/200) Use ember-template-lint directly ([@bobisjan](https://github.com/bobisjan)) - [#189](https://github.com/zonkyio/ember-web-app/pull/189) Setup code coverage ([@bobisjan](https://github.com/bobisjan)) - [#188](https://github.com/zonkyio/ember-web-app/pull/188) Tests cleanup ([@bobisjan](https://github.com/bobisjan)) - [#187](https://github.com/zonkyio/ember-web-app/pull/187) Refactor tags composition to remove complexity ([@bobisjan](https://github.com/bobisjan)) - [#186](https://github.com/zonkyio/ember-web-app/pull/186) Move tree construction into manifest ([@bobisjan](https://github.com/bobisjan)) - [#185](https://github.com/zonkyio/ember-web-app/pull/185) Move tags generator outside index ([@bobisjan](https://github.com/bobisjan)) - [#184](https://github.com/zonkyio/ember-web-app/pull/184) Move configuration into manifest ([@bobisjan](https://github.com/bobisjan)) - [#183](https://github.com/zonkyio/ember-web-app/pull/183) Move fingerprint configuration into manifest ([@bobisjan](https://github.com/bobisjan)) - [#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)) - [#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)) #### Committers: 2 - Jan Bobisud ([@bobisjan](https://github.com/bobisjan)) - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)