Releases: ellisvalentiner/lubridateExtras
Releases · ellisvalentiner/lubridateExtras
lubridateExtras v0.1.5
What's Changed
- Added *_ago and *_hence functions by @timbook in #12
- Documented *_ago, *_hence, added several unittests by @timbook in #14
- v0.1.3 by @ellisvalentiner in #15
- Added readme usage for weeks_ago function by @MattSandy in #20
- Decade functions, GitHub Action package check workflows, function name changes, and lintr changes by @HaydenMacDonald in #21
- chore: update package by @ellisvalentiner in #22
- chore: updates and fix checks by @ellisvalentiner in #23
- add pkgdown and coverage workflows by @ellisvalentiner in #24
New Contributors
- @MattSandy made their first contribution in #20
- @HaydenMacDonald made their first contribution in #21
Full Changelog: v0.1.2...v0.1.5
lubridateExtras v0.1.2
Adds functions for this_week
, last_week
, and next_week
lubridateExtras v0.1.1
Adds hms function, tests, Code of Conduct, and Contributing guidelines
lubridateExtras v0.1.0
Initial release of lubridateExtras!
LubridateExtras builds on top of lubridate to provide a number of convenience functions, primarily focused on abstracting patterns in ways that improve code readability and reduce copying and pasting code.