Skip to content

0.2.36

Compare
Choose a tag to compare
@SukkaW SukkaW released this 12 Jul 10:04
· 38 commits to master since this release

0.2.36

Core Changes

  • Add foxact/types
  • createFixedArray now supports GC-friendly array creation when WeakRef is available
    • Created array will be garbage-collected if not used (e.g. all components that use the array are unmounted)