Releases: teclone/r-server
Releases · teclone/r-server
v4.1.1
4.1.1 (2024-02-11)
Bug Fixes
- fix response handling methods: (d7a1273)
v4.1.0
4.1.0 (2024-02-11)
Features
v4.0.0
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
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
3.0.1 (2023-04-28)
Bug Fixes
- update github plugin configs (527ef41)
v2.12.1
2.12.1 (2021-05-18)
Bug Fixes
- fixed request and response typings (eaaf7f7)
v2.12.0
2.12.0 (2021-05-18)
Bug Fixes
- default router inherit middleware options to true (bc7c2b7)
Features
v2.11.0
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
2.10.5 (2020-03-02)
Bug Fixes
- stringify data before sending response (1d9d19b)