Skip to content

Releases: GaryJones/daterange

0.2.0

03 Jun 18:41
Compare
Choose a tag to compare

Changed

  • Rewrite to allow for a month-first order.

Instead of rearranging the time part characters from the desired format into order, we check each time part character in the given format in the order it already is. This allows us to handle formats where the characters are not in order of size, such as month first.

However, this means that hours, minutes, and seconds handling is broken compared to 0.1.0.

0.1.0

16 May 19:39
Compare
Choose a tag to compare
  • Initial release.