Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Releases: mockoon/commons-server

v2.1.0

12 May 13:30
Compare
Choose a tag to compare

Features:

v2.0.0

10 May 08:24
Compare
Choose a tag to compare

[Breaking changes]:

  • Dropped support for Node.js v10

Improvements:

  • update dependencies

v1.2.1

08 May 08:32
Compare
Choose a tag to compare

Fixes:

  • Following #4, correctly deduplicate all the double slashes (or more) occurences. (Issue #9)

v1.2.0

07 May 14:09
Compare
Choose a tag to compare

Features:

  • Add a new baseUrl helper. (Issue #8)

Fixes/Improvements:

  • Fix unavailable 'internet.avatar' images by updating Faker.js to the latest version. (Issue #1)

v1.1.1: Fix empty rules with AND operator intercepting

06 May 08:02
Compare
Choose a tag to compare

Fixes:

  • Fix empty rules with AND operator interrupting the rules evaluation. (Issue #6)

v1.1.0

05 May 08:19
Compare
Choose a tag to compare

Features:

v1.0.5

19 Apr 08:52
Compare
Choose a tag to compare

Fixes:

  • Fix bug introduced by v1.0.4

v1.0.4

19 Apr 07:22
Compare
Choose a tag to compare

Fixes:

v1.0.3: Fix proxied binary bodies wrongly converted to utf-8

12 Apr 11:48
Compare
Choose a tag to compare

Fixes:

  • Fix proxied binary bodies wrongly converted to utf-8. (Issue #3)

v1.0.2

08 Apr 12:11
Compare
Choose a tag to compare

Fixes:

  • Fix bug in OneOf helper.