You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,13 @@
11
11
- New option ``--output`` option for saving transformed file to provided path instead of overwriting source file [#108](https://github.com/MarketSquare/robotframework-tidy/issues/108)
12
12
-``--desc`` now accepts ``all`` for printing out description of all transformers [#105](https://github.com/MarketSquare/robotframework-tidy/issues/105)
13
13
- Robotidy will now suggest similar names for invalid transformer names used with ``--transform`` or ``--desc`` options [#107](https://github.com/MarketSquare/robotframework-tidy/issues/107)
14
+
-``--list`` now prints transformers in alphabetical order [#141](https://github.com/MarketSquare/robotframework-tidy/issues/141)
14
15
15
16
### Fixes
16
17
- Renamed short version of ``--lineseparator`` to ``-ls`` to avoid collision with ``--list\-l``
17
18
- Description for disabled transformers can be now displayed & disabled transformers are in ``--list`` output [#114](https://github.com/MarketSquare/robotframework-tidy/issues/114)
18
19
- Robotidy should now correctly load configuration files from path when using ``--config``[#138](https://github.com/MarketSquare/robotframework-tidy/issues/138)
20
+
- Transformers should always use the same order. If you need to use custom order, provide --force-order flag [#142](https://github.com/MarketSquare/robotframework-tidy/issues/142)
19
21
20
22
### Other
21
23
- Removed ``'--describe-transformer`` and ``--list-transformers`` aliases for ``--list`` and ``--desc``
0 commit comments