All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Parse numerals like
next
,last
,this
,first
,third
etc.
- Time units (like
sec
), keywords (likeyesterday
) and numerals (likenext
) are now parsed case insensitive - The parsing speed was improved significantly
- Parsing of fuzzy
year
andmonth
time units (#29)
- A sign character can now also indicate a new duration (#24)
- A leading sign character can now be delimited by whitespace from the number or time keyword (#28)
- Bump fundu-core dependency from
v0.1.0
tov0.2.0
- A single sign character was interpreted as a duration of 1 second (#32)
- Initial release of
fundu-gnu