Skip to content

Releases: htdangkhoa/pure-http

4.0.2

14 May 04:28
Compare
Choose a tag to compare

v4.0.1...v4.0.2

4.0.0

02 May 16:42
Compare
Choose a tag to compare
  • 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

v3.3.5...v4.0.0

3.3.5

03 Mar 17:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.4...v3.3.5

3.3.4

29 Nov 07:45
Compare
Choose a tag to compare
  • fix: #282 Custom error handler not being reached 36f4886

v3.3.3...v3.3.4

3.3.3

03 Jul 16:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.2...v3.3.3

3.3.2

03 May 07:22
Compare
Choose a tag to compare

v3.3.1...v3.3.2

3.3.1

28 Sep 06:23
Compare
Choose a tag to compare
  • update deps & typescript type 3365b2d
  • Merge pull request #102 from talentlessguy/patch-1 4f0e417
  • fix typo in readme 2b96496

v3.3.0...v3.3.1

3.3.0

02 Apr 04:38
Compare
Choose a tag to compare
  • support cookie signature secret 9aac3c2

v3.2.1...v3.3.0

3.2.1

27 Mar 06:59
Compare
Choose a tag to compare

3.2.0

25 Mar 09:41
Compare
Choose a tag to compare

[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.

v3.1.0...v3.2.0