Skip to content

Releases: MarketSquare/robotframework-tidy

Robotidy 4.18 - Deprecation

03 Jul 16:29
3b080ac
Compare
Choose a tag to compare

Released upper bound of click dependency - omitted by mistake in 4.17.

Robotidy 4.17 - Deprecation

14 May 07:35
a4940bd
Compare
Choose a tag to compare

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

13 Jan 08:05
06ff188
Compare
Choose a tag to compare

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

28 Dec 17:38
3bf2f4d
Compare
Choose a tag to compare

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

22 Aug 08:50
972edd7
Compare
Choose a tag to compare

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

20 May 10:09
5145e50
Compare
Choose a tag to compare

Robotidy 4.12.0

15 May 16:54
7d8b51f
Compare
Choose a tag to compare

Robotidy 4.11.0

18 Mar 14:48
8beecbc
Compare
Choose a tag to compare

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

28 Feb 11:45
bac0146
Compare
Choose a tag to compare

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

03 Feb 11:32
a6646c6
Compare
Choose a tag to compare

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.