Pure Http Versions Save

✨ The simple web framework for Node.js with zero dependencies.

v4.0.2

2 weeks ago

v4.0.0

4 weeks ago
  • Merge pull request #297 from htdangkhoa/develop e2096e9
  • refactor: source and update docs 448069a
  • Merge pull request #296 from htdangkhoa/feature/drop-some-node-versions 07cce3b
  • chore: drop support node version less than 16 43b7f54
  • Merge pull request #295 from htdangkhoa/feature/local-setting f99d382
  • chore: update index.d.ts 0035875
  • Merge pull request #294 from htdangkhoa/feature/local-setting d02d8b9
  • chore: update index.d.ts a8ac6ed
  • feat: allow user set set key value as settings b638686

https://github.com/htdangkhoa/pure-http/compare/v3.3.5...v4.0.0

v3.3.5

2 months ago

What's Changed

Full Changelog: https://github.com/htdangkhoa/pure-http/compare/v3.3.4...v3.3.5

v3.3.4

6 months ago
  • fix: #282 Custom error handler not being reached 36f4886

https://github.com/htdangkhoa/pure-http/compare/v3.3.3...v3.3.4

v3.3.3

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/htdangkhoa/pure-http/compare/v3.3.2...v3.3.3

v3.3.2

1 year ago

https://github.com/htdangkhoa/pure-http/compare/v3.3.1...v3.3.2

v3.3.1

2 years ago
  • update deps & typescript type 3365b2d
  • Merge pull request #102 from talentlessguy/patch-1 4f0e417
  • fix typo in readme 2b96496

https://github.com/htdangkhoa/pure-http/compare/v3.3.0...v3.3.1

3.3.0

3 years ago
  • support cookie signature secret 9aac3c2

https://github.com/htdangkhoa/pure-http/compare/v3.2.1...v3.3.0

3.2.1

3 years ago

3.2.0

3 years ago

[BREAKING]:

  • Remove location and search in request.

[NEW]:

  • Support regex for router.
  • Add secure property to request (Short-hand for req.protocol === 'https').

[FIX]:

  • Fix cache stale.

[UPDATE]:

  • Improve send function.
  • Update docs.
  • Remove archives docs.

https://github.com/htdangkhoa/pure-http/compare/v3.1.0...v3.2.0