Skip to content

Releases: edtoken/mockoon-config-transformer

2.0.0

11 Oct 19:35
Compare
Choose a tag to compare

Major improvement of file paths, names, OS issues.
See CHANGELOG

2.0.0-beta.1

08 Oct 20:02
Compare
Choose a tag to compare

Migrate to version 2.0.0-beta.1

  1. Bundle environments with 1.0.0 version
  2. Extract environments with 2.0.0-beta.1 version

Breaking changes

  • The method directory template was changed __:[method] -> ___method to make it compatible with windows machine.
  • The responses directory name was changed __:[responses] -> ___responses to make it compatible with windows machine.
  • The route paths now ignore special characters and multiple spaces.

    The output file name and path is still related to the route endpoint, but the escape function has fully changed, so it is not backward compatible with the previous one

  • Test scripts and test structure were changed.

Added

  • Argument to enable the markdown docs generation (disabled by default)
  • --verbose mode with extra details about bundle/extract progress
  • POC usage flow on CI see Use Cases

Changed

  • Tests structure changed and improved
  • Refactored escapePath method, improved performance, fixed windows special chars issues

Deprecated

...

Removed

  • Automatic documentation.md file generation, use new arg -d, --doc for documentation generation see updated CLI args

Fixed

  • Issues with filenames on windows, :,{,},... special chars not removed from the dirname.

Security

  • Changed path of Mockoon routes with ../../ in the URI, fixed ability to override files not related to the project.

1.0.0

25 Sep 22:09
Compare
Choose a tag to compare

Bump npm version, nothing changed

0.0.6

25 Sep 21:25
Compare
Choose a tag to compare

Update the readme and add a few tests.

0.0.5

24 Sep 18:13
Compare
Choose a tag to compare

Fix invalid version number in command response

0.0.4

24 Sep 18:10
Compare
Choose a tag to compare

Bump version 0.0.4

0.0.3

24 Sep 17:08
Compare
Choose a tag to compare

First stable version