We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f068b6 commit 45ccaefCopy full SHA for 45ccaef
1 file changed
CHANGELOG.md
@@ -23,6 +23,7 @@
23
* Fixed a bug inside `Data.remove_empty_items()`, where types other than strings where passed to `String.is_empty()`, which caused an exception.
24
* Refactored/reformatted the code of the whole library, to introduce more clear code structure with more room to breathe.
25
* Made the really complex regex patterns in the `Regex` class all multi-line for better readability.
26
+* Added a new internal method `Regex._clean()`, which is used to clean up regex patterns, defined as multi-line strings.
27
* Moved custom exception classes to their own file `base/exceptions.py` for better structure and readability.
28
* Moved custom types to their own file `base/types.py` for better structure and readability.
29
0 commit comments