Skip to content

Commit

Permalink
🔖 prepare for release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Oct 30, 2020
1 parent 94588eb commit aa39a69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.2.0

- Add `isNullOrEmpty` and `isNotNullOrEmpty` extensions for collections.
- Add `isNullOrEmpty` and `isNotNullOrEmpty` extensions for string.
- Add `isNullOrBlank` and `isNotNullOrBlank` extensions for string.

## 1.1.1

- Add extensions `isInYears` and `inYears` for `Duration`.
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: screwdriver
description: A dart package aiming to provide useful extensions and helper functions to ease and speed up development.
version: 1.1.1
version: 1.2.0
homepage: https://github.com/birjuvachhani/screwdriver

environment:
Expand Down

0 comments on commit aa39a69

Please sign in to comment.