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: CHANGELOG.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
* All methods that should use positional-only and/or keyword-only params, now actually enforce that by using the `/` and `*` syntax in the method definitions.
28
28
* Renamed the `Spinner` class from the `console` module to `Throbber`, since that name is closer to what it's actually used for.
29
29
* Changed the name of the TypeAlias `DataStructure` to `DataObj` because that name is shorter and more general.
30
-
* Changed both names `DataStructureTypes` and `IndexIterableTypes` to `DataObjTT` and `IndexIterableTT` respectively (`TT`*stands for types-tuple*).
30
+
* Changed both names `DataStructureTypes` and `IndexIterableTypes` to `DataObjTT` and `IndexIterableTT` respectively (`TT`*stands for type-tuple*).
31
31
* Made the return value of `String.single_char_repeats()` always be *`int`* and not <code>*int* | *bool*</code>.
32
32
33
33
@@ -498,10 +498,10 @@
498
498
## 21.12.2024 `v1.5.9`
499
499
500
500
* Fixed bugs in method `to_ansi()` in module `xx_format_codes`:<br>
501
-
1. The method always returned an empty string, because the color validation was broken, and it would identify all colors as invalid.<br>
502
-
Now the validation `Color.is_valid_rgba()` and `Color.is_valid_hexa()` are fixed and now, if a color is identified as invalid, the method returns the original string instead of an empty string.
503
-
2. Previously the method `to_ansi()` couldn't handle formats inside `[]` because everything inside the brackets was recognized as an invalid format.<br>
504
-
Now you are able to use formats inside `[]` (*e.g.*`"[[red](Red text [b](inside) square brackets!)]"`).
501
+
1.The method always returned an empty string, because the color validation was broken, and it would identify all colors as invalid.<br>
502
+
Now the validation `Color.is_valid_rgba()` and `Color.is_valid_hexa()` are fixed and now, if a color is identified as invalid, the method returns the original string instead of an empty string.
503
+
2.Previously the method `to_ansi()` couldn't handle formats inside `[]` because everything inside the brackets was recognized as an invalid format.<br>
504
+
Now you are able to use formats inside `[]` (*e.g.*`"[[red](Red text [b](inside) square brackets!)]"`).
505
505
* Introduced a new test for the `xx_format_codes` module.
506
506
* Fixed a small bug in the help client-command:<br>
0 commit comments