Skip to content

Latest commit

 

History

History
134 lines (63 loc) · 4.53 KB

CHANGELOG.md

File metadata and controls

134 lines (63 loc) · 4.53 KB

6.1.1 (2024-06-27)

Bug Fixes

6.1.0 (2024-02-26)

Features

  • add TS declaration file (da04ce2)

6.0.0 (2023-09-20)

⚠ BREAKING CHANGES

  • Node.js v16 is no longer supported.

Features

5.0.0 (2023-06-03)

⚠ BREAKING CHANGES

  • Node.js v14 is no longer supported.

Features

  • drop Node.js v14 support (54fe19a)

Bug Fixes

  • preserve item sort order (e2305e7)
  • throw on undefined, null, and sparse arrays (21c9125)

4.0.2 (2023-06-02)

Bug Fixes

4.0.1 (2022-12-01)

Bug Fixes

  • indent: indent on arrays of objects (8c71aae), closes #159

4.0.0 (2022-11-23)

⚠ BREAKING CHANGES

  • Node.js v12 is no longer supported.

Features

  • drop Node.js v12 support (5d956eb)

3.0.1 (2022-01-02)

Bug Fixes

3.0.0 (2022-01-02)

⚠ BREAKING CHANGES

  • ci: Node.js v10 is no longer supported.

Features

  • ci: drop Node.js v10 support (ba093d1)

2.2.1 (2021-09-06)

Bug Fixes

2.2.0 (2021-06-24)

Features

  • add support for array of tables (ddd3a70)

2.1.0 (2021-03-03)

Features

  • add pretty-printing options (786a664)

2.0.2 (2020-10-16)

Bug Fixes

  • deps: lodash.foreach@^4.5.0 (e18881b)
  • deps: lodash.isdate@^4.0.1 (9e71784)
  • deps: lodash.isempty@^4.4.0 (e434f86)
  • deps: lodash.isplainobject@^4.0.6 (3b77e45)
  • deps: lodash.keys@^4.2.0 (ee76208)

2.0.1 (2020-08-06)

Bug Fixes

  • update copyright year to 2020 (c098e8a)

2.0.0 (2020-08-06)

⚠ BREAKING CHANGES

  • Node.js v10 is now the minimum supported version of Node.js.

Features

  • remove support for Node.js v6 and v8 (1a2d938)