- Changed the default
parse
function to use a static parser
- Add tests for WASM
- Fixed an issue with "GMT+3" not being handled correctly
- Upgrade
lazy_static
andrust_decimal
dependencies
Initial release. Passes all relevant unit tests from Python's
dateutil
project.