Releases: littensy/charm
Releases · littensy/charm
Charm v0.11.0-rc.3
This version has a lot of breaking changes, so check out the migration guide for updating existing projects.
Full Changelog: charm-v0.10.0...charm-v0.11.0-rc.3
charm v0.10.0
charm v0.9.0
What's Changed
Charm
- fix: add object overloads for
observe()andmapped()by @littensy in #38 - fix: do not track implicit dependencies in
observe()andmapped()by @littensy in #39 - feat: pass cleanup function to effect by @littensy in #40
- refactor: move modules to
packagesby @littensy in #41
Charm Sync
feat: addserializeArraysoption by @littensy in #29- feat(sync): add
autoSerializeoption by @littensy in #42 - feat(sync): add
flatten()function by @littensy in #43
Full Changelog: charm-v0.8.1...charm-v0.9.0
charm v0.8.1
What's Changed
Full Changelog: charm-v0.8.0...charm-v0.8.1
charm v0.8.0
What's Changed
Full Changelog: v0.7.6...charm-v0.8.0
charm v0.8.0-beta.2
Full Changelog: charm-v0.8.0-beta.1...charm-v0.8.0-beta.2
charm v0.8.0-beta.1
What's Changed
Full Changelog: v0.7.6...charm-v0.8.0-beta.1
🩹 0.7.6
🩹 0.7.5
This fixes a problem with how Charm imports React in Wally.
Full Changelog: v0.7.4...v0.7.5
⚡️ 0.7.4
Array density is now preserved by converting indices to string keys where data would otherwise be lost.
Previously, gaps were filled with null, but this can be heavy on the network with large arrays.
Full Changelog: v0.7.3...v0.7.4