Skip to content

Releases: softwareventures/table

v2.0.1

12 Oct 17:43
Compare
Choose a tag to compare

2.0.1 (2022-10-12)

Bug Fixes

  • improve null handling, as required by noUncheckedIndexedAccess (d6b79ec)

v2.0.0

12 Oct 13:29
Compare
Choose a tag to compare

2.0.0 (2022-10-12)

⚠ BREAKING CHANGES

  • tabletorecords: tableToRecords now returns an Iterable, which is generated lazily, instead of
    returning an Array. If you need an Array, convert the Iterable using Array.from().
  • record: This module no longer exports the types Record or ReadonlyRecord. Use the built-in
    types Record<string, string> or Readonly<Record<string, string>> instead.
  • node: node versions 12, 17 are no longer supported.

Features

  • node: drop support for node 12, 17 (716a579)
  • record: remove Record type in favour of built-in TypeScript Record type (9d29c14)
  • tabletorecords: return an Iterable instead of an Array (8a20d5a)

v1.0.2

12 Oct 13:15
Compare
Choose a tag to compare

1.0.2 (2022-10-12)

Bug Fixes

  • deps: remove dependency on deprecated dictionary-types (709eafe)

v1.0.1

07 Jul 19:07
9561e8d
Compare
Choose a tag to compare

1.0.1 (2021-07-07)

Bug Fixes

  • deps: update dependency dictionary-types to v2 (#46) (8f3bbb6)

v1.0.0

07 Jul 13:12
Compare
Choose a tag to compare

1.0.0 (2021-07-07)

Features

  • node: drop support for node < 12 || ^13 || ^15 (79973fd)
  • compile to ES2017 (a95d38e), closes #35

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.6

07 Jul 13:04
Compare
Choose a tag to compare

0.1.6 (2021-07-07)

v1.0.0-alpha.1

29 Mar 05:22
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.5

19 May 15:44
32c4a7d
Compare
Choose a tag to compare

0.1.5 (2020-05-19)

Bug Fixes

  • deps: update dependency tslib to v2 (#26) (32c4a7d)

v0.1.4

13 Feb 03:18
2bb9392
Compare
Choose a tag to compare

0.1.4 (2020-02-13)

Bug Fixes

  • deps: update dependency dictionary-types to v1.1.0 (#25) (2bb9392)

v0.1.3

10 Jun 23:17
Compare
Choose a tag to compare

0.1.3 (2019-06-10)

Bug Fixes

  • deps: update dependency tslib to v1.10.0 (0dd4952)