mirror of
https://github.com/bspeice/dtparse
synced 2024-12-22 04:18:09 -05:00
Now with 100% more WASM!
Version bump and README update
This commit is contained in:
parent
afb7747cdf
commit
4d7c5dd995
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,3 +1,11 @@
|
|||||||
|
Version 1.0.2 (2018-08-14)
|
||||||
|
==========================
|
||||||
|
|
||||||
|
Misc
|
||||||
|
----
|
||||||
|
|
||||||
|
- Add tests for WASM
|
||||||
|
|
||||||
Version 1.0.1 (2018-08-11)
|
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
|
Initial release. Passes all relevant unit tests from Python's
|
||||||
`dateutil` project.
|
`dateutil` project.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "dtparse"
|
name = "dtparse"
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
||||||
description = "A dateutil-compatible timestamp parser for Rust"
|
description = "A dateutil-compatible timestamp parser for Rust"
|
||||||
repository = "https://github.com/bspeice/dtparse.git"
|
repository = "https://github.com/bspeice/dtparse.git"
|
||||||
|
@ -68,7 +68,7 @@ Further examples can be found in the [examples](examples) directory on internati
|
|||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
`dtparse` requires a minimum Rust version of 1.21 to build, but is tested on Windows, OSX,
|
`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.
|
tested against them.
|
||||||
|
|
||||||
[dateutil]: https://github.com/dateutil/dateutil
|
[dateutil]: https://github.com/dateutil/dateutil
|
||||||
|
@ -60,6 +60,12 @@
|
|||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! Further examples can be found in the `examples` directory on international usage.
|
//! 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
|
//! [dateutil]: https://github.com/dateutil/dateutil
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user