Skip to content

Commit 5f1f2d9

Browse files
committed
Prepare 1.1.0 release
1 parent d4eb3bd commit 5f1f2d9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.1.0
2+
3+
- [PR-151](https://github.com/leisim/dartx/pull/151) New: `String?.isNullOrBlank`, `String?.isNotNullOrBlank`
4+
- [PR-149](https://github.com/leisim/dartx/pull/149) Fix type of extension: `IterableForthItem` -> `IterableFourthItem`
5+
- [PR-147](https://github.com/leisim/dartx/pull/147) New: `int.toChar(): String`
6+
- [PR-147](https://github.com/leisim/dartx/pull/147) New: `String?.orEmpty: bool`
7+
- [PR-147](https://github.com/leisim/dartx/pull/147) New: `String.matches(RexExp): bool`
8+
- [PR-147](https://github.com/leisim/dartx/pull/147) New: `String.urlEncode` and `String.urlDecode`
9+
- [PR-147](https://github.com/leisim/dartx/pull/147) New: `buildString` to build a `StringBuffer` an immediately return it
10+
111
## 1.0.0
212
- Promote to stable version
313
- Remove deprecated extensions

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartx
22
description: Superpowers for Dart. Collection of useful static extension methods.
3-
version: 1.0.0
3+
version: 1.1.0
44
homepage: https://github.com/leisim/dartx
55

66
environment:

0 commit comments

Comments
 (0)