Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Oct 23, 2019
1 parent 96176bc commit cb98c8b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## v0.8.0 (2019-10-23)

#### :boom: Breaking Change
* Update minimum supported Node.js version to 10

#### :rocket: Enhancement
* [#40](https://github.com/RuslanZavacky/ember-cli-ifa/pull/40) Use HTML meta to store asset map information ([@krallin](https://github.com/krallin))
* [#41](https://github.com/RuslanZavacky/ember-cli-ifa/pull/41) Passthrough fingerprinted paths ([@krallin](https://github.com/krallin))
* [#43](https://github.com/RuslanZavacky/ember-cli-ifa/pull/43) Remove jQuery ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :bug: Bug Fix
* [#54](https://github.com/RuslanZavacky/ember-cli-ifa/pull/54) Ensure that we don't write `undefined` into the `<meta>` element value ([@Turbo87](https://github.com/Turbo87))
* [#51](https://github.com/RuslanZavacky/ember-cli-ifa/pull/51) Fall back to name in resolve ([@mydea](https://github.com/mydea))
* [#53](https://github.com/RuslanZavacky/ember-cli-ifa/pull/53) Fix broken `test/index.html` mutation ([@Turbo87](https://github.com/Turbo87))
* [#42](https://github.com/RuslanZavacky/ember-cli-ifa/pull/42) Catch errors if asset-map fails to load ([@headquarters](https://github.com/headquarters))

#### Committers: 5
- Francesco Novy ([@mydea](https://github.com/mydea))
- L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
- Michael Head ([@headquarters](https://github.com/headquarters))
- Thomas Orozco ([@krallin](https://github.com/krallin))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))


# 0.7.0
- [ENHANCEMENT] Upgrade to Ember 3.0 (@mydea)
- [ENHANCEMENT] Tests passing (@mydea)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-ifa",
"version": "0.7.0",
"version": "0.8.0",
"description": "Inject fingerprinted assetMap.json file into your app and provide initializer, service, and helper to dynamically reference fingerprinted assets.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit cb98c8b

Please sign in to comment.