Skip to content

1.4.1

Choose a tag to compare

@unadlib unadlib released this 14 Mar 02:33
· 576 commits to main since this release

coaction v1.4.1

This patch release focuses on clearer core guidance and documentation, plus package version alignment across the workspace.

Core

  • Clarified the warning and documentation for ambiguous sliceMode: 'auto' object-of-functions inputs, with explicit single and slices examples.
  • Documented and tested that methods destructured from store.getState() keep their this binding to the latest store state.
  • Added a generated core API reference covering create(), store types, middleware contracts, and createBinder().

Package Updates

  • Published coaction@1.4.1.
  • Aligned first-party integration packages to peer-depend on coaction@^1.4.1:
    • @coaction/alien-signals
    • @coaction/history
    • @coaction/jotai
    • @coaction/logger
    • @coaction/mobx
    • @coaction/ng
    • @coaction/persist
    • @coaction/pinia
    • @coaction/react
    • @coaction/redux
    • @coaction/solid
    • @coaction/svelte
    • @coaction/valtio
    • @coaction/vue
    • @coaction/xstate
    • @coaction/yjs
    • @coaction/zustand

Notes

  • No core API behavior changed in this release beyond clearer development guidance and documentation.

Full Changelog: v1.4.0...v1.4.1