File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.1.5
2
+
3
+ - Introduce ` endOfDay ` extension to ` DateTime `
4
+
1
5
## 2.1.4
2
6
3
7
- Introduce ` shift ` extension to ` DateTime `
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ final DateTime fourHoursFromNow = DateTime.now() + Duration(hours: 4);
12
12
## 🎖 Installation
13
13
``` yaml
14
14
dependencies :
15
- time : " ^2.1.4 "
15
+ time : " ^2.1.5 "
16
16
` ` `
17
17
18
18
### ⚡ Import
Original file line number Diff line number Diff line change 1
1
name : time
2
2
description : Type-safe DateTime and Duration calculations, powered by extensions.
3
- version : 2.1.4
3
+ version : 2.1.5
4
4
homepage : https://github.com/jogboms/time.dart
5
5
6
6
environment :
7
7
sdk : " >=2.12.0 <4.0.0"
8
8
9
9
dependencies :
10
- clock : ^ 1.1.1
10
+ clock : " >= 1.1.1 <2.0.0 "
11
11
12
12
funding :
13
13
- https://www.paypal.me/jogboms
14
14
- https://www.buymeacoffee.com/jogboms
15
15
16
16
dev_dependencies :
17
- lints : ^3 .0.0
18
- test : ^1.25.1
19
- coverage : ^1.7.2
17
+ lints : ^5 .0.0
18
+ test : ^1.25.8
19
+ coverage : ^1.11.0
You can’t perform that action at this time.
0 commit comments