We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbe322 commit 32e4b8aCopy full SHA for 32e4b8a
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.3.1
4
+
5
+- [x] generate documentation
6
+- [x] parse input from readable stream
7
+- [x] add parseFile() and transformFile()
8
+-
9
## v1.3.0
10
11
- [x] numerical and dimension tokens use numbers instead of string
jsr.json
@@ -1,6 +1,6 @@
{
"name": "@tbela99/css-parser",
- "version": "1.3.1-alpha1",
+ "version": "1.3.1",
"publish": {
"include": [
"src",
package.json
@@ -1,7 +1,7 @@
"description": "CSS parser for node and the browser",
- "version": "v1.3.1-aplpha1",
+ "version": "v1.3.1",
"exports": {
".": "./dist/node.js",
"./node": "./dist/node.js",
0 commit comments