Skip to content

Commit 994baee

Browse files
committed
5.0.0
1 parent f519136 commit 994baee

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## next
1+
## 5.0.0 (December 4, 2021)
22

33
- Added support for [CSS Selectors Level 4](https://www.w3.org/TR/selectors-4/) and legacy pseudos in specificity calculation, i.e. `:has()`, `:not(<selector-list>)`, `:is()`, `:matches()`, `:-moz-any()`, `:-webkit-any()`, `:where()`, `:nth-child(... of <selector-list>)` and `:nth-last-child(... of <selector-list>)`
44
- Package
55
- Changed supported versions of Node.js to `^12.20.0`, `^14.13.0` and `>=15.0.0`
66
- Converted to ES modules. However, CommonJS is supported as well (dual module)
77
- Changed bundle set to provide `dist/csso.js` (an IIFE version with `csso` as a global name) and `dist/csso.esm.js` (as ES module). Both are minified
8-
- Bumped `css-tree` to `2.0.1`
8+
- Bumped `css-tree` to [`2.0`](https://github.com/csstree/csstree/releases/tag/v2.0.0)
99

1010
## 4.2.0 (November 26, 2020)
1111

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "csso",
3-
"version": "4.2.0",
3+
"version": "5.0.0",
44
"description": "CSS minifier with structural optimisations",
55
"author": "Sergey Kryzhanovsky <[email protected]> (https://github.com/afelix)",
66
"maintainers": [
7-
"Roman Dvornov <[email protected]> (https://github.com/lahmatiy)"
7+
{
8+
"name": "Roman Dvornov",
9+
"email": "[email protected]",
10+
"github-username": "lahmatiy"
11+
}
812
],
913
"repository": "css/csso",
1014
"license": "MIT",

0 commit comments

Comments
 (0)