Skip to content

v0.0.9

Latest
Compare
Choose a tag to compare
@turtleflyer turtleflyer released this 06 May 06:31

Changelog

Fix

  • Resubscribing to known selector no longer changes dependency keys

Add

  • New subscription method transfer for changing selector while preserving subscription job
  • Guarantee that createMedama return object and its pupil property reference the same object

Improve

  • Better typing for ComposeMedama and AddLayer generic overloads when state type comes from outer function's generic binding
  • Extended AddLayer type to allow initState to be a value for the united state, not just added part
  • Added and enhanced comments to support IDE editor hints

Chore

  • Unified test approaches for better consistency
  • Simplified implementations of medama and compose packages to use identical algorithmic structure
  • Enhanced documentation with new sections and clarifications