Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Releases: mockoon/commons-server

v2.8.0

11 Aug 14:50
0080240
Compare
Choose a tag to compare

Features

  • add split helper which can be used within handlebars' helpers such as {{#each}} and {{#if}}. (Issue #23)

v2.7.0

10 Aug 13:16
Compare
Choose a tag to compare

Features

v2.6.0

05 Aug 09:32
Compare
Choose a tag to compare

Features

  • add request helpers: bodyRaw, queryParamRaw which can be used within handlebars' helpers such as {{#each}} and {{#if}}. (Issue #18)

v2.5.0

03 Aug 12:38
Compare
Choose a tag to compare

Features

  • add maths helpers: add, subtract, multiply, divide, modulo, ceil, floor. (Issue mockoon/mockoon#499)

v2.4.0

08 Jul 14:48
Compare
Choose a tag to compare

Features

v2.3.1

01 Jul 13:12
Compare
Choose a tag to compare

Fixes

  • ensure compatibility of dateTimeShift helper with SafeStrings. (Issue #17)
  • the header helper does not return an error anymore when the name is omitted. (Issue #14)

v2.3.0

07 Jun 09:45
Compare
Choose a tag to compare

Features

v2.2.1: Limit duplicated headers to Set-Cookie

19 May 08:48
Compare
Choose a tag to compare

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

15 May 07:56
Compare
Choose a tag to compare

Features:

  • Do not forward API prefix to the proxied API when proxyRemovePrefix is true. (Issue mockoon/mockoon#237)

v2.1.1

12 May 14:16
Compare
Choose a tag to compare

Fixes:

  • Fix URL parse bug introduced in previous release