diff --git a/CHANGELOG.md b/CHANGELOG.md index 48cca7c..8042a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ -## 4.1.0 [Unreleased] +## 4.1.0 - Add `hasContent` and `orEmpty` extensions for `String?`. - Add missing docs. - Fix example not showing up in pub.dev. - Remove unnecessary backslashes from email regex. +- Add `Debouncer.isRunning` getter to check if the debouncer is running. - [DEPRECATED] Deprecate `Pair` class in favor of Records in Dart 3. Use `Record` instead of `Pair` in all the APIs. `Pair` will be removed in the next major release. - [DEPRECATED] Deprecate `Triple` class in favor of Records in Dart 3. Use `Record` instead of `Triple` in all the @@ -11,7 +12,6 @@ - [DEPRECATED] Deprecate `pairWith` and `to` extensions on generic in favor of Records in Dart 3. - [BREAKING] Refactor `associate` and `associateTo` extensions on `Iterable` to use Records instead of `Pair`. - [BREAKING] Refactor `+` operator on `Map` to use Records instead of `Pair`. -- Add `Debouncer.isRunning` getter to check if the debouncer is running. ## 4.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index a4cf8fd..f9455b9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: 4.0.0 +version: 4.1.0 homepage: https://github.com/birjuvachhani/screwdriver environment: