1 parent d5eb60d commit 621fdd4Copy full SHA for 621fdd4
1 file changed
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## [1.1.0] - 2025
2
+
3
+* Updated to Dart 3.0+ with modern SDK constraints (>=3.0.0 <4.0.0)
4
+* Added `unescapeRegExp()` method to unescape regex strings
5
+* Code refactoring and improved maintainability
6
+* Updated dependencies to latest compatible versions
7
8
+## [1.0.0] - 2021
9
10
+* First stable release
11
+* All string manipulation features from prerelease now stable
12
13
## [0.0.1-prerelease] - 04/01/2021
14
15
* Added functionalities either missing from String class.
0 commit comments