Skip to content

Commit 7dc260a

Browse files
committed
Release 2.1.2
1 parent 6419bf1 commit 7dc260a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.1.2] - 2025-04-30
6+
7+
### Added
8+
- `skipInternalWarnings` flag to avoid `console.warn` output [#293]
9+
10+
### Fixed
11+
- Use Node.js `sort` instead of `timsort` [#328]
12+
13+
514
## [2.1.1] - 2024-04-28
615

716
### Fixed
@@ -288,6 +297,7 @@ Otherwise, you have to adapt the config according to the new [PurgeCSS@3](https:
288297
- Remove attributes that contains only white spaces.
289298

290299

300+
[2.1.2]: https://github.com/posthtml/htmlnano/compare/2.1.1...2.1.2
291301
[2.1.1]: https://github.com/posthtml/htmlnano/compare/2.1.0...2.1.1
292302
[2.1.0]: https://github.com/posthtml/htmlnano/compare/2.0.4...2.1.0
293303
[2.0.4]: https://github.com/posthtml/htmlnano/compare/2.0.3...2.0.4
@@ -320,7 +330,8 @@ Otherwise, you have to adapt the config according to the new [PurgeCSS@3](https:
320330
[0.1.2]: https://github.com/posthtml/htmlnano/compare/0.1.1...0.1.2
321331
[0.1.1]: https://github.com/posthtml/htmlnano/compare/0.1.0...0.1.1
322332

323-
333+
[#328]: https://github.com/posthtml/htmlnano/issues/328
334+
[#293]: https://github.com/posthtml/htmlnano/issues/293
324335
[#278]: https://github.com/posthtml/htmlnano/issues/278
325336
[#260]: https://github.com/posthtml/htmlnano/issues/260
326337
[#257]: https://github.com/posthtml/htmlnano/issues/257

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htmlnano",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Modular HTML minifier, built on top of the PostHTML",
55
"main": "index.cjs",
66
"module": "index.mjs",

0 commit comments

Comments
 (0)