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 526ed80 commit 0f44a6aCopy full SHA for 0f44a6a
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change log
2
3
+## v8.0.3 - August 12, 2022
4
+
5
+- Доработки SuQL Js
6
7
+---
8
9
## v8.0.2 - August 12, 2022
10
11
- Доработки SuQL Js
src/js/suql.js
@@ -51,6 +51,8 @@ function assign(a, b) {
51
}
52
53
function append(a, b) {
54
+ a.value.push(b)
55
56
for (var path in a.paths) {
57
var elements = getElementsByQuery(path)
58
0 commit comments