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 d96bbc2 commit bae72faCopy full SHA for bae72fa
CHANGELOG.md
@@ -0,0 +1,6 @@
1
+# 1.1.0
2
+
3
+ - use semantic delay
4
+ - fix bug: for non-atomic loader, count should never small than 0
5
+ - add `cancel` api
6
build
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+rm -rf dist
mkdir -p dist
echo "build src/ldld.ls -> dist/ldld.js ..."
./node_modules/.bin/lsc -cbp src/ldld.ls > dist/ldld.js
dist/ldld.zip
-4.27 KB
0 commit comments