Commit 5f1f2d9 1 parent d4eb3bd commit 5f1f2d9 Copy full SHA for 5f1f2d9
File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
11
## 1.0.0
2
12
- Promote to stable version
3
13
- Remove deprecated extensions
Original file line number Diff line number Diff line change 1
1
name : dartx
2
2
description : Superpowers for Dart. Collection of useful static extension methods.
3
- version : 1.0 .0
3
+ version : 1.1 .0
4
4
homepage : https://github.com/leisim/dartx
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments