Skip to content

Commit

Permalink
Release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed May 13, 2023
1 parent 6879c15 commit b2bdbf2
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,17 +1,17 @@
## 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
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`.
- Add `Debouncer.isRunning` getter to check if the debouncer is running.

## 4.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: 4.0.0
version: 4.1.0
homepage: https://github.com/birjuvachhani/screwdriver

environment:
Expand Down

0 comments on commit b2bdbf2

Please sign in to comment.