Skip to content

Commit

Permalink
🔖 Release v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Oct 1, 2023
1 parent e66fa2e commit 396c13d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.3.0

- [BREAKING] Remove deprecated global `run` function.
- Add `num.inRadians` and `num.inDegrees` extensions for angle unit conversion.
- Add `num.clampAtLeast` and `num.clampAtMost` extensions for clamping a number to a minimum or maximum value
respectively.

## 5.2.1

- Change return type of `tryJsonDecode` to dynamic.
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.2.1
version: 5.3.0
homepage: https://github.com/birjuvachhani/screwdriver

environment:
Expand Down

0 comments on commit 396c13d

Please sign in to comment.