|
1 | 1 | # clock (development version) |
2 | 2 |
|
3 | | -* cpp11 >=0.4.2 is now required to ensure that a fix related to unwind |
4 | | - protection is included. |
5 | | - |
6 | | -* R >=3.4.0 is now required. This is consistent with the standards of the |
7 | | - tidyverse. |
8 | | - |
9 | | -* Bumped required minimum version of tzdb to 0.3.0 to get access to the latest |
10 | | - time zone database information (2022a). |
| 3 | +* `date_seq()` and the `seq()` methods for the calendar, time point, and |
| 4 | + duration types now allow `from > to` when `by > 0`. This now results in a |
| 5 | + size zero result rather than an error, which is more in line with |
| 6 | + `rlang::seq2()` and generally has more useful programmatic properties (#282). |
11 | 7 |
|
12 | | -* vctrs >=0.4.1 and rlang >=1.0.4 are now required (#297). |
| 8 | +* The sys-time method for `as.POSIXct()` now correctly promotes to a precision |
| 9 | + of at least seconds before attempting the conversion. This matches the |
| 10 | + behavior of the naive-time method (#278). |
13 | 11 |
|
14 | 12 | * Removed the dependency on ellipsis in favor of the equivalent functions in |
15 | 13 | rlang (#288). |
|
18 | 16 |
|
19 | 17 | * Updated all snapshot tests to use rlang 1.0.0 (#285). |
20 | 18 |
|
21 | | -* `date_seq()` and the `seq()` methods for the calendar, time point, and |
22 | | - duration types now allow `from > to` when `by > 0`. This now results in a |
23 | | - size zero result rather than an error, which is more in line with |
24 | | - `rlang::seq2()` and generally has more useful programmatic properties (#282). |
| 19 | +* tzdb >=0.3.0 is now required to get access to the latest time zone database |
| 20 | + information (2022a). |
25 | 21 |
|
26 | | -* The sys-time method for `as.POSIXct()` now correctly promotes to a precision |
27 | | - of at least seconds before attempting the conversion. This matches the |
28 | | - behavior of the naive-time method (#278). |
| 22 | +* vctrs >=0.4.1 and rlang >=1.0.4 are now required (#297). |
| 23 | + |
| 24 | +* cpp11 >=0.4.2 is now required to ensure that a fix related to unwind |
| 25 | + protection is included. |
| 26 | + |
| 27 | +* R >=3.4.0 is now required. This is consistent with the standards of the |
| 28 | + tidyverse. |
29 | 29 |
|
30 | 30 | # clock 0.6.0 |
31 | 31 |
|
|
0 commit comments