Skip to content

Releases: sveltejs/devalue

v5.4.1

15 Oct 18:18
8b0c28d

Choose a tag to compare

Patch Changes

  • ca3c7b6: chore: Remove impossible void type from replacer's uneval

v5.4.0

15 Oct 16:14
8fb152e

Choose a tag to compare

Minor Changes

  • 9306d09: feat: pass uneval to replacer, for handling nested custom types

Patch Changes

  • b617c7c: perf: shrink uneval output with null-proto objects

v5.3.2

26 Aug 22:08
86a6a66

Choose a tag to compare

Patch Changes

  • 0623a47: fix: disallow array method access when parsing
  • 0623a47: fix: disallow __proto__ properties on objects

v5.3.1

26 Aug 17:11
02d20e8

Choose a tag to compare

Patch Changes

  • ae904c5: fix: correctly differentiate between +0 and -0

v5.3.0

26 Aug 16:57

Choose a tag to compare

Minor Changes

  • 2896e7b: feat: support Temporal
  • fec694d: feat: support URL and URLSearchParams objects