This repository was archived by the owner on Jul 30, 2025. It is now read-only.
Releases: sjohnsonaz/cascade
Releases · sjohnsonaz/cascade
Release v0.1.6
Fixed Component
dispose recursion.
Release v0.1.5
Fixed null
to null
diffs.
Changed Component.fixChildrenArrays
to remove null.
Release v0.1.4
Created test for child Component
diff.
Fixed Diff comparison.
Fixed Component
diff to handle null
.
Release v0.1.3
Added Cascade.unsubscribe
.
Added Subscribe
tests.
Created Component.dispose
method.
Created ComponentNode
.
Fixed Component.rendered
flag.
Updated dependencies.
Fixed minor documentation errors.
Release v0.1.2
Updated docs for Arrays and Hashes.
Updated Computed Properties documentation.
Fixed null
and undefined
attributes.
Fixed Component
update with null
and undefined
.
Release v0.1.1
Changed setAttribute
and removeAttribute
to support original and SVG methods.
Release v0.1.0
Changed ObservableArray
and ObservableHash
to not notify if values are unchanged.
Release v0.0.26
Updated package version to 0.0.26.
Release v0.0.25
Changed setAttribute to use dot notation for value.
Release v0.0.24
Fixed ts-loader and TypeScript mismatch.