1 parent e0bdcdf commit 1edc22dCopy full SHA for 1edc22d
3 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.1.6
2
+
3
+- Include `milliseconds` and `microseconds` in `timeOfDay` extension to `DateTime`
4
5
## 2.1.5
6
7
- Introduce `endOfDay` 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.5"
+ time: "^2.1.6"
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.5
+version: 2.1.6
homepage: https://github.com/jogboms/time.dart
environment:
0 commit comments