Skip to content

Commit

Permalink
🔖 release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Apr 5, 2021
1 parent 6706069 commit 3eba4d3
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 @@
## 2.1.1

- Added **String** extensions `count`, `parseJsonArray`, `find`, `title`, `toggledCase`, `equalsIgnoreCase`.
- Added **Duration** extension `fromNow`.
- Used explicit dynamics where required for strong mode.

## 2.1.0

- Added back `isNullOrEmpty`, `isNotNullOrEmpty` extensions for `Iterable?`.
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: 2.1.0
version: 2.1.1
homepage: https://github.com/birjuvachhani/screwdriver

environment:
Expand Down

0 comments on commit 3eba4d3

Please sign in to comment.