Socket
Socket
Sign inDemoInstall

ember-web-app

Package Overview
Dependencies
432
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-beta.6 to 3.0.0

2

blueprints/ember-web-app/files/config/manifest.js
'use strict';
module.exports = function(/* environment, appConfig */) {
// See https://github.com/zonkyio/ember-web-app#documentation for a list of
// See https://zonkyio.github.io/ember-web-app for a list of
// supported properties

@@ -6,0 +6,0 @@

# Changelog
## v3.0.0-beta.6 (2019-08-03)
## v3.0.0 (2019-08-04)
#### :bug: Bug Fix
- [#205](https://github.com/zonkyio/ember-web-app/pull/205) Remove coverage output from published package ([@bobisjan](https://github.com/bobisjan))
#### Committers: 1
- Jan Bobisud ([@bobisjan](https://github.com/bobisjan))
## v3.0.0-beta.5 (2019-08-03)
#### :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))
#### Committers: 2
- Jan Bobisud ([@bobisjan](https://github.com/bobisjan))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
## v3.0.0-beta.4 (2019-06-19)
#### :boom: Breaking Change

@@ -39,2 +9,4 @@

- [#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))

@@ -44,70 +16,19 @@ #### :rocket: Enhancement

- [#148](https://github.com/zonkyio/ember-web-app/pull/148) Use explicit references for manifest and browserconfig ([@bobisjan](https://github.com/bobisjan))
#### :memo: Documentation
- [#177](https://github.com/zonkyio/ember-web-app/pull/177) Restructure documentation ([@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.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))
- [#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))
#### :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))
#### :memo: Documentation
- [#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))
#### :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))
#### :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))
#### :memo: Documentation
- [#46](https://github.com/zonkyio/ember-web-app/pull/46) Add lerna-changelog dependency ([@bobisjan](https://github.com/bobisjan))

@@ -119,2 +40,15 @@ - [#45](https://github.com/zonkyio/ember-web-app/pull/45) Use `master` version of documentation in the README.md ([@bobisjan](https://github.com/bobisjan))

- [#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))

@@ -133,1 +67,6 @@ - [#40](https://github.com/zonkyio/ember-web-app/pull/40) Use Yarn in `fast-test` command ([@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)
{
"name": "ember-web-app",
"version": "3.0.0-beta.6",
"version": "3.0.0",
"description": "This Ember addon helps you configure and manage the Web App Manifest to create a Progressive Web App",

@@ -5,0 +5,0 @@ "keywords": [

@@ -26,3 +26,3 @@ # ember-web-app

See [documentation](https://zonkyio.github.io/ember-web-app/versions/master/).
See [documentation](https://zonkyio.github.io/ember-web-app).

@@ -29,0 +29,0 @@ ## Contributing

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc