Releases: fastify/light-my-request
Releases Β· fastify/light-my-request
v4.4.0
π PR:
- Use Ajv@7, remove dependency on Ajv (#115)
v4.3.0
π PR:
- Bump standard from 14.3.4 to 15.0.0
- fix(test): add semver version to check node version on tests
- types(Chain): add response as Promise on chainable methods
- update: add tests for PromiseLike response
- update(index): add end overload type
- Merge pull request #110 from RafaelGSS/fix-typescript-chain
- use let instead of var
- feat: add stale (#106)
- Bump standard from 15.0.1 to 16.0.1 (#111)
v4.2.1
π PR:
- module.exports.inject = inject (#104)
v4.2.0
π PR:
- fix: fix response.destroy (#102)
- Removed warning in the test (#103)
v4.1.1
π PR:
- test: β
improve test line coverage (#100)
- Expose a mock socket that is an EventEmitter like a real one would be (#101)
v4.1.0
π PR:
- fix: add missing request.socket (#87) (#99)
v4.0.2
π PR:
- Bump form-auto-content from 1.0.0 to 2.0.0
- fix: change this to res in response.js (#93)
- Bump tsd from 0.11.0 to 0.12.0 (#95)
- Bump tsd from 0.12.1 to 0.13.1 (#96)
- types: using generic type for request json parser (#97)
q
v4.0.1
- Add missing type for Response.raw.req (#92)
- Bump @types/node from 13.13.6 to 14.0.1 (#91)
v4.0.0
π PR:
- Updated deps
- Move from travis to github actions, drop old node, bump tap (#89)
v3.8.0
π PR:
- move to dependabot (#80)
- fix: type in protocol (#81)
- Fix type for Response.json() (#86)
- Fix type returned by
end()
(#85)
- docs: easy form (#88)