Releases: JackStouffer/date-parser
Releases · JackStouffer/date-parser
3.0.4
3.0.3
3.0.2
Remove usage of deprecated alias this
on Nullable
.
3.0.1
3.0.0
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
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
parse
can now accept all built in string types- speed ups between 5% - 20%
- reduced GC allocations
2.0.3
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
2.0.1
Updated to the latest EMSI containers library because it now compiles with LDC.