araddon / dateparse

GoLang Parse many date strings without knowing format in advance.
MIT License
2.03k stars 164 forks source link

Supported extra whitespaces where I needed them + many other changes #151

Open arran4 opened 1 year ago

arran4 commented 1 year ago

I can split it up better so various additions and fixes are elsewhere. There is also the potential to make it more tolerant to duplicate white spaces.

I also made it use github actions. You had some executables in there so I setup go releaser. So people can download them without the source code like so: https://github.com/arran4/dateparse/releases/tag/v0.1.0

Setup semantic versioning to trigger the releases on tagging.

arran4 commented 1 year ago

Oh you will have to enable this: image

For the goreleaser github action to work

arran4 commented 8 months ago

This has been superseded by https://github.com/araddon/dateparse/pull/159