2023-04-28
Welcome to this new release of Mockoon. There are several bug fixes and new features in this version that we hope you will like.
First, we have some exciting news to share. Mockoon has been accepted to be part of the first-ever GitHub Accelerator cohort among 20 other open-source projects! You can read more on our blog.
Mockoon is an open-source project built by volunteer maintainers. If you like our application, please consider sponsoring us and join all the Sponsors and Backers who helped this project over time!
We are now using unified versioning across all our packages. This means that the desktop application, the CLI, and the serverless package will all be released with the same version number. This will make it easier to know which version of the CLI or the serverless package is compatible with the latest features of the desktop application. In practical terms, these changes mean that the desktop application will now follow semver and will be released with the same minor or major version number alongside the CLI and serverless package. This starts today with the release of v3.0.0.
node:18-alpine
.mockoon://
) was temporarily deactivated on Linux due to a bug causing association of HTML files with Mockoon. (Issue #997)node:18-alpine
. (Issue #959)--disable-log-to-file
is available to disable the file logging. It is now the default for the Docker image. (Issue #868)Multiple helpers were added:
padStart
and padEnd
mimicking the native JavaScript String methods. (Issue #855)getVar
to access variable created with setVar
dynamically. (Issue #885)We also made the following improvements:
dateFormat
is now compatible with Date objects returned by helpers such as Faker's date.recent
: {{dateFormat (faker 'date.recent') 'yyyy-MM-dd'}}
(Issue #1012)uuid
dependency across all the packages. (Issue #1003)A big thank you to the following people who helped to make Mockoon better:
--disable-log-to-file
CLI's flag. (Issue #868)