diff options
author | bptato <nincsnevem662@gmail.com> | 2024-09-04 18:47:55 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-09-17 19:40:44 +0200 |
commit | f868027fed934904718962b69c88cc7e2008e2c3 (patch) | |
tree | c2859362c7f8a1c26cb7103d0f4ba96f3d9f8d49 /src/version.nim | |
parent | dd5f480ebecec6758991c226af208c79e2fe9cbc (diff) | |
download | chawan-f868027fed934904718962b69c88cc7e2008e2c3.tar.gz |
dom: add forms, elements getter + misc fixes
* add document.forms * add form.elements * remove redundant jshasprop functions * use mpairs for attribute iteration (mpairs use pointers, but pairs copies) * fix remove() crash * fix remove() collection invalidation for children (if parent is not in the collection) * update monoucha
Diffstat (limited to 'src/version.nim')
-rw-r--r-- | src/version.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.nim b/src/version.nim index aba8da07..d7c7de12 100644 --- a/src/version.nim +++ b/src/version.nim @@ -29,4 +29,4 @@ tryImport monoucha/version, "monoucha" static: checkVersion("chagashi", 0, 5, 6) checkVersion("chame", 1, 0, 1) - checkVersion("monoucha", 0, 4, 1) + checkVersion("monoucha", 0, 4, 2) |