Skip to content

Commit 0f44a6a

Browse files
author
arutyunyan
committed
8.0.3
1 parent 526ed80 commit 0f44a6a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## v8.0.3 - August 12, 2022
4+
5+
- Доработки SuQL Js
6+
7+
---
8+
39
## v8.0.2 - August 12, 2022
410

511
- Доработки SuQL Js

src/js/suql.js

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ function assign(a, b) {
5151
}
5252

5353
function append(a, b) {
54+
a.value.push(b)
55+
5456
for (var path in a.paths) {
5557
var elements = getElementsByQuery(path)
5658

0 commit comments

Comments
 (0)