File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.4.1]
9+
10+ - ` onAction ` : Accept symbols and numbers as action types ([ @judithhartman ] [ https://github.com/judithhartmann ] )
11+
812## [ 0.4.0]
913
1014### Fixed
@@ -58,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5862- Improve testing guide.
5963- Add a license link to ` README.md ` .
6064
61- [ Unreleased ] : https://github.com/denisw/redux-preboiled/compare/v0.3.1...HEAD
65+ [ Unreleased ] : https://github.com/denisw/redux-preboiled/compare/v0.4.1...HEAD
66+ [ 0.4.1 ] : https://github.com/denisw/redux-preboiled/compare/v0.4.0...v0.4.1
6267[ 0.4.0 ] : https://github.com/denisw/redux-preboiled/compare/v0.3.1...v0.4.0
6368[ 0.3.1 ] : https://github.com/denisw/redux-preboiled/compare/v0.3.0...v0.3.1
6469[ 0.3.0 ] : https://github.com/denisw/redux-preboiled/compare/v0.2.0...v0.3.0
Original file line number Diff line number Diff line change 11{
22 "name" : " redux-preboiled" ,
33 "description" : " Composable, typing-friendly Redux helpers" ,
4- "version" : " 0.4.0 " ,
4+ "version" : " 0.4.1 " ,
55 "license" : " MIT" ,
66 "homepage" : " https://redux-preboiled.js.org" ,
77 "repository" : {
You can’t perform that action at this time.
0 commit comments