|
1 |
| -# Changelog |
| 1 | +# Change Log |
2 | 2 |
|
3 |
| -## [0.2.4](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/0.2.4) (2016-11-19) |
4 |
| -[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.2.3...0.2.4) |
| 3 | +## [v1.0.0-beta.0](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v1.0.0-beta.0) (2017-03-25) |
| 4 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.2.4...v1.0.0-beta.0) |
| 5 | + |
| 6 | +**Merged pull requests:** |
| 7 | + |
| 8 | +- Update ember-cli and dependencies [\#25](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/25) ([lukemelia](https://github.com/lukemelia)) |
| 9 | + |
| 10 | +## [v0.2.4](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.2.4) (2016-11-19) |
| 11 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.2.3...v0.2.4) |
| 12 | + |
| 13 | +**Merged pull requests:** |
5 | 14 |
|
6 | 15 | - Update various dependencies and remove unused code. [\#24](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/24) ([lukemelia](https://github.com/lukemelia))
|
7 | 16 | - \[security\] Update minimatch to ^3.0.2 [\#22](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/22) ([knownasilya](https://github.com/knownasilya))
|
8 | 17 | - Update ember-cli docs link [\#21](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/21) ([wagenet](https://github.com/wagenet))
|
9 | 18 |
|
10 |
| -## [0.2.3](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/0.2.3) (2016-04-01) |
11 |
| -[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.2.2...0.2.3) |
| 19 | +## [v0.2.3](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.2.3) (2016-04-01) |
| 20 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.2.2...v0.2.3) |
12 | 21 |
|
13 |
| -- Remove unused redis dependency [\#20](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/20) ([dannyfallon](https://github.com/dannyfallon)) |
| 22 | +**Merged pull requests:** |
14 | 23 |
|
15 |
| -## [0.2.2](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.2.2) (2016-02-26) |
| 24 | +- Remove redis dependency [\#20](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/20) ([dannyfallon](https://github.com/dannyfallon)) |
| 25 | + |
| 26 | +## [v0.2.2](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.2.2) (2016-02-26) |
16 | 27 | [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.2.1...v0.2.2)
|
17 | 28 |
|
18 |
| -- Add ignorePattern option for removing specific files [#18](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/18) ([@jrjohnson](https://github.com/jrjohnson)) |
19 |
| -- Fix the plugin return object for keep-enabled gzipping [#19](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/19) ([@dannyfallon/df](https://github.com/dannyfallon/df)) |
| 29 | +**Merged pull requests:** |
20 | 30 |
|
21 |
| -## [0.2.1](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.2.1) (2016-02-06) |
22 |
| -[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.2.0...v0.2.1) |
| 31 | +- Fix the plugin return object for keep-enabled gzipping [\#19](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/19) ([dannyfallon](https://github.com/dannyfallon)) |
| 32 | +- Add ignorePattern option for removing specific files [\#18](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/18) ([jrjohnson](https://github.com/jrjohnson)) |
23 | 33 |
|
24 |
| -- Update ember-deploy-plugin version again |
| 34 | +## [v0.2.1](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.2.1) (2016-02-06) |
| 35 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.2.0...v0.2.1) |
25 | 36 |
|
26 |
| -## [0.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.2.0) (2016-02-06) |
| 37 | +## [v0.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.2.0) (2016-02-06) |
27 | 38 | [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.1.1...v0.2.0)
|
28 | 39 |
|
| 40 | +**Merged pull requests:** |
| 41 | + |
29 | 42 | - 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))
|
30 |
| -- Update ember-deploy-plugin version |
31 | 43 |
|
32 | 44 | ## [v0.1.1](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.1.1) (2015-12-31)
|
33 | 45 | [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.1.0...v0.1.1)
|
34 | 46 |
|
| 47 | +**Merged pull requests:** |
| 48 | + |
35 | 49 | - Fix \#14: only compress uncompressed files [\#15](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/15) ([buschtoens](https://github.com/buschtoens))
|
36 | 50 |
|
37 | 51 | ## [v0.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.1.0) (2015-10-25)
|
38 | 52 | [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.1.0-beta.2...v0.1.0)
|
39 | 53 |
|
| 54 | +**Merged pull requests:** |
| 55 | + |
40 | 56 | - 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))
|
41 | 57 |
|
42 | 58 | ## [v0.1.0-beta.2](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.1.0-beta.2) (2015-10-19)
|
43 | 59 | [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.1.0-beta.1...v0.1.0-beta.2)
|
44 | 60 |
|
| 61 | +**Merged pull requests:** |
| 62 | + |
45 | 63 | - Add keep option with tests [\#12](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/12) ([dschmidt](https://github.com/dschmidt))
|
46 | 64 | - 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))
|
47 | 65 | - Add keep option [\#9](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/9) ([dschmidt](https://github.com/dschmidt))
|
48 | 66 | - add ico to default filePattern [\#8](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/8) ([jasonkriss](https://github.com/jasonkriss))
|
49 | 67 | - add swf to default filePattern [\#7](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/7) ([jasonkriss](https://github.com/jasonkriss))
|
50 | 68 |
|
51 | 69 | ## [v0.1.0-beta.1](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.1.0-beta.1) (2015-08-08)
|
| 70 | +**Merged pull requests:** |
52 | 71 |
|
53 | 72 | - Update README for 0.5.0 [\#6](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/6) ([achambers](https://github.com/achambers))
|
54 | 73 | - 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))
|
55 | 74 | - Removed debugger statement [\#4](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/4) ([achambers](https://github.com/achambers))
|
56 | 75 | - 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))
|
57 | 76 | - 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))
|
58 | 77 | - 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))
|
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments