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

V1.2.0

Compare
Choose a tag to compare
@Hugo-Carbiener Hugo-Carbiener released this 14 Oct 08:40
· 38 commits to main since this release

This release adds support for Mockoon v1.16.0.

Features

  • Following Mockoon's changes in version 1.16.0 the CLI is now directly compatible with Mockoon's environment files, without the need to use the export method. You can read more about this in our blog post. (Issue #38)

  • Like the main application, the CLI now resolves body files relatively to the environment or export file location. (Issue #37)

Improvements

  • We added an environment schema validation to ensure that the environment you load is valid. This system is able to repair environment files should they miss any property. This is especially useful when environment files were created manually. (Issue #39)