Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Releases: knpwrs/redux-ts-utils

v3.2.2

16 Feb 13:52
Compare
Choose a tag to compare
  • docs: simplify and clarify advanced createAction examples 9c817f0
  • chore: npm audit fix 1bebb1d
  • chore: upgrade @types/jest f84c1e9
  • chore: upgrade @types/node 16ade5a

v3.2.1...v3.2.2

v3.2.1

11 Feb 01:01
Compare
Choose a tag to compare
  • docs: s/three functions/four functions/ 728c939

v3.2.0...v3.2.1

v3.2.0

10 Feb 03:35
Compare
Choose a tag to compare
  • feat(create-async-actions): add createAsyncActions utility function 407dadd
  • build: turn off import/prefer-default-export c84781f

v3.1.1...v3.2.0

v3.1.1

10 Feb 02:22
Compare
Choose a tag to compare
  • fix: support primitive state 257a627

v3.1.0...v3.1.1

v3.1.0

10 Feb 02:11
Compare
Choose a tag to compare
  • chore: upgrade np cfbd147
  • test: add coverage for default state c8ab76d
  • Merge pull request #7 from cinnabarcaracal/patch-2 ee82164
  • docs: include return value overide in readme and example e0bd7c7
  • build: add coverage for arbitrary return value enhancement 927a475
  • remove unnecessary else branch to fix linting error 5fc2c86
  • Merge pull request #8 from knpwrs/greenkeeper/@types/jest-23.3.14 3ce8234
  • chore: upgrade jest bb861aa
  • chore(package): update lockfile package-lock.json 91e8be2
  • chore(package): update @types/jest to version 24.0.0 769f400
  • Allow returning arbitrary data from the handleAction function 79f945e
  • chore: move @typescript-eslint/eslint-plugin to devDependencies 8167bba
  • chore: update LICENSE 181a0d7
  • test: make tests more robust 3dd6063
  • chore: upgrade np f08e54c
  • build: enable @typescript-eslint/indent 9bfa291
  • chore: upgrade typescript 1bd69b2

v3.0.0...v3.1.0