@stacksjs/ts-css 0.1.1 โ 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/index.js +57 -12868
- package/dist/optimize/index.js +1 -3389
- package/dist/parse/index.js +1 -2368
- package/dist/select/index.js +1 -1288
- package/dist/what/index.js +1 -513
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
[Compare changes](https://github.com/stacksjs/ts-css/compare/v0.1.1...v0.1.2)
|
|
2
|
+
|
|
3
|
+
## โก Performance Improvements
|
|
4
|
+
|
|
5
|
+
- **build**: minify the published bundles ([ab79be3](https://github.com/stacksjs/ts-css/commit/ab79be3)) _(by Chris <chrisbreuer93@gmail.com>)_
|
|
6
|
+
|
|
7
|
+
## ๐งน Chores
|
|
8
|
+
|
|
9
|
+
- release v0.1.2 ([8e3ce9a](https://github.com/stacksjs/ts-css/commit/8e3ce9a)) _(by Chris <chrisbreuer93@gmail.com>)_
|
|
10
|
+
|
|
11
|
+
## Contributors
|
|
12
|
+
|
|
13
|
+
- _Chris <chrisbreuer93@gmail.com>_
|
|
14
|
+
|
|
1
15
|
[Compare changes](https://github.com/stacksjs/ts-css/compare/v0.1.0...v0.1.1)
|
|
2
16
|
|
|
3
17
|
## ๐ Bug Fixes
|