Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Latest commit

 

History

History
188 lines (79 loc) · 4.96 KB

File metadata and controls

188 lines (79 loc) · 4.96 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.0.1 (2018-08-22)

Bug Fixes

  • action-type: it should accept actions which have type as number (a9f3ad5)

4.0.0 (2018-08-09)

Bug Fixes

  • component: default type of Component.Init has now become any (39df7b8)

Code Refactoring

  • component: add Component Class (907873d)

Features

  • auto-forward: add auto-forward HOC (301bb09)
  • component: add default generic types to class (5cf6854)
  • smitten: smitten can take an optional "type" generic (b9f96af)

BREAKING CHANGES

  • component: Component is now a class with map() method

3.0.0 (2018-08-02)

Bug Fixes

  • package: update typescript version (cae494d)

Code Refactoring

  • component: make all the generics optional (31ee224)
  • component: update typings for init() (2e0503f)
  • smitten: rename Hoe to Smitten (a498627)

BREAKING CHANGES

  • component: init() is not a unary function any more
  • smitten: Hoe has been deprecated use Smitten instead
  • component: 1. init may or may not take any arguments
  1. All the generics are optional now

2.0.1 (2018-07-26)

Bug Fixes

  • list: remove unnecessary usage of generics (006386a)

2.0.0 (2018-07-25)

Features

  • match: pass complete value to the default function (2a2416e)

BREAKING CHANGES

  • match: default case for match() now gets the complete value instead of picking the action.value only

1.0.6 (2018-07-23)

Bug Fixes

  • lint: update files with lint fixes (bee060d)
  • tarz: add proper return types for functions (4ca3b1d)

1.0.4 (2018-07-23)

Bug Fixes

  • nil: improve nil typings (1759ff7)

1.0.2 (2018-07-23)

Bug Fixes

  • modules: add npmignore file (e73f7ee)

1.0.1 (2018-07-22)

Bug Fixes

  • package: add publishConfig (853ff3c)

1.0.0 (2018-07-22)

Bug Fixes

  • tarz: add better checks for non action types (c0728b3)

Code Refactoring

  • snabbit: snabbit will not expose Component anymore (a33f8cb)

Features

  • component: add new module (bd74d3d)
  • tarz: add default generics (4cadbf7)

BREAKING CHANGES

  • snabbit: Component has been depricated | Use Component from @action-land/component
  • tarz: Order of generics have been changed

0.1.1 (2018-07-22)

Bug Fixes

  • readme: add installation info (676c7e6)

0.1.0 (2018-07-22)

Features