You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+17
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Change Log
2
2
3
+
## 2.0.0 (2020-11-24)
4
+
5
+
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
6
+
7
+
#### :rocket: Enhancement
8
+
*[#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))
9
+
*[#30](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/30) Skip compressing already compressed font files ([@jrjohnson](https://github.com/jrjohnson))
10
+
11
+
#### :house: Internal
12
+
*[#34](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/34) Update deps and add release-it ([@lukemelia](https://github.com/lukemelia))
13
+
14
+
#### Committers: 4
15
+
- Claudio Bley ([@avdv](https://github.com/avdv))
16
+
- Jonathan Johnson ([@jrjohnson](https://github.com/jrjohnson))
17
+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
18
+
- The Game ([@chrisgame](https://github.com/chrisgame))
0 commit comments