Included whole changes from the 2.0.0-beta.1
- Fixed issue with FL/CRLF line breaks in the documentation file
- Bundle environments with
1.0.0
version - Extract environments with
2.0.0-beta.1
version
- 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.
- 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
- Tests structure changed and improved
- Refactored escapePath method, improved performance, fixed windows special chars issues
...
- Automatic
documentation.md
file generation, use new arg-d, --doc
for documentation generation see updated CLI args
- Issues with filenames on windows,
:,{,},...
special chars not removed from the dirname.
- Changed path of Mockoon routes with
../../
in the URI, fixed ability to override files not related to the project.
...
...
...
...
...
...