Skip to content

Releases: sckv/barehttp

v0.3.1

31 Jul 20:25

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

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

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

Choose a tag to compare

0.2.1 (2021-06-19)

Bug Fixes

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

v0.2.0

18 Jun 23:04

Choose a tag to compare

0.2.0 (2021-06-18)

Features

  • routes: bulk & chaining declaration & readme update #36 (a7ef866)

v0.1.0

17 Jun 20:02

Choose a tag to compare

0.1.0 (2021-06-17)

Features

  • server: add runtime routes declaration (5f5c2cf)

v0.0.5

14 Jun 21:04

Choose a tag to compare

0.0.5 (2021-06-14)

Bug Fixes

  • cache-headers: fix joining for cache headers and update wrong readme code sample (27e02f4)

v0.0.4

09 Jun 23:35

Choose a tag to compare

0.0.4 (2021-06-09)

Bug Fixes

  • npm: add repository link (70b4141)

v0.0.3

09 Jun 23:26

Choose a tag to compare

0.0.3 (2021-06-09)

Bug Fixes

v0.0.1

09 Jun 22:55

Choose a tag to compare

1.0.0 (2021-06-09)

Bug Fixes

  • action: fix script to launch semantic-release (ed8ef48)
  • action: fix script to launch semantic-release v2 (ea96ed6)
  • server: flows mem leak fix (12249da)

Features

  • actions: add release action (e36ad5b)
  • cache: control through route declaration (9588e20)
  • cookies: add cookies implicit parser/creator upon enabling (72ffcce)
  • cookies: cookie parser/creator wip (bd001a1)
  • logger: add async/sync loggers for prod/dev, http basic serializer, dns reverser, etc (b676258)
  • logger: add callsites (97e45be)
  • readme: add documentation (b7adaf5)
  • server: add catch to route handler (84f69ac)
  • server: add context (1aea306)
  • server: add example, express example, basic headers (d76b7d7)
  • server: add routes report (71e5dcd)
  • server: receive and decode basic body (9f04c36)
  • server: refine a server public API for routes definition (a825fe4)
  • server: reorganizing and refining sound route return and context behavior (4b5b02b)
  • server: responses time header v1 (bb3713f)
  • server: router and definition working (b308a4c)
  • server: send route response (6057a12)
  • sever: request flow class, middlewares apply event stream (884af8f)
  • timeout: add request timeout per route (5516ad7)