Skip to content

Commit 621fdd4

Browse files
committed
chore: update CHANGELOG for version 1.1.0 with Dart 3.0+ support and new features
1 parent d5eb60d commit 621fdd4

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
## [0.0.1-prerelease] - 04/01/2021
214

315
* Added functionalities either missing from String class.

0 commit comments

Comments
 (0)