Now with 100% more WASM!

Version bump and README update
pull/24/head v1.0.2
Bradlee Speice 2018-08-14 22:49:24 -04:00
parent afb7747cdf
commit 4d7c5dd995
4 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,11 @@
Version 1.0.2 (2018-08-14)
==========================
Misc
----
- Add tests for WASM
Version 1.0.1 (2018-08-11)
==========================
@ -15,4 +23,4 @@ Version 1.0.0 (2018-08-03)
==========================
Initial release. Passes all relevant unit tests from Python's
`dateutil` project.
`dateutil` project.

View File

@ -1,6 +1,6 @@
[package]
name = "dtparse"
version = "1.0.1"
version = "1.0.2"
authors = ["Bradlee Speice <bradlee@speice.io>"]
description = "A dateutil-compatible timestamp parser for Rust"
repository = "https://github.com/bspeice/dtparse.git"

View File

@ -68,7 +68,7 @@ Further examples can be found in the [examples](examples) directory on internati
# Usage
`dtparse` requires a minimum Rust version of 1.21 to build, but is tested on Windows, OSX,
BSD, and Linux. The build is also compiled against the iOS and Android SDK's, but is not
BSD, Linux, and WASM. The build is also compiled against the iOS and Android SDK's, but is not
tested against them.
[dateutil]: https://github.com/dateutil/dateutil

View File

@ -60,6 +60,12 @@
//! ```
//!
//! Further examples can be found in the `examples` directory on international usage.
//!
//! # Usage
//!
//! `dtparse` requires a minimum Rust version of 1.21 to build, but is tested on Windows, OSX,
//! BSD, Linux, and WASM. The build is also compiled against the iOS and Android SDK's, but is not
//! tested against them.
//!
//! [dateutil]: https://github.com/dateutil/dateutil