2023-08-25
Welcome to this new release of Mockoon. There are several bug fixes and new features in this version that we hope you will like.
Mockoon is proudly independent and open-source, maintained without external funding. We rely on both sponsorships and Mockoon Cloud subscriptions to keep improving the project and building new features. A big thank you to the companies below for supporting our work and helping us grow (and all the sponsors who helped this project over time!):
If you'd like to support Mockoon as well, you can become a sponsor or subscribe to Mockoon Cloud, every contribution helps keep the project alive and evolving. Thank you!
A new response mode has been added. It allows you to fallback to the next route and ultimately the proxied server when no response rules match instead of serving the default response. Visit the documentation to learn more. (Issues #363)
The templating helpers are now supported in the rule values letting you create dynamic rules. (Issue #988)
Two new templating helpers have been added to allow array filtering and object creation. (Issues #1103)
Properties with dots are now supported in the queryParam
and queryParamRaw
templating helpers. Escape the dots when you want to reach values contained in a property with dots. See the examples in our documentation. (Issue #1115)
The eq
templating helper is now compatible with strings. (Issue #1114)
.hbs
or .handlebars
are now correctly parsed. (Issue #1120)A big thank you to the following people who helped to make Mockoon better:
queryParam
and queryParamRaw
helpers. (Issue #1115)filter
and object
templating helpers and eq
helper update. (Issues #1103 and #1114)