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

Latest commit

 

History

History
42 lines (30 loc) · 832 Bytes

CHANGELOG.md

File metadata and controls

42 lines (30 loc) · 832 Bytes

Changelog

Tags:

  • [New Feature]
  • [Bug Fix]
  • [Breaking Change]
  • [Documentation]
  • [Internal]
  • [Polish]
  • [Experimental]

Note: Gaps between patch versions are faulty/broken releases. Note: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice.

v0.2.1

  • New Feature
    • Expose action creators from createActionType, fix #15 (@FredyC)

v0.2.0

  • Breaking Change
    • complete refactoring (@gcanti), thanks @fabiosussetto

v0.1.6

  • Internal
    • upgrade to redux 3.0.0
    • remove unnecessary condition in isReduxAction
    • handle DevTools's @@INIT action

v0.1.5

  • Internal
    • relax isReduxAction, fix #2 (thanks @clintwood)

v0.1.3

  • New Feature
    • better error messages
  • Internal
    • added tests