Skip to content

Latest commit

 

History

History
113 lines (55 loc) · 4.97 KB

CHANGELOG.md

File metadata and controls

113 lines (55 loc) · 4.97 KB

4.0.0 (2024-04-12)

Features

BREAKING CHANGES

  • Return undefined instead of null for default value to allow reassignment when destructuring

3.2.0 (2024-04-12)

Features

3.1.0 (2020-08-29)

Features

3.0.0 (2020-08-28)

Features

BREAKING CHANGES

  • Changed the type

2.1.1 (2020-08-28)

Reverts

  • Revert "feat: make use of export name without tuple qualifier (#13)" (#14) (30ec981), closes #13 #14

2.1.0 (2020-08-28)

Features

  • make use of export name without tuple qualifier (#13) (e26757c)

2.0.0 (2020-08-27)

Features

  • Use only tuple to promote error handling (#11) (9b69fb9)

BREAKING CHANGES

The Node.js callback(err, res) pattern makes sure that the error object is explicitly available and needs to be checked first before expecting the response object. Hence, ignoring the error object requires intentionally ignoring the first argument.

With the goal of making it simpler to adopt better error handling practices, the de-facto approach of this library is now [err, res] compared to the [res, err] and { error, result } formats in previous versions.

1.1.3 (2020-01-27)

Bug Fixes

1.1.2 (2020-01-27)

Bug Fixes

1.1.1 (2020-01-27)

Bug Fixes

  • tuple folder path for build (17fd35d)
  • tuple folder path for build (11bf028)

1.1.0 (2020-01-27)

Features

1.0.1 (2019-11-30)

Bug Fixes

1.0.0 (2019-11-30)

Bug Fixes

Features

  • add no try source (5f8b3f6)
  • notry: add source functions and tests (3a3e560)