Skip to content

Latest commit

 

History

History
295 lines (127 loc) · 8.93 KB

CHANGELOG.md

File metadata and controls

295 lines (127 loc) · 8.93 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.3.0 (2022-10-25)

Features

  • change instance provider's type to match actual component (#36) (ae3b4c4)

2.2.0 (2022-10-25)

Features

2.1.1 (2020-05-29)

Bug Fixes

  • Remove optional annotation for store and state fields (#26) (fa9f298)

2.1.0 (2020-05-29)

Features

  • Move Synapse into createSynaptik to reduce typing noise (#25) (c33af9e)

2.0.1 (2020-05-27)

Bug Fixes

2.0.0 (2020-05-22)

⚠ BREAKING CHANGES

  • removes <Connect /> component
  • changes how the store provider and hooks are created

Features

  • Add Typescript support to Synaptik (#22) (51c17c2)

1.3.2 (2020-04-21)

Bug Fixes

1.3.1 (2020-02-07)

Bug Fixes

1.3.0 (2020-01-11)

Bug Fixes

  • useSynapse: Fix infinite loop when selector returns impure object (#13) (ab7c850)
  • useSynapse: Run useEffect on every render (#10) (9ad6cdb)
  • useSynapse: Update to latest state before re-subscribing (#12) (48df6cd)
  • Move logger into src/ for proper bundling (#18) (5706404)

Features

1.2.3 (2019-03-19)

Bug Fixes

  • useSynapse: Fix infinite loop when selector returns impure object (#13) (ab7c850)

1.2.2 (2019-03-18)

Bug Fixes

  • useSynapse: Update to latest state before re-subscribing (#12) (48df6cd)

1.2.1 (2019-03-04)

Bug Fixes

  • useSynapse: Run useEffect on every render (#10) (9ad6cdb)

1.2.0 (2019-02-27)

Features

1.1.0 (2019-01-08)

Features

  • Connect: Convert back to PureComponent (ec5466d)

0.6.0 (2018-10-13)

Bug Fixes

  • Store: Set state to empty object on construction (5a7c5a5)

Features

  • Connect: Access props as second argument in HOC select method (#5) (850d325)

0.5.1 (2018-09-10)

Bug Fixes

  • Connect: Pass props to all methods (587356a)

0.5.0 (2018-09-10)

Bug Fixes

  • add tests for Vault and Store (4b8b502)

Features

0.4.3 (2018-06-04)

Bug Fixes

  • Skip logging state change in initial Store construction (f46abc1)

0.4.2 (2018-04-30)

Bug Fixes

  • logger: collapse log groups (6058750)

0.4.1 (2018-04-30)

Bug Fixes

0.4.0 (2018-04-30)

Bug Fixes

  • Connect: remove unneceessary call to getObservedState (b76a692)
  • Vault: respect log flag (988c107)

Features

  • Provider: pass in a logger function instead of monkey patching Vault and Store prototypes (6f267be)
  • Store: return a promise from setState (a49d451)

0.3.0 (2018-04-28)

Features

  • Connect: Connect extends from PureComponent (6e5678b)

0.2.6 (2018-04-28)

Bug Fixes

0.2.5 (2018-04-28)

0.2.4 (2018-04-28)

Bug Fixes

  • Connect should update when props change (ec0c009)

0.2.3 (2018-04-28)

Bug Fixes

0.2.2 (2018-04-28)

Bug Fixes

0.2.1 (2018-04-28)

0.2.0 (2018-04-28)

Features

  • consolidate into one file (c999364)
  • Store: make setState run async (5a876ba)

0.1.1 (2018-04-28)