This repository was archived by the owner on Jul 12, 2024. It is now read-only.
Releases: mockoon/commons-server
Releases · mockoon/commons-server
v2.8.0
v2.7.0
Features
- add an option to fallback to a 404 when a file is not found. (Issue mockoon/mockoon#473)
v2.6.0
Features
- add request helpers:
bodyRaw
,queryParamRaw
which can be used within handlebars' helpers such as{{#each}}
and{{#if}}
. (Issue #18)
v2.5.0
Features
- add maths helpers: add, subtract, multiply, divide, modulo, ceil, floor. (Issue mockoon/mockoon#499)
v2.4.0
Features
- add support for proxied body decompression. (Issue mockoon/mockoon#479)
v2.3.1
v2.3.0
Features
- Add environment's hostname support for mockoon/mockoon#469
v2.2.1: Limit duplicated headers to Set-Cookie
Fixes:
- Revert mockoon/mockoon#318. Allowing duplicated headers was causing some bugs with the pre-flight OPTIONS calls and breaking the route headers precedence over environment headers. (Issue mockoon/mockoon#480)
v2.2.0
Features:
- Do not forward API prefix to the proxied API when
proxyRemovePrefix
istrue
. (Issue mockoon/mockoon#237)