Skip to content

Releases: json5/json5

v2.2.3

31 Dec 17:12
Compare
Choose a tag to compare
  • Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. ([#299])

v1.0.2

30 Dec 17:11
Compare
Choose a tag to compare
  • Fix: Properties with the name __proto__ are added to objects and arrays. ([#199]) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! ([#295]). This has been backported to v1. ([#298])

v2.2.2

16 Dec 06:39
Compare
Choose a tag to compare
  • Fix: Properties with the name __proto__ are added to objects and arrays.
    (#199) This also fixes a prototype pollution vulnerability reported by
    Jonathan Gregson! (#295).

v2.2.1

21 Mar 16:32
Compare
Choose a tag to compare

v2.2.0

01 Feb 02:20
Compare
Choose a tag to compare
  • New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. ([#236], [#244])

v2.1.3

04 Apr 22:59
Compare
Choose a tag to compare

v2.1.3 [code, diff]

  • Fix: An out of memory bug when parsing numbers has been fixed. ([#228], [#229])

v2.1.2

16 Mar 19:52
Compare
Choose a tag to compare
  • Fix: Bump minimist to v1.2.5. ([#222])

v2.1.1

02 Oct 20:52
Compare
Choose a tag to compare
  • New: package.json and package.json5 include a module property so
    bundlers like webpack, rollup and parcel can take advantage of the ES Module
    build. ([#208])
  • Fix: stringify outputs \0 as \\x00 when followed by a digit. ([#210])
  • Fix: Spelling mistakes have been fixed. ([#196])

v2.1.0

15 Oct 17:59
Compare
Choose a tag to compare
  • New: The index.mjs and index.min.mjs browser builds in the dist directory support ES6 modules. (#187)

v2.0.1

18 Aug 18:48
Compare
Choose a tag to compare
  • Fix: The browser builds in the dist directory support ES5. (#182)