This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
Releases: mockoon/commons-server
Releases · mockoon/commons-server
v2.16.4
v2.16.3
v2.16.2
v2.16.1
Features
- add raw query string to the
Transaction
to be displayed in the UI. (Issue mockoon/mockoon#635)
Fixes
- Make dateTimeShift days, months, years, etc. params compatible with
SafeString
. (Issue #39)
v2.16.0
v2.15.5
Fixes
- Use
createReadStream
instead ofsendFile
to stream files to avoid breaking changes with headers. (Issue mockoon/mockoon#605)
v2.15.4
Feature
- When sending files that do not support templating or when templating is disabled, directly stream the file without reading it to improve the performances. (Issue mockoon/mockoon#605)
v2.15.3
v2.15.2
Misc
- Replace old Faker.js lib by the new community-maintained version https://fakerjs.dev/. (Issue #38)