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 14d016c + 402ef12 commit d11e087Copy full SHA for d11e087
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.1.0
2
+
3
+- Introduce `package:clock` dependency for more predictable testing
4
5
## 2.0.1
6
7
- Implement utc support for `copyWith` operation
README.md
@@ -12,7 +12,7 @@ final DateTime fourHoursFromNow = DateTime.now() + Duration(hours: 4);
12
## 🎖 Installation
13
```yaml
14
dependencies:
15
- time: "^2.0.1"
+ time: "^2.1.0"
16
```
17
18
### ⚡ Import
pubspec.yaml
@@ -1,6 +1,6 @@
name: time
description: Type-safe DateTime and Duration calculations, powered by extensions.
-version: 2.0.1
+version: 2.1.0
homepage: https://github.com/jogboms/time.dart
environment:
0 commit comments