Skip to content

Latest commit

 

History

History
116 lines (62 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

116 lines (62 loc) · 2.43 KB

devalue changelog

5.0.0

  • Ignore non-enumerable symbolic keys (#78)

4.3.3

  • Support invalid dates (#61)
  • Fix incorrect error.path when object contains a map (#64)

4.3.2

  • Better type declarations (#66)

4.3.1

4.3.0

  • Support custom types (#58)

4.2.3

  • Correctly escape control characters (#57)

4.2.2

  • Remove pkg.main (#56)

4.2.1

  • Re-use internal helper (#55)

4.2.0

  • Add unflatten (#48)

4.1.0

  • Only deduplicate non-primitives (#44)
  • Error on invalid input (#43)
  • Fix pkg.exports (#45)

4.0.1

  • Remove devalue export so that run time errors become build time errors

4.0.0

  • Rename devalue function to uneval
  • Add parse and stringify functions

3.1.3

  • Add pkg.main

3.1.2

  • Include pkg.types

3.1.1

  • Include types in pkg.files

3.1.0

  • Include path in error object if value is unserializable

3.0.1

  • Prevent duplicate parameter names (#33)

3.0.0

  • Convert to ESM
  • Change import devalue to import { devalue }
  • Support BigInt

2.0.1

  • Prevent regex XSS vulnerability in non-Node environments

2.0.0

  • Change license to MIT

1.1.1

  • Prevent object key XSS vulnerability (#19)

1.1.0

  • Escape lone surrogates (#13)

1.0.4

  • Smaller output (#10)

1.0.3

  • Detect POJOs cross-realm (#7)
  • Error on symbolic keys (#7)

1.0.2

  • Fix global name for UMD build

1.0.1

  • XSS mitigation (#1)

1.0.0

  • First release