Skip to content

Releases: bitovi/ylem

v1.0.1

30 Apr 19:29
Compare
Choose a tag to compare

Fix memory leak by unbinding on unmount #115

v1.0.0-pre.8

29 Dec 20:54
Compare
Choose a tag to compare
v1.0.0-pre.8 Pre-release
Pre-release
  • ignore observation during viewmodel updates
  • ephemeral tracking of the observation stack (no more than one thing on the stack at a time)

fix makeEnumerable

30 Oct 20:47
Compare
Choose a tag to compare

makeEnumerable was failing on some object types, namely DefineList and DefineMap. It now checks for _define before proceeding.

Update Deps

05 Oct 21:27
Compare
Choose a tag to compare

update can-define dependency

add missing can-namespace and can-stache-key dependencies

v0.5.8

29 Sep 00:02
Compare
Choose a tag to compare

Fixed peerDependencies so it can be used with React 16.