Skip to content

Latest commit

 

History

History
75 lines (36 loc) · 2.66 KB

CHANGELOG.md

File metadata and controls

75 lines (36 loc) · 2.66 KB

3.1.1 (2021-07-21)

Bug Fixes

  • update README.md and gha config (98d78e2)

3.1.0 (2020-05-21)

Features

  • add patreon funding link (747d970)

3.0.0 (2020-03-18)

chore

  • re-create yarn.lock file; (017dda0)

BREAKING CHANGES

  • the function now name exported!

2.1.0 (2020-03-04)

Features

  • update readme badges and header; (8fca26b)

2.0.0 (2020-03-04)

Bug Fixes

Features

BREAKING CHANGES

  • now module has default export only.

1.3.1 (2020-03-04)

Bug Fixes

  • move code coverage push to separate job. (1b24503)
  • move semantic release to separate job; (d11d674)

1.3.0 (2020-03-04)

Features

  • versions now managed by semantic release; (0c2f516)

CHANGELOG

v1.2

  • Lib is now written in TypeScript;
  • Added ESM build;
  • Now in case of empty value rejection (undefined or null) actual rejection result returned as 1st parameter and pure Error instance as second.
    No more originalValue prop on error instance;