Skip to content

Releases: softwareventures/dictionary-types

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Oct 12:06

3.0.0 (2022-10-12)

⚠ BREAKING CHANGES

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

Features

  • node: drop support for node 12, 17 (d5783c2)

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 04 Sep 03:43

2.0.1 (2021-09-04)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 17:55

2.0.0 (2021-07-07)

Features

  • node: drop support for node < 12 || ^13 || ^15 (e73f7c3)

BREAKING CHANGES

  • node: node < 12 || ^13 || ^15 are no longer
    supported.

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 08:49

1.2.1 (2021-07-07)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 22:48

1.2.0 (2020-03-18)

Features

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Feb 01:18

1.1.0 (2020-02-13)

Features

  • add Key type parameter to dictionary types, to allow choosing a different Key type (96c776c)

v1.0.1

Choose a tag to compare

@djcsdy djcsdy released this 29 Oct 21:41

1.0.1 (2019-10-29)

Bug Fixes

  • side-effects: set sideEffects: false to enable tree shaking (77985f5)