Skip to content

Release v5.2.0

Compare
Choose a tag to compare
@BirjuVachhani BirjuVachhani released this 30 Jun 18:07
· 132 commits to main since this release
e117e78
  • 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 upper bound to Object for apply, run, takeIf, takeUnless and tryCast
    extensions for improved type safety. Use null-safe(?.) operator to fix.
  • [DEPRECATED] Deprecate global run function.