Changed (BREAKING)
- upgrade
bstr
to1.0.1
- parse now takes the current time
parse(…, Option<time>)
as parameter.
Commit Statistics
- 27 commits contributed to the release over the course of 24 calendar days.
- 27 days passed between releases.
- 2 commits were understood as conventional.
- 2 unique issues were worked on: #450, #470
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
view details
- #450
- upgrade
bstr
to1.0.1
(99905ba)
- upgrade
- #470
- update changelogs prior to release (caa7a1b)
- Uncategorized
- Merge branch 'index-from-tree' (172f73c)
- refactor (c5c6bf6)
- refactor (956613f)
- refactor (1026b7c)
- WIP. (79d82d4)
- Parse the output while parsing the baseline file. (70fe59f)
- make fmt (535e967)
- parse now takes the current time
parse(…, Option<time>)
as parameter. (c24ea67) - thanks clippy (590fcc9)
- a sample on how to more easily test relative date parsing (c585c9b)
- add test to check times before unix epoch (eb304ea)
- refactor (0e231eb)
- refactor (5793465)
- refactor; add failing test to see invalid date error in action (90008aa)
- PR comments. (1eac4de)
parse
is pure function. (9ad1a5f)- Fallible timestamp cast i64 -> u32. (cce7616)
parse()
returns Result. (206f392)- Add output to baseline. (5c3b733)
parse
returns Result. (67c8c6a)- Add fixtures. (6c40ac1)
- Add git baseline. (b747a60)
- refactor (3e6e0f9)
- Draft. (95b4902)
- Draft. (43b6c06)