All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
4.0.1 (2018-08-22)
- action-type: it should accept actions which have type as number (a9f3ad5)
4.0.0 (2018-08-09)
- component: default type of Component.Init has now become any (39df7b8)
- component: add Component Class (907873d)
- auto-forward: add auto-forward HOC (301bb09)
- component: add default generic types to class (5cf6854)
- smitten: smitten can take an optional "type" generic (b9f96af)
- component: Component is now a class with map() method
3.0.0 (2018-08-02)
- package: update typescript version (cae494d)
- component: make all the generics optional (31ee224)
- component: update typings for
init()(2e0503f) - smitten: rename Hoe to Smitten (a498627)
- component:
init()is not a unary function any more - smitten:
Hoehas been deprecated useSmitteninstead - component: 1.
initmay or may not take any arguments
- All the generics are optional now
2.0.1 (2018-07-26)
- list: remove unnecessary usage of generics (006386a)
2.0.0 (2018-07-25)
- match: pass complete value to the default function (2a2416e)
- match: default case for match() now gets the complete value instead of picking the action.value only
1.0.6 (2018-07-23)
1.0.4 (2018-07-23)
- nil: improve nil typings (1759ff7)
1.0.2 (2018-07-23)
- modules: add npmignore file (e73f7ee)
1.0.1 (2018-07-22)
- package: add publishConfig (853ff3c)
1.0.0 (2018-07-22)
- tarz: add better checks for non action types (c0728b3)
- snabbit: snabbit will not expose Component anymore (a33f8cb)
- snabbit:
Componenthas been depricated | UseComponentfrom@action-land/component - tarz: Order of generics have been changed
0.1.1 (2018-07-22)
- readme: add installation info (676c7e6)
- git: initial commit (23de209)