Skip to content

Releases: json5/json5

v2.2.3

Choose a tag to compare

@jordanbtucker jordanbtucker released this 31 Dec 17:12
  • Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. ([#299])

v1.0.2

Choose a tag to compare

@jordanbtucker jordanbtucker released this 30 Dec 17:11
  • 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

Choose a tag to compare

@jordanbtucker jordanbtucker released this 16 Dec 06:39
  • 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

Choose a tag to compare

@jordanbtucker jordanbtucker released this 21 Mar 16:32

v2.2.0

Choose a tag to compare

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

v2.1.3

Choose a tag to compare

@jordanbtucker jordanbtucker released this 04 Apr 22:59

v2.1.3 [code, diff]

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

v2.1.2

Choose a tag to compare

@jordanbtucker jordanbtucker released this 16 Mar 19:52
  • Fix: Bump minimist to v1.2.5. ([#222])

v2.1.1

Choose a tag to compare

@jordanbtucker jordanbtucker released this 02 Oct 20:52
  • 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

Choose a tag to compare

@jordanbtucker jordanbtucker released this 15 Oct 17:59
  • New: The index.mjs and index.min.mjs browser builds in the dist directory support ES6 modules. (#187)

v2.0.1

Choose a tag to compare

@jordanbtucker jordanbtucker released this 18 Aug 18:48
  • Fix: The browser builds in the dist directory support ES5. (#182)