All notable changes to this project will be documented in this file.
- New parser
today
forru
anden
modules. today
parser was added to theru::bundle
,en::bundle_dmy
anden::bundle_mdy
bundle-parsers.
quick::bundle
parser which combines the capabilities of theforward_from_now
andbackward_from_now
parserscli
example provides the interactive way to try some parsers out- New parsers:
short_named_weekday_dot
types
module now ispublic
named_weekday
parser was extended withshort_named_weekday_dot
parser
- Optional variants of parsers introduced in the
0.2.0
. Now parsers return either parsed date orError
- Module
quick
with the following functions:forward_from_now_opt
backward_from_now_opt
- Bundle parsers:
ru
module:bundle
parseren
module:bundle_dmy
andbundle_mdy
parsers
- Additional
language specific
parsers in theru
module:day_before_yesterday
day_after_tomorrow
- Optional versions of the following parsers:
day_before_yesterday
->day_before_yesterday_opt
(ru
module)yesterday
->yesterday_opt
tomorrow
->tomorrow_opt
day_after_tomorrow
->day_after_tomorrow_opt
(ru
module)current_named_weekday_only
->current_named_weekday_only_opt