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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
6
+
## [2.0.0] - 2022-01-12
7
+
*The major version has to be released because of vulnerability in PostCSS (see [#165])*
8
+
9
+
### Changed
10
+
- Support optional dependencies [#168] (`minifyUrl`, ` minifyJs`, `removeUnusedCss`, `minifyCss`). *This might be a breaking change for you*. Check the docs: https://github.com/posthtml/htmlnano/pull/168/files
11
+
- Disable `mergeScripts` & `mergeStyles` in the safe preset [#170].
12
+
13
+
6
14
## [1.1.1] - 2021-09-19
7
15
This version fixes fatal errors introduced in [1.1.0].
8
16
@@ -225,6 +233,7 @@ Otherwise, you have to adapt the config according to the new [PurgeCSS@3](https:
225
233
- Remove attributes that contains only white spaces.
0 commit comments