@lynx-js/tasm 0.0.36 → 0.0.38
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 +8 -0
- package/build/darwin/Release/lepus.node +0 -0
- package/build/linux/Release/lepus.node +0 -0
- package/lepus.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
|
+
# 0.0.37
|
|
3
|
+
* delete aggregate template pass in lepus ir pass to optimize parse time.
|
|
4
|
+
|
|
5
|
+
# 0.0.38
|
|
6
|
+
* Include custom section CSS in diagnostics output
|
|
7
|
+
|
|
8
|
+
# 0.0.37
|
|
9
|
+
* Support CSS !important in parsing, cascade, and inline styles
|
|
2
10
|
|
|
3
11
|
# 0.0.36
|
|
4
12
|
* fix segment fault while decode template without pageConfig
|
|
Binary file
|
|
Binary file
|