Releases: baoyachi/duration-str
Releases · baoyachi/duration-str
v0.12.0
What's Changed
- feat: support plural by @itohatweb in #56
New Contributors
- @itohatweb made their first contribution in #56
Full Changelog: v0.11.3...v0.12.0
v0.11.3
What's Changed
- Update thiserror requirement from 1.0.37 to 2.0.0 by @dependabot in #53
- Update lib.rs by @baoyachi in #55
Full Changelog: v0.11.2...v0.11.3
update readme
v0.11.2 Update Cargo.toml
add benches
Merge pull request #49 from baoyachi/code_refactor Code refactor
Support playground
fix parsing error location precise prompt
Fix compile error in specific feature combinations
Refactor Error report code.
Merge pull request #35 from baoyachi/issue/33 refactor Error report code.
Support missing units for TimeUnit
Rewrite parse code
use winnow crate replace nom crate. #28