Redux Definitions Versions Save

🥒 Define and share reusable slices of Redux.

0.0.9

5 years ago

Changes to public API:

Internal changes:

  • Removed path aliasing
  • Removed deprecated topLevel boolean
  • Cleaned up the tsconfig file
  • Added npm lockfile, fixed travis issue

0.0.8

5 years ago

Changes to public API:

  • Logs and warnings disabled in production
  • Collection rename byId to find, rename items to all
  • Added count selector to Collection and Index
  • Collection remove & Index add/remove all accept arrays
  • createDefinitions actions key renamed reducers
  • Top level reducer schema keys can no longer be Reducer Definitions
  • Reducer schema keys can no longer be double nested
  • Custom function support has been removed

Internal changes:

  • Fully migrated to Typescript
  • Typings are incomplete for user defined schema generated artifacts
  • Nrmlzd data renamed to entities
  • Simplified implementation
  • Updated readme

0.0.5

5 years ago

Changelog

  • Repl fixed to only run in dev mode
  • Reorganized function related to state generation
  • Added babel module resolver to simplify imports
  • Verbose errors are now thrown around collection id requirement
  • Collection create and update actions now throw warnings
  • Adjusted most State Type action APIs
  • Simplified createStateType API and added ability to user parameterize action functions
  • createStateType is now publicly exported
  • Readme how has basic section on 3rd party state types

0.0.4

6 years ago
  • Remove capitalization of console models
  • Index selector includes now accepts id as parameter object key
  • Collection initialState now must be an array collection
  • Add toggle action to Index state type
  • Initial travis file
  • Mention global Actions and Selectors in readme
  • Updated gif, test repl image

0.0.2

6 years ago

0.0.1-alpha.4

6 years ago