Skip to content

Commit dce5a13

Browse files
committed
Released v0.2.0
1 parent 8cec554 commit dce5a13

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Change Log
2+
3+
## [0.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/0.2.0) (2016-02-06)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.1.1...0.2.0)
5+
6+
- Add the gzipped file to the context's distFiles when keep is true [\#17](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/17) ([dannyfallon](https://github.com/dannyfallon))
7+
- Update ember-deploy-plugin version
8+
9+
## [v0.1.1](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.1.1) (2015-12-31)
10+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.1.0...v0.1.1)
11+
12+
- Fix \#14: only compress uncompressed files [\#15](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/15) ([buschtoens](https://github.com/buschtoens))
13+
14+
## [v0.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.1.0) (2015-10-25)
15+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.1.0-beta.2...v0.1.0)
16+
17+
- Update to use new verbose option for logging [\#13](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/13) ([lukemelia](https://github.com/lukemelia))
18+
19+
## [v0.1.0-beta.2](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.1.0-beta.2) (2015-10-19)
20+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.1.0-beta.1...v0.1.0-beta.2)
21+
22+
- Add keep option with tests [\#12](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/12) ([dschmidt](https://github.com/dschmidt))
23+
- Revert "Add keep option" pending a fresh PR with tests [\#10](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/10) ([lukemelia](https://github.com/lukemelia))
24+
- Add keep option [\#9](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/9) ([dschmidt](https://github.com/dschmidt))
25+
- add ico to default filePattern [\#8](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/8) ([jasonkriss](https://github.com/jasonkriss))
26+
- add swf to default filePattern [\#7](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/7) ([jasonkriss](https://github.com/jasonkriss))
27+
28+
## [v0.1.0-beta.1](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.1.0-beta.1) (2015-08-08)
29+
30+
- Update README for 0.5.0 [\#6](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/6) ([achambers](https://github.com/achambers))
31+
- opt-in Zopfli and ember-cli-deploy-plugin bump [\#5](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/5) ([lukemelia](https://github.com/lukemelia))
32+
- Removed debugger statement [\#4](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/4) ([achambers](https://github.com/achambers))
33+
- Restructure to be based on ember-cli-deploy-plugin. [\#3](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/3) ([lukemelia](https://github.com/lukemelia))
34+
- Use new `configure` hook instead of `willDeploy` [\#2](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/2) ([lukemelia](https://github.com/lukemelia))
35+
- Fix issue where plugin can resolve its promise before the gzip stream is done writing [\#1](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/1) ([lukemelia](https://github.com/lukemelia))

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-gzip",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Ember CLI Deploy plugin to gzip files.",
55
"directories": {
66
"doc": "doc",
@@ -57,4 +57,4 @@
5757
"ember-addon": {
5858
"configPath": "tests/dummy/config"
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)