Skip to content

Commit

Permalink
Prepare 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Apr 12, 2022
1 parent d4eb3bd commit 5f1f2d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 5f1f2d9

Please sign in to comment.