Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Releases: planttheidea/react-redux-partitioner

Release 1.0.1

17 Dec 02:18

Choose a tag to compare

  • add CHANGELOG (ab8547b)
  • Merge pull request #4 from planttheidea/include-tostring-on-stateful-part-updater (024703b)
  • Merge pull request #3 from planttheidea/remove-need-for-constants-file (873e1d2)
  • Merge pull request #2 from planttheidea/add-action-creator-context-to-readme (0554a5e)
  • Merge pull request #1 from planttheidea/optimization/avoid-notify-mutation-if-unnecessary (76fe68b)

Release 1.0.0

16 Dec 17:05

Choose a tag to compare

Initial release!

Release 1.0.0-beta.9

15 Dec 15:30

Choose a tag to compare

Release 1.0.0-beta.9 Pre-release
Pre-release
  • oops, forgot to include react as a dev dependency (d6b9d57)
  • align depenencies / peerDependencies around what react-redux does (d9292be)
  • verbiage tweaks, and a couple typos (17510c7)
  • update README (782e3ed)
  • document object configuration (249b666)
  • narrow and improve typing configuration (ce3359f)
  • include symmetrical example for subscribeToDispatch (24d41ae)
  • update README with visual example for changes to store.subscribe (ef20399)

Release 1.0.0-beta.8

14 Dec 19:03

Choose a tag to compare

Release 1.0.0-beta.8 Pre-release
Pre-release
  • add subscribeToDispatch for reference to original subscribe method (3d64e70)
  • add example of dispatch during notification (949d98a)

Release 1.0.0-beta.7

14 Dec 17:31

Choose a tag to compare

Release 1.0.0-beta.7 Pre-release
Pre-release
  • add getVersion method on store enhancer, and use that internally instead of flakey getState.v (ef7d061)
  • avoid version check (and memoization in general) in selectors (cb461f3)

Release 1.0.0-beta.6

14 Dec 15:08

Choose a tag to compare

Release 1.0.0-beta.6 Pre-release
Pre-release
  • fix old reference to .select() usage on Proxy Part in README (e3b2e8a)
  • modify selectors to work as traditional selectors, allowing better interop with third-party libraries (aeef6e3)

Release 1.0.0-beta.5

14 Dec 04:42

Choose a tag to compare

Release 1.0.0-beta.5 Pre-release
Pre-release
  • fix tests (3293ddf)
  • restore typing of .update() method, and ensure action types always have a prefix for better mapping (3c344b4)

Release 1.0.0-beta.4

14 Dec 03:30

Choose a tag to compare

Release 1.0.0-beta.4 Pre-release
Pre-release
  • add noUncheckedIndexedAccess (9414516)
  • improve typing of GetValueUpdater, and apply strict mode (e0956b9)
  • align tsconfig (a1ef007)
  • remove unused local ref (2fcc7ca)
  • fix typing issues discovered from older TS versions (f8c319a)

Release 1.0.0-beta.3

13 Dec 20:18

Choose a tag to compare

Release 1.0.0-beta.3 Pre-release
Pre-release
  • fix pass-through for createEnhancer, and make the Provider typing more logical (fc486a4)
  • update Dispatch types to include thunks (d43eb2b)

Release 1.0.0-beta.2

13 Dec 16:59

Choose a tag to compare

Release 1.0.0-beta.2 Pre-release
Pre-release
  • fix referenced filenames (01d1641)