Skip to content

Releases: waltzofpearls/dateparser

v0.2.1

13 Nov 18:00
4b652ea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

26 Mar 03:31
3ed3200
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.8...v0.2.0

v0.1.8

26 Jan 08:34
ac03948
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.7...v0.1.8

v0.1.7

17 Aug 07:08
f55cdb8
Compare
Choose a tag to compare

This version has a contribution from @gyfis fixed a bug in milli/micro/nano seconds parsing, along with some CI fixes and cargo deps update.

  • parse with left-aligned milli/micro/nanoseconds from @gyfis (#23)
  • ci: fix errors from unit tests and clippy check (#24)
  • cargo: update deps (#25)

v0.1.6

10 Oct 06:31
9ebc134
Compare
Choose a tag to compare

dateparser: add parse_with() for configurable tz and default time (#17)

v0.1.5

28 Jun 06:02
fcd7e97
Compare
Choose a tag to compare
  • dateparser: support hh:mm and hh:mm tz formats

v0.1.4

06 Jun 07:50
13af384
Compare
Choose a tag to compare

dateparser: support more formats + parsing on a specific timezone

  • support more datetime parsing formats
  • new function parse_with_timezone() that can specify a custom timezone offset
  • new struct Parse with all the parsing functions moved into there

v0.1.3

26 May 07:53
c2f9d0f
Compare
Choose a tag to compare

This version has 99.89% improvement on speed. Performance driven optimization FTW!

Screen Shot 2021-05-26 at 12 28 50 AM

  • dateparser: wrap regex with lazy_static
  • dateparser: new timezone parser
  • dateparser: table driven test cases

v0.1.2

19 May 07:41
3ee56d5
Compare
Choose a tag to compare
  • Unit tests for belt
    • Refactored App and Config to support injecting std::io::Write (Stdout or Vec<u8>) as output
  • Docs for dateparser
    • Docs + testable examples
  • Benchmark dateparser.parse() with criterion.rs
    • Setting up a baseline for optimizations
  • Update readme with brew install instruction
    • brew tap waltzofpearls/belt && belt install belt

v0.1.1

15 May 03:19
db391c7
Compare
Choose a tag to compare
  • Add runnable examples for dateparser
  • Fix a flaky test
  • Bump version to 0.1.1