2018-09-18 23:04:07 -04:00
|
|
|
Version 1.0.3 (2018-09-18)
|
|
|
|
==========================
|
|
|
|
|
|
|
|
Misc
|
|
|
|
----
|
|
|
|
|
|
|
|
- Changed the default `parse` function to use a static parser
|
|
|
|
|
2018-08-14 22:49:24 -04:00
|
|
|
Version 1.0.2 (2018-08-14)
|
|
|
|
==========================
|
|
|
|
|
|
|
|
Misc
|
|
|
|
----
|
|
|
|
|
|
|
|
- Add tests for WASM
|
|
|
|
|
2018-08-11 13:13:12 -04:00
|
|
|
Version 1.0.1 (2018-08-11)
|
|
|
|
==========================
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
--------
|
|
|
|
|
|
|
|
- Fixed an issue with "GMT+3" not being handled correctly
|
|
|
|
|
|
|
|
Misc
|
|
|
|
----
|
|
|
|
|
|
|
|
- Upgrade `lazy_static` and `rust_decimal` dependencies
|
|
|
|
|
|
|
|
Version 1.0.0 (2018-08-03)
|
|
|
|
==========================
|
|
|
|
|
|
|
|
Initial release. Passes all relevant unit tests from Python's
|
2018-08-14 22:49:24 -04:00
|
|
|
`dateutil` project.
|