Skip to content

Releases: sckv/barehttp

v0.6.0

26 Jan 20:11
Compare
Choose a tag to compare

0.6.0 (2024-01-26)

Features

  • add params type infer to the route handlers (#57) (e635eda)

v0.5.0

04 May 19:52
Compare
Choose a tag to compare

0.5.0 (2022-05-04)

Bug Fixes

  • pretty print pino issue (024306f)

Features

  • add readme rename the api method for starters (2b5e57c)
  • fast-json: basic schema generation from return type (db20ccb)
  • fast-json: wip type walking (7a3d1bc)

v0.4.2

07 Feb 17:06
Compare
Choose a tag to compare

0.4.2 (2022-02-07)

Bug Fixes

  • core: change npm to yarn and also enchance semantic-release config (ececdd8)
  • ts: ts definitions for catched errors (b8581d0)

v0.4.1

01 Aug 21:15
791c500
Compare
Choose a tag to compare

0.4.1 (2021-08-01)

Bug Fixes

  • response-headers: fix behavior for response headers setHeader method (6f6884b)

v0.4.0

01 Aug 20:33
1bc7e63
Compare
Choose a tag to compare

0.4.0 (2021-08-01)

Features

  • query: add query params parsing (c6469fb)
  • ws: add websocket handy methods exposure for easy interaction (a7b5f66)

v0.3.2

31 Jul 21:06
11e4b77
Compare
Choose a tag to compare

0.3.2 (2021-07-31)

Bug Fixes

  • request-time: make request time header optional (92e5cba)

v0.3.1

31 Jul 20:25
d0542b4
Compare
Choose a tag to compare

0.3.1 (2021-07-31)

Bug Fixes

  • cors: add cors middleware (2e37cfa)

v0.3.0

31 Jul 13:37
d7bd596
Compare
Choose a tag to compare

0.3.0 (2021-07-31)

Features

  • ws: add websocket basic support v1, change flows map to weakmap (8421094)

v0.2.2

23 Jun 18:56
a4ff139
Compare
Choose a tag to compare

0.2.2 (2021-06-23)

Bug Fixes

  • server: fix sound return for empty response (fae5333)

v0.2.1

19 Jun 10:55
87a8d9f
Compare
Choose a tag to compare

0.2.1 (2021-06-19)

Bug Fixes

  • server: add typing correct exposure and helper shape type (60a00f3)