Skip to content

Releases: prantlf/rollup-plugin-jsonlint

2.1.0

10 Dec 21:37
Compare
Choose a tag to compare

2.1.0 (2024-12-10)

Features

2.0.3

06 Aug 09:38
Compare
Choose a tag to compare

2.0.3 (2024-08-06)

Bug Fixes

v2.0.2

08 Oct 21:07
Compare
Choose a tag to compare

2.0.2 (2023-10-08)

Bug Fixes

  • Upgrade dependencies, support Rollup 4 (fb22dce)

v2.0.1

27 Apr 09:34
Compare
Choose a tag to compare

2.0.1 (2023-04-27)

Bug Fixes

2.0.0

05 Mar 19:46
2e45007
Compare
Choose a tag to compare

14.0.0 (2023-03-05)

Features

  • Upgrade jsonlint to get better JSON Schema support (2e45007)

BREAKING CHANGES

  • The default environment recognises only JSON Schema drafts 06 and 07 automatically. Not 0
    4 any more. The environment for JSON Schema drafts 04 has to be selected explicitly. Also, JSON Schema drafts
    06 and 07 are handled by AJV@8 instead of AJV@6. It shouldn't make any difference, but the implementation is n
    ew and could perform a stricter validation.

v1.0.0

30 Oct 13:41
a6ec4a7
Compare
Choose a tag to compare

1.0.0 (2022-10-30)

Bug Fixes

  • Upgrade dependencies, support Rollup 3 (a6ec4a7)

BREAKING CHANGES

  • The minimum version of Node.js is 14.8 now.

v0.0.2

04 May 08:41
Compare
Choose a tag to compare

0.0.2 (2022-05-04)

Bug Fixes

v0.0.1

28 Dec 23:50
Compare
Choose a tag to compare

0.0.1 (2019-12-28)

Features

  • Support CJSON/JSON5 in addition to the standard JSON (6d37bac)

This is the first version released that extends the original plugin.