Releases: waltzofpearls/dateparser
Releases · waltzofpearls/dateparser
v0.2.1
What's Changed
- Run check & test jobs on Linux, macOS, & Windows with stable, beta, & nightly Rust by @autarch in #38
- update dependencies by @waltzofpearls in #40
- fix typo in readme by @waltzofpearls in #42
- makefile: improve bump version by @waltzofpearls in #43
- version: bump to 0.2.1 by @waltzofpearls in #44
New Contributors
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Fix parse_with() by @kdwarn in #33
- update deps for belt app and fixed warnings in one dateparser example by @waltzofpearls in #35
- update readme files by @waltzofpearls in #36
- version: bump to 0.2.0 by @waltzofpearls in #37
New Contributors
Full Changelog: v0.1.8...v0.2.0
v0.1.8
What's Changed
#[derive(Clone, Debug)]
forDateTimeUtc
by @kkysen in #27- improve cross compile by @waltzofpearls in #28
- version: bump to 0.1.8 by @waltzofpearls in #29
- give github workflow
build_and_release.yml
a name field by @waltzofpearls in #30 - fix
cargo-publish
job inbuild_and_release.yml
workflow by @waltzofpearls in #31
New Contributors
Full Changelog: v0.1.7...v0.1.8
v0.1.7
v0.1.6
v0.1.5
- dateparser: support hh:mm and hh:mm tz formats
v0.1.4
dateparser: support more formats + parsing on a specific timezone
- support more datetime parsing formats
- new function
parse_with_timezone()
that can specify a custom timezone offset - new struct
Parse
with all the parsing functions moved into there
v0.1.3
v0.1.2
- Unit tests for
belt
- Refactored
App
andConfig
to support injectingstd::io::Write
(Stdout
orVec<u8>
) as output
- Refactored
- Docs for
dateparser
- Docs + testable examples
- Benchmark dateparser.parse() with criterion.rs
- Setting up a baseline for optimizations
- Update readme with brew install instruction
brew tap waltzofpearls/belt && belt install belt
v0.1.1
- Add runnable examples for
dateparser
- Fix a flaky test
- Bump version to
0.1.1