Releases: teclone/r-server
Releases · teclone/r-server
v6.0.0
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
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
v4.1.0
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