Skip to content

Releases: softwareventures/chain

v3.0.0

11 Dec 20:28
Compare
Choose a tag to compare

3.0.0 (2022-12-11)

⚠ BREAKING CHANGES

  • There is no longer a default export. Use the named export instead, e.g. use import {chain} from "@softwareventures/chain" instead of import chain from "@softwareventures/chain".

Features

  • remove default export in favour of named export (93229ee)

v2.0.2

20 Nov 11:29
Compare
Choose a tag to compare

2.0.2 (2022-11-20)

Bug Fixes

  • reinstate deprecation notice (974c72b)

v2.0.1

20 Nov 11:22
Compare
Choose a tag to compare

2.0.1 (2022-11-20)

Bug Fixes

  • delete faulty deprecation notice (87a2b38)

v2.0.0

12 Oct 16:19
Compare
Choose a tag to compare

2.0.0 (2022-10-12)

⚠ BREAKING CHANGES

  • node: node versions 12, 17 are no longer supported.

Features

  • add named export for forward compatibility with v3.0 (1d18388)
  • deprecate calling top-level import as a function (319a4a7)
  • node: drop support for node 12, 17 (0b4c719)

v1.0.1

02 Feb 10:49
Compare
Choose a tag to compare

1.0.1 (2022-02-02)

Bug Fixes

  • types: fix type declarations to declare that this is a CommonJS module (4235f73), closes #32

v1.0.0

07 Jul 14:25
Compare
Choose a tag to compare

1.0.0 (2021-07-07)

Features

  • node: drop support for node < 12 || ^13 || ^15 (34082f1)
  • compile to ES2017 (1ed7df0), closes #21

BREAKING CHANGES

  • node: node < 12 || ^13 || ^15 are no longer
    supported.
  • This library now uses ES2017 syntax. This breaks compatibility with Node < 8.10 and
    very old browsers that do not support ES2017 syntax. If you need to support older browsers, then you
    should use Babel to compile ES6+ code down to ES5.

v0.1.3

07 Jul 14:20
Compare
Choose a tag to compare

0.1.3 (2021-07-07)

v1.0.0-alpha.1

29 Mar 05:13
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

1.0.0-alpha.1 (2021-03-29)

Features

BREAKING CHANGES

  • This library now uses ES2017 syntax. This breaks compatibility with Node < 8.10 and
    very old browsers that do not support ES2017 syntax. If you need to support older browsers, then you
    should use Babel to compile ES6+ code down to ES5.

v0.1.2

08 Mar 15:38
Compare
Choose a tag to compare

0.1.2 (2019-03-08)

Bug Fixes

  • package.json: set sideEffects: false (7913518)

v0.1.1

07 Mar 21:16
Compare
Choose a tag to compare

0.1.1 (2019-03-07)

Bug Fixes

  • tests: exclude tests from main compilation and from npm package (5f4bbe6)