Skip to content

Releases: teclone/r-server

v4.1.1

11 Feb 17:50
Compare
Choose a tag to compare

4.1.1 (2024-02-11)

Bug Fixes

  • fix response handling methods: (d7a1273)

v4.1.0

11 Feb 14:26
Compare
Choose a tag to compare

4.1.0 (2024-02-11)

Features

v4.0.0

23 Dec 19:56
Compare
Choose a tag to compare

4.0.0 (2023-12-23)

Features

  • components: simplified api, fixed http2 api, changed routing api parameters (47d114f)

BREAKING CHANGES

  • components: routhing method parameters changed, middleware and route callbacks now receive
    fourth and third arguments respectively, that contains a pathParams object containing the routes
    matched parameters

v3.1.0

04 May 08:14
Compare
Choose a tag to compare

3.1.0 (2023-05-04)

Bug Fixes

Features

  • expose request and response classes for extensibility (5773c39)
  • expose RouteResponse and ApiExecutor tyescript definitions (d751679)
  • merge http1 & 2 respone and request objects into one interface and implementation (16160b3)

v3.0.1

28 Apr 20:09
Compare
Choose a tag to compare

3.0.1 (2023-04-28)

Bug Fixes

  • update github plugin configs (527ef41)

v2.12.1

18 May 13:54
Compare
Choose a tag to compare

2.12.1 (2021-05-18)

Bug Fixes

  • fixed request and response typings (eaaf7f7)

v2.12.0

18 May 13:47
Compare
Choose a tag to compare

2.12.0 (2021-05-18)

Bug Fixes

  • default router inherit middleware options to true (bc7c2b7)

Features

v2.11.0

22 Mar 05:22
Compare
Choose a tag to compare

2.11.0 (2021-03-22)

Bug Fixes

Features

  • added cli tooling, improved configurations (ade4d86)
  • added load env capability (b57d579)
  • make dependencies peer dependencies (eb53c0e)

v2.10.5

02 Mar 15:20
Compare
Choose a tag to compare

2.10.5 (2020-03-02)

Bug Fixes

  • stringify data before sending response (1d9d19b)

v2.10.4

02 Mar 14:59
Compare
Choose a tag to compare

2.10.4 (2020-03-02)

Bug Fixes