UNPKG

ember-cli-deploy-gzip

Version:
129 lines (81 loc) 8.04 kB
# Change Log ## 3.0.0 (2023-06-04) #### :boom: Breaking Change * [#66](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/66) [BREAKING] Update dependencies and node version requirements ([@lukemelia](https://github.com/lukemelia)) #### Committers: 2 - Jon Johnson ([@jrjohnson](https://github.com/jrjohnson)) - Luke Melia ([@lukemelia](https://github.com/lukemelia)) ## 2.0.1 (2021-11-22) #### :bug: Bug Fix * [#53](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/53) Fix invalid atime being set ([@jrjohnson](https://github.com/jrjohnson)) #### Committers: 1 - Jonathan Johnson ([@jrjohnson](https://github.com/jrjohnson)) ## 2.0.0 (2020-11-24) There are two changes that are potentially (though unlikely to be) BREAKING: woff and woff2 files are no longer compressed by default, and compressed file modification times now preserve the modification times of the original file #### :rocket: Enhancement * [#33](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/33) Keep modification time the same as the original file ([@avdv](https://github.com/avdv)) * [#30](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/30) Skip compressing already compressed font files ([@jrjohnson](https://github.com/jrjohnson)) #### :house: Internal * [#34](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/34) Update deps and add release-it ([@lukemelia](https://github.com/lukemelia)) #### Committers: 4 - Claudio Bley ([@avdv](https://github.com/avdv)) - Jonathan Johnson ([@jrjohnson](https://github.com/jrjohnson)) - Luke Melia ([@lukemelia](https://github.com/lukemelia)) - The Game ([@chrisgame](https://github.com/chrisgame)) ## [v1.0.1](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v1.0.1) (2017-10-11) [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v1.0.0...v1.0.1) **Merged pull requests:** - Use RSVP over ember-cli/lib/ext/promise [\#27](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/27) ([chrisgame](https://github.com/chrisgame)) ## [v1.0.0](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v1.0.0) (2017-03-25) [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v1.0.0-beta.0...v1.0.0) No changes from 1.0.0-beta.0 ## [v1.0.0-beta.0](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v1.0.0-beta.0) (2017-03-25) [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.2.4...v1.0.0-beta.0) **Merged pull requests:** - Update ember-cli and dependencies [\#25](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/25) ([lukemelia](https://github.com/lukemelia)) ## [v0.2.4](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.2.4) (2016-11-19) [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.2.3...v0.2.4) **Merged pull requests:** - 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)) - \[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)) - Update ember-cli docs link [\#21](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/21) ([wagenet](https://github.com/wagenet)) ## [v0.2.3](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.2.3) (2016-04-01) [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.2.2...v0.2.3) **Merged pull requests:** - Remove redis dependency [\#20](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/20) ([dannyfallon](https://github.com/dannyfallon)) ## [v0.2.2](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.2.2) (2016-02-26) [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.2.1...v0.2.2) **Merged pull requests:** - 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)) - 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)) ## [v0.2.1](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.2.1) (2016-02-06) [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.2.0...v0.2.1) ## [v0.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.2.0) (2016-02-06) [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.1.1...v0.2.0) **Merged pull requests:** - 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)) ## [v0.1.1](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.1.1) (2015-12-31) [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.1.0...v0.1.1) **Merged pull requests:** - Fix \#14: only compress uncompressed files [\#15](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/15) ([buschtoens](https://github.com/buschtoens)) ## [v0.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.1.0) (2015-10-25) [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.1.0-beta.2...v0.1.0) **Merged pull requests:** - 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)) ## [v0.1.0-beta.2](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.1.0-beta.2) (2015-10-19) [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/compare/v0.1.0-beta.1...v0.1.0-beta.2) **Merged pull requests:** - Add keep option with tests [\#12](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/12) ([dschmidt](https://github.com/dschmidt)) - 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)) - Add keep option [\#9](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/9) ([dschmidt](https://github.com/dschmidt)) - add ico to default filePattern [\#8](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/8) ([jasonkriss](https://github.com/jasonkriss)) - add swf to default filePattern [\#7](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/7) ([jasonkriss](https://github.com/jasonkriss)) ## [v0.1.0-beta.1](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/tree/v0.1.0-beta.1) (2015-08-08) **Merged pull requests:** - Update README for 0.5.0 [\#6](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/6) ([achambers](https://github.com/achambers)) - 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)) - Removed debugger statement [\#4](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/4) ([achambers](https://github.com/achambers)) - 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)) - 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)) - 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)) \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*