Skip to content

Commit

Permalink
🔖 release v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Jun 30, 2023
1 parent d760210 commit e117e78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## 5.0.2 [Unreleased]
## 5.2.0

- Fix `runCaching` function not caching exceptions properly.
- Improve `runCaching` function to have a `FutureOr<T?>` return type allowing either synchronous or asynchronous
execution.
- Improve `runCaching` function to cache exceptions even on `onError` callback.
- Avail list of all the extensions and functions in the package in `EXTENSIONS.md` file.
- [BREAKING] Tighten the generic upperbound to `Object` for `apply`, `run`, `takeIf`, `takeUnless` and `tryCast`
extensions for improved type safety.
extensions for improved type safety. Use null-safe(?.) operator to fix.
- [DEPRECATED] Deprecate global `run` function.

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

environment:
Expand Down

0 comments on commit e117e78

Please sign in to comment.