Releases: MarketSquare/robotframework-tidy
Robotidy 4.18 - Deprecation
Robotidy 4.17 - Deprecation
Starting with Robocop 6.0, Robotidy is now integrated into Robocop.
The standalone version of Robotidy is deprecated and may not support the latest Robot Framework versions.
This release adds deprecation warning and open up the dependencies so it's possible to use Robotidy with more recent version of dependencies in the future (but without promise it will work correctly).
Robotidy 4.16.0
Update Robotidy rules with GROUP support from Robot Framework 7.2.
Following transformers are updated & tested with GROUPs:
AlignKeywordsSection
AlignTestCasesSection
NormalizeSeparators
RenameVariables
Robotidy 4.15.0
Updated maximum allowed dependencies:
- rich-click requirement from >=1.4,<1.8.4 to >=1.4,<1.8.6
- tomli requirement from ==2.0.* to >=2.0,<2.3
- tomli-w requirement from ==1.0.* to >=1.0,<1.2
Robotidy 4.14.0
Improved comments handling in IndentNestedKeywords
transformer and fixed the issue with variable_separator
configuration in RenameVariables
transformer not being respected when converting camelCase naming.
Read more in full release notes.
Robotidy 4.13.0
Read more in full release notes.
Robotidy 4.12.0
Read more in full release notes.
Robotidy 4.11.0
Fixes for ReplaceWithVAR, SplitTooLongLine and RenameVariables transformers. There are also major improvements for Robotidy disablers.
Read more in full release notes.
Robotidy 4.10.0
This release brings new transformer - ReplaceWithVAR
- that replaces different keywords for creating variable in test cases and keywords (such as Set Variable
, Set Variable If
, Catenate
..) with new Robot Framework 7.0 VAR
syntax.
Additionally SplitTooLongLine
was updated to support split too long VAR statements and several fixes were implemented.
Read more in full release notes.
Robotidy 4.9.0
Allow to skip formatting documentation in AlignSettingsSection
transformer and fix GenerateDocumentation
transformer removing documentation from settings and test cases sections.
Read more in full release notes.