File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - uses : dart-lang/setup-dart@v1
1919 with :
2020 sdk : dev
3535 run : dart run coverage:format_coverage -l -i ./coverage/test/time_test.dart.vm.json -o ./coverage/lcov.info
3636
3737 - name : Upload coverage to codecov
38- uses : codecov/codecov-action@v4
38+ uses : codecov/codecov-action@v5
3939 with :
4040 token : ${{ secrets.CODECOV_TOKEN }}
4141 fail_ci_if_error : true
Original file line number Diff line number Diff line change 1+ ## 2.1.6
2+
3+ - Include ` milliseconds ` and ` microseconds ` in ` timeOfDay ` extension to ` DateTime `
4+
15## 2.1.5
26
37- Introduce ` endOfDay ` 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);
1212## 🎖 Installation
1313``` yaml
1414dependencies :
15- time : " ^2.1.5 "
15+ time : " ^2.1.6 "
1616` ` `
1717
1818### ⚡ Import
Original file line number Diff line number Diff line change 11name : time
22description : Type-safe DateTime and Duration calculations, powered by extensions.
3- version : 2.1.5
3+ version : 2.1.6
44homepage : https://github.com/jogboms/time.dart
55
66environment :
@@ -14,6 +14,6 @@ funding:
1414 - https://www.buymeacoffee.com/jogboms
1515
1616dev_dependencies :
17- lints : ^5 .0.0
18- test : ^1.25.8
19- coverage : ^1.11 .0
17+ lints : ^6 .0.0
18+ test : ^1.28.0
19+ coverage : ^1.15 .0
You can’t perform that action at this time.
0 commit comments