Skip to content

Commit

Permalink
🔖 Release v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Jun 28, 2023
1 parent ff9cd5d commit d029389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 5.0.1 [Unreleased]
## 5.0.1

- Add `T.tryCast()` extension on generics to cast an object to a type if possible.
- Add `records` extension for `Iterable`.
Expand All @@ -7,7 +7,6 @@
- Add `max` and `min` extensions on `num`.
- Add replaceFirstWhere and replaceLastWhere extensions on `List`.
- Add `findBy`, `findByOrNull` and `findAllBy` extensions on `Iterable`.
- Improve code documentation.

## 5.0.0

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: 5.0.0
version: 5.0.1
homepage: https://github.com/birjuvachhani/screwdriver

environment:
Expand Down

0 comments on commit d029389

Please sign in to comment.