Skip to content

Releases: teclone/r-server

v6.0.0

10 Jan 01:01
Compare
Choose a tag to compare

6.0.0 (2025-01-10)

Bug Fixes

  • fix bug where request.query is not merged into request.data (29f45d9)

Features

  • merge request.files into request.data field, delete files and body fields (010f072)

BREAKING CHANGES

  • this update breaks how routeResponses are sent back to the client
  • request.files and request.body fields no longer exists, use request.data instead

v5.0.0

27 Dec 19:32
Compare
Choose a tag to compare

5.0.0 (2024-12-27)

Features

  • file in multipart: stop storing files in temp dir, expose buffer content as data in file obj (39b76bf)

BREAKING CHANGES

  • file in multipart: The structure of file objects changes, path and key properties are removed, data
    object is added, multiple file upload are now stored better as FileEntry[] instead of FileCollection

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)