Skip to content

Releases: markusmobius/go-dateparser

v1.2.4

30 Apr 09:46
Compare
Choose a tag to compare

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

05 Jul 22:22
Compare
Choose a tag to compare
  • Fix Search ignore DefaultLanguages configuration.
  • Expose internal function PopTzOffset to public.
  • Split day period into hour/minute/second by @goodevilgenius.
  • Added contributions guide.

v1.2.2

06 Jun 12:54
Compare
Choose a tag to compare

Update our port to match the Python's dateparser v1.2.0

Compiles under Windows with MingW-w64

26 Jun 05:52
Compare
Choose a tag to compare
v1.2.1

added back fixed go-re2 library

Initial release

11 Feb 20:43
60965b2
Compare
Choose a tag to compare

Initial port of dateparser from scrapinghub