Skip to content

Releases: sckv/barehttp

v2.3.0

27 Dec 19:15

Choose a tag to compare

2.3.0 (2025-12-27)

Features

v2.2.0

26 Dec 13:17

Choose a tag to compare

2.2.0 (2025-12-26)

Features

  • add logger options to file, separate http logs and app logs (#60) (4a66f66)
  • fix source map support type (13f3e8b)

v2.1.0

26 Dec 11:12

Choose a tag to compare

2.1.0 (2025-12-26)

Features

v2.0.0

25 Dec 21:18

Choose a tag to compare

2.0.0 (2025-12-25)

  • feat!: switch package output to ESM (cf399d3)
  • feat!: update build to esm (#58) (64ebf18)

Bug Fixes

  • cache-headers: fix joining for cache headers and update wrong readme code sample (1291a54)
  • clean: cleanup example (c8fdfea)
  • core: change npm to yarn and also enchance semantic-release config (d545ef8)
  • cors: add cors middleware (2fcb791)
  • npm: add repository link (037f42f)
  • pretty print pino issue (f90c938)
  • readme: update readme (2326658)
  • request-time: make request time header optional (d1e52be)
  • response-headers: fix behavior for response headers setHeader method (61f58d0)
  • server: add typing correct exposure and helper shape type (d72d4de)
  • server: fix sound return for empty response (adb0565)
  • ts: ts definitions for catched errors (3c67cc3)

Features

  • add params type infer to the route handlers (#57) (75b1139)
  • add readme rename the api method for starters (e4dcd73)
  • fast-json: basic schema generation from return type (9236aa4)
  • fast-json: wip type walking (4a6da78)
  • query: add query params parsing (9f8ab80)
  • routes: bulk & chaining declaration & readme update #36 (81e8dc4)
  • server: add runtime routes declaration (043acd3)
  • ws: add websocket basic support v1, change flows map to weakmap (cc86bdd)
  • ws: add websocket handy methods exposure for easy interaction (3ba660a)

BREAKING CHANGES

  • package is now ESM-only (imports must use .js extensions).
  • update dependencies

v0.6.0

26 Jan 20:11

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

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

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

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

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

Choose a tag to compare

0.3.2 (2021-07-31)

Bug Fixes

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