Releases: markusmobius/go-dateparser
Releases · markusmobius/go-dateparser
v1.2.4
What's Changed
- Add PreserveEndOfMonth config for relative dates by @jproffitt in #17
- Fix parse result for string that only contain weekday names by @spraot in #19
- Minor refactor by @RadhiFadlillah in #21
- Make absolute parser can detect if parsed time period is hour, minute, or second.
v1.2.3
- Fix
Search
ignoreDefaultLanguages
configuration. - Expose internal function PopTzOffset to public.
- Split day period into hour/minute/second by @goodevilgenius.
- Added contributions guide.
v1.2.2
Update our port to match the Python's dateparser v1.2.0
Compiles under Windows with MingW-w64
v1.2.1 added back fixed go-re2 library
Initial release
Initial port of dateparser from scrapinghub