Skip to content

Releases: littensy/charm

Charm v0.11.0-rc.3

01 Dec 07:44

Choose a tag to compare

Charm v0.11.0-rc.3 Pre-release
Pre-release

This version has a lot of breaking changes, so check out the migration guide for updating existing projects.

Documentation →

Full Changelog: charm-v0.10.0...charm-v0.11.0-rc.3

charm v0.10.0

09 Mar 23:36

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: charm-v0.9.0...charm-v0.10.0

charm v0.9.0

26 Jan 01:00

Choose a tag to compare

What's Changed

Charm

  • fix: add object overloads for observe() and mapped() by @littensy in #38
  • fix: do not track implicit dependencies in observe() and mapped() by @littensy in #39
  • feat: pass cleanup function to effect by @littensy in #40
  • refactor: move modules to packages by @littensy in #41

Charm Sync

Full Changelog: charm-v0.8.1...charm-v0.9.0

charm v0.8.1

27 Oct 02:18

Choose a tag to compare

What's Changed

Full Changelog: charm-v0.8.0...charm-v0.8.1

charm v0.8.0

13 Oct 05:23

Choose a tag to compare

What's Changed

Full Changelog: v0.7.6...charm-v0.8.0

charm v0.8.0-beta.2

13 Oct 02:56

Choose a tag to compare

charm v0.8.0-beta.2 Pre-release
Pre-release

charm v0.8.0-beta.1

13 Oct 02:07

Choose a tag to compare

charm v0.8.0-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.6...charm-v0.8.0-beta.1

🩹 0.7.6

29 Sep 00:19

Choose a tag to compare

What's Changed

Full Changelog: v0.7.5...v0.7.6

🩹 0.7.5

28 Sep 14:14

Choose a tag to compare

This fixes a problem with how Charm imports React in Wally.

Full Changelog: v0.7.4...v0.7.5

⚡️ 0.7.4

26 Sep 18:28

Choose a tag to compare

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