Skip to content

Release v4.1.0

Compare
Choose a tag to compare
@BirjuVachhani BirjuVachhani released this 13 May 14:05
· 198 commits to main since this release
b2bdbf2
  • 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
    APIs. Triple will be removed in the next major release.
  • [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.