Skip to content

Commit 35e52b2

Browse files
author
Jens Becker
committed
[bump] v0.2.2
1 parent 59616f9 commit 35e52b2

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.2.2
2+
3+
- **Refactor!:** do whitespace check on `isNotBlank` & `isBlank`
4+
- **Add** `isNotBlank` & `isBlank` to `String` extensions too
5+
- **Add** `isEasyPassword` to `String?` extensions too
6+
- **Add** several tests
7+
- **Improve** doc comments and README
8+
19
# 0.2.1
210

311
- **Add** CI workflow and badge

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,6 @@ All features with links to their page in the documentation are listed below:
195195
- [ ] Add more tests (feel free to contribute ;))
196196

197197
## Note:
198-
This package is still in early stages.
199-
If you notice any bugs not present in issues, please file a new issue. If you are willing to fix or enhance things yourself, you are very welcome to make a pull request.
198+
This package is still in early stages.
199+
If you notice any bugs not present in issues, please file a [new issue](https://github.com/devj3ns/fleasy/issues). If you are willing to fix or enhance things yourself, you are very welcome to make a [pull request](https://github.com/devj3ns/fleasy/pulls).
200+
Also: Feedback and suggestions are very welcome. Just [open an issue](https://github.com/devj3ns/fleasy/issues) or write an email to [info@jensbecker.dev](mailto:info@jensbecker.dev).

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fleasy
22
description: Useful and easy to use extensions, helper classes and widgets to create Flutter apps easier.
3-
version: 0.2.1
3+
version: 0.2.2
44
repository: https://github.com/devj3ns/fleasy
55
issue_tracker: https://github.com/devj3ns/fleasy/issues
66

0 commit comments

Comments
 (0)