We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82c7b1 commit 69a0899Copy full SHA for 69a0899
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