Releases: MarketSquare/robotframework-tidy
Robotidy 4.0.1
Fix release for breaking changes in the Robotidy 4.0. The spaces in param:value in pyproject.toml should not raise unrecognized parameter error anymore.
Read more in full release notes.
Robotidy 4.0
Major release which contains multiple improvements for external transformers. There are also backward incompatible changes, including removing section option from NormalizeSeparators (replaced with skip_sections). We have also added following new transformers:
- RenameVariables
- NormalizeComments
- ReplaceEmptyValues
- GenerateDocumentation
Read more in full release notes.
Robotidy 3.5.0
NormalizeTags can now preserve formatting and Robotidy provides proper support for Test Tags in OrderTags and OrderSettingsSection transformers.
Read more in full release notes.
Robotidy 3.4.0
Several fixes and improvements in SplitTooLongLine transformer and other transformers. It is also now possible to filter out --list output.
Read more in full release notes.
Robotidy 3.3.3
Fix release addressing invalid handling of run keywords in RenameKeywords transformer.
Read more in full release notes.
Robotidy 3.3.2
Fix release addressing issues in RenameKeywords and NormalizeTags transformers.
Read more in full release notes.
Robotidy 3.3.1
Fix release for breaking changes in RF 6.0 language API and RenameKeyword variable matching improvements.
Several other changes and fixes are listed in full release notes.
Robotidy 3.3.0
This release is aimed to support upcoming Robot Framework 6.0. Apart of fixes and changes to existing transformers there is one new transformer, Translate, which helps in translating Robot Framework files to another language to use new Robot Framework 6.0 language support.
Several other changes and fixes are listed in full release notes.
Robotidy 3.2.0
This release contains a lot of improvements to our documentation (hosted at https://robotidy.readthedocs.io/) including new theme. We also improved argument indentation in AlignSettingsSection and added new skip options (for ignoring formatting of comments by NormalizeSeparators).
Several other changes and fixes are listed in full release notes.
Robotidy 3.1.0
Improved consistency of the Robotidy output and added skip keyword calls functionality to SplitTooLongLine.
For more details see the full release notes.