Releases: tinyhttp/milliparsec
Releases · tinyhttp/milliparsec
v5.0.0
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
v3.0.0
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
- @Fei1Yang made their first contribution in #19
- @fernando7jr made their first contribution in #20
Other Changes
- Switch to Biome instead of Prettier/ESLint
- Add a benchmark folder
Full Changelog: v2.2.1...v3.0.0