Skip to content

Releases: JackStouffer/date-parser

3.0.4

04 Aug 19:41
Compare
Choose a tag to compare

Fix body keyword deprecation messages in latest versions of DMD.

3.0.3

02 Oct 04:56
55e6218
Compare
Choose a tag to compare

Bug Fixes:

  • Issue #28: Using dateparser.parse in a shared static this block resulted in a null pointer error.

3.0.2

31 Aug 04:42
e12b95f
Compare
Choose a tag to compare

Remove usage of deprecated alias this on Nullable.

3.0.1

28 Jan 01:05
c8af27b
Compare
Choose a tag to compare
  • Fix issue #24
  • Update containers library
  • Update testing targets

3.0.0

10 Oct 09:41
Compare
Choose a tag to compare

As this release has breaking changes, the version number was increased by one, per the rules of Semantic Versioning.

Changes

Breaking:

  • Date parser no longer compiles on version 2.068. This is due to date parser requiring the latest version of EMSI Containers

Other Changes:

  • Fixed bug where bad strings in the form of "1-Month-1" were not thrown on
  • Small optimizations

2.1.1

31 May 14:16
Compare
Choose a tag to compare

Thanks to @John-Colvin for submitting #9

  • Reduced GC Allocations
  • Updated dub.json to handle the benchmarking code and doc generation
  • Reformatted directory structure to be more friendly to dub and dmd

2.1.0

24 May 16:39
Compare
Choose a tag to compare
  • parse can now accept all built in string types
  • speed ups between 5% - 20%
  • reduced GC allocations

2.0.3

23 May 03:28
Compare
Choose a tag to compare

Because of DMD Issue 15831, the Voldemort types in this library have been moved out of their functions. Those who chain ranges together and pass the result into parse should see a reduction in build times.

2.0.2

20 May 13:29
Compare
Choose a tag to compare

With #7 pulled, now compiling to 32bit

2.0.1

19 May 14:46
Compare
Choose a tag to compare

Updated to the latest EMSI containers library because it now compiles with LDC.