Skip to content

Releases: s0ber/vtree

Allow to refresh whole body

27 Nov 21:53
Compare
Choose a tag to compare
v0.2.3

Release v0.2.3

Performance improvements

19 Nov 23:24
Compare
Choose a tag to compare

Use vanilla js wherever possible, remove N+1 when building tree, don't pollute memory with helper objects.

v0.2.1

08 Sep 21:24
Compare
Choose a tag to compare

WARNING! New API is implemented, which is not compatible with v0.1.x. Now there are component nodes (nodes which are wrappers for related set of child nodes), and stand alone nodes (independent nodes, which are not parts of a component).

v0.2.0

08 Sep 21:22
Compare
Choose a tag to compare

WARNING! New API is implemented, which is not compatible with v0.1.x. Now there are component nodes (nodes which are wrappers for related set of child nodes), and stand alone nodes (independent nodes, which are not parts of a component).

v0.1.8

25 Aug 10:10
Compare
Choose a tag to compare

Small fixes

v0.1.7

22 Aug 21:00
Compare
Choose a tag to compare

Moved AsyncFn into separate library

v0.1.6

22 Aug 20:28
Compare
Choose a tag to compare

Implemented support for asynchronous DOM modifying

v0.1.5

31 Jul 14:20
Compare
Choose a tag to compare

Small performance improvements

v0.1.4

16 Jul 23:26
Compare
Choose a tag to compare

Fix for modula

v0.1.3

06 Jul 13:28
Compare
Choose a tag to compare

Added ability to get reference to layout node and it's data from current node, when node is initialized or unloaded.