Releases: softwareventures/table
Releases · softwareventures/table
v2.0.1
v2.0.0
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
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2021-07-07)
Features
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
v1.0.0-alpha.1
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.