Skip to content

Releases: tinyhttp/milliparsec

v5.1.0

12 Sep 20:26
c8d6518

Choose a tag to compare

What's Changed

  • Fix JSON benchmarks by @PondWader in #28
  • add type option by @talentlessguy in #30
  • add migration doc by @talentlessguy in #30
  • add new reviver option for JSON parser by @talentlessguy in #30
  • OIDC publishing

New Contributors

Full Changelog: v5.0.2...v5.1.0

v5.0.2

22 Feb 12:07
385dd3b

Choose a tag to compare

What's Changed

  • Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #25
  • Rerun-bench by @talentlessguy in #27
  • fix: lower engines to 18.13 || 19.20 by @talentlessguy in #26

Full Changelog: v5.0.1...v5.0.2

5.0.1

23 Nov 00:42
96a7d9a

Choose a tag to compare

fixed breakage with tinyhttp

Full Changelog: v5.0.0...5.0.1

v5.0.0

03 Oct 13:29
c2da4cb

Choose a tag to compare

What's Changed

  • Rewrite the p function to use buffers instead of strings. This is useful for custom parsers that want to use a custom encoding or when dealing with binary data.
  • feat: Request limits by @talentlessguy in #22
  • Update benchmarks to include milliparsec vs formidable

Full Changelog: v4.0.0...v5.0.0

v4.0.0

11 Sep 15:34
037ae81

Choose a tag to compare

What's Changed

  • Basic form data/multipart support by @ilanru in #21

New Contributors

Full Changelog: v3.0.0...v4.0.0

v3.0.0

03 Jul 19:13

Choose a tag to compare

What's Changed

  • Fix raw and text parser. by @Fei1Yang in #19
  • fix: allow empty json body by @fernando7jr in #20
  • Use node: protocols for node.js modules
  • Lift node.engines requirement from 12.4 to 12.20

New Contributors

Other Changes

  • Switch to Biome instead of Prettier/ESLint
  • Add a benchmark folder

Full Changelog: v2.2.1...v3.0.0