diff --git a/CHANGELOG.md b/CHANGELOG.md index f4227ee..ef43c98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.1.0 + +- [PR-151](https://github.com/leisim/dartx/pull/151) New: `String?.isNullOrBlank`, `String?.isNotNullOrBlank` +- [PR-149](https://github.com/leisim/dartx/pull/149) Fix type of extension: `IterableForthItem` -> `IterableFourthItem` +- [PR-147](https://github.com/leisim/dartx/pull/147) New: `int.toChar(): String` +- [PR-147](https://github.com/leisim/dartx/pull/147) New: `String?.orEmpty: bool` +- [PR-147](https://github.com/leisim/dartx/pull/147) New: `String.matches(RexExp): bool` +- [PR-147](https://github.com/leisim/dartx/pull/147) New: `String.urlEncode` and `String.urlDecode` +- [PR-147](https://github.com/leisim/dartx/pull/147) New: `buildString` to build a `StringBuffer` an immediately return it + ## 1.0.0 - Promote to stable version - Remove deprecated extensions diff --git a/pubspec.yaml b/pubspec.yaml index 6da749b..da6fb7f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartx description: Superpowers for Dart. Collection of useful static extension methods. -version: 1.0.0 +version: 1.1.0 homepage: https://github.com/leisim/dartx environment: