We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a82c7b1 + 69a0899 commit e35471fCopy full SHA for e35471f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.1.2
2
+
3
+- Fix `min` and `max` assertion with `clamp` extension
4
5
## 2.1.1
6
7
- Introduce `firstDayOfWeek` extension to `DateTime`
README.md
@@ -12,7 +12,7 @@ final DateTime fourHoursFromNow = DateTime.now() + Duration(hours: 4);
12
## 🎖 Installation
13
```yaml
14
dependencies:
15
- time: "^2.1.1"
+ time: "^2.1.2"
16
```
17
18
### ⚡ Import
pubspec.yaml
@@ -1,6 +1,6 @@
name: time
description: Type-safe DateTime and Duration calculations, powered by extensions.
-version: 2.1.1
+version: 2.1.2
homepage: https://github.com/jogboms/time.dart
environment:
0 commit comments