Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2017-06-22 | Bump to 0.4.2 | Alex Crichton | -1/+1 | |
2017-05-11 | Bump to 0.4.1 | Alex Crichton | -1/+1 | |
2017-04-20 | Bump to 0.4.0 | Alex Crichton | -1/+1 | |
2017-04-20 | Support serde 1.0.0 | Alex Crichton | -3/+3 | |
2017-03-31 | Bump to 0.3.2 | Alex Crichton | -1/+1 | |
2017-02-27 | Bump to 0.3.1 | Alex Crichton | -1/+1 | |
2017-02-10 | Bump to 0.3.0 | Alex Crichton | -1/+1 | |
2017-02-08 | Update metadata | Alex Crichton | -2/+6 | |
2017-02-08 | Rewrite crate with serde support from ground up | Alex Crichton | -7/+3 | |
This commit completely rewrites this crate from the ground up, supporting serde at the lowest levels as I believe serde support was intended to do. This is a major change from the previous versions of this crate, with a summary of changes being: * Serialization directly to TOML is now supported without going through a `Value` first. * Deserialization directly from TOML is now supported without going through a `Value`. Note that due to the TOML format some values still are buffered in intermediate memory, but overall this should be at a minimum now. * The API of `Value` was overhauled to match the API of `serde_json::Value`. The changes here were to: * Add `is_*` accessors * Add `get` and `get_mut` for one-field lookups. * Implement panicking lookups through `Index` The old `index` methods are now gone in favor of `get` and `Index` implementations. * A `Datetime` type has been added to represent a TOML datetime in a first-class fashion. Currently this type provides no accessors other than a `Display` implementation, but the idea is that this will grow support over time for decomposing the date. * Support for the `rustc-serialize` crate has been dropped, that'll stay on the 0.2 and 0.1 release trains. * This crate no longer supports the detection of unused fields, for that though you can use the `serde_ignored` crate on crates.io | ||||
2016-09-08 | Bump to 0.2.1 | Alex Crichton | -1/+1 | |
2016-08-01 | Bump to 0.2.0 | Alex Crichton | -1/+1 | |
2016-07-28 | Update to serde 0.8.0 | David Tolnay | -1/+1 | |
2016-05-16 | Bump to 0.1.30 | Alex Crichton | -1/+1 | |
2016-05-12 | Bump to 0.1.29 | Alex Crichton | -1/+1 | |
2016-03-11 | Bump to 0.1.28 | Alex Crichton | -1/+1 | |
2016-03-07 | WIP | Alex Crichton | -1/+1 | |
2016-02-01 | Bump to 0.1.27 | Alex Crichton | -1/+1 | |
2016-01-25 | Bump to 0.1.26 | Alex Crichton | -1/+1 | |
2015-12-18 | Bump to 0.1.25 | Alex Crichton | -1/+1 | |
2015-12-10 | Bump to 0.1.24 | Alex Crichton | -1/+1 | |
2015-11-29 | Update dependencies | Alex Crichton | -1/+1 | |
2015-10-07 | Bump to 0.1.23 | Alex Crichton | -1/+1 | |
2015-08-13 | Bump to 0.1.22 | Alex Crichton | -1/+1 | |
2015-08-13 | Make serde-tests a standalone crate | Alex Crichton | -2/+1 | |
2015-08-12 | Merge remote-tracking branch 'remotes/origin/master' into serde | Erick Tryzelaar | -1/+1 | |
2015-06-23 | Bump to 0.1.21 | Alex Crichton | -1/+1 | |
2015-04-20 | updated to master | Oliver Schneider | -2/+2 | |
2015-04-02 | wip | Alex Crichton | -0/+2 | |
2015-04-02 | Modularize rustc-serialize support | Alex Crichton | -1/+7 | |
* Add rustc-serialize as a default feature * Make room for for serde support | ||||
2015-04-01 | Bump to 0.1.20 | Alex Crichton | -1/+1 | |
2015-03-25 | Bump to 0.1.19 | Alex Crichton | -1/+1 | |
2015-02-25 | Bump to 0.1.18 | Alex Crichton | -1/+1 | |
2015-02-24 | Bump rustc-serialize to 0.3 | Robin Gloster | -1/+1 | |
2015-02-11 | Bump to 0.1.17 | Alex Crichton | -1/+1 | |
2015-02-03 | Bump to 0.1.16 | Alex Crichton | -1/+1 | |
2015-01-23 | Bump to 0.1.15 | Alex Crichton | -1/+1 | |
2015-01-20 | Bump to 0.1.14 | Alex Crichton | -1/+1 | |
2015-01-19 | Bump to 0.1.13 | Alex Crichton | -1/+1 | |
2015-01-15 | Bump to 0.1.12 | Alex Crichton | -1/+1 | |
2015-01-09 | Bump to 0.1.11 | Alex Crichton | -1/+1 | |
2015-01-07 | Bump to 0.1.10 | Alex Crichton | -1/+1 | |
2015-01-06 | Bump to 0.1.9 | Alex Crichton | -1/+1 | |
2015-01-03 | Bump version number | Alex Crichton | -1/+1 | |
2015-01-03 | Update to master | Valerii Hiora | -1/+1 | |
- updated `rustc-serialize` dependency, in other case `toml-rs` prohibits `rustc-serialize` update on other crates - updated after syntax and lib changes | ||||
2014-12-23 | Update to rust master | Alex Crichton | -5/+3 | |
2014-12-22 | Update to rust master | Alex Crichton | -0/+5 | |
2014-12-20 | Update to rust master | Alex Crichton | -1/+1 | |
2014-12-19 | Bump version number | Alex Crichton | -1/+1 | |
2014-12-07 | Bump version number | Alex Crichton | -1/+1 | |
Closes #35 | ||||
2014-11-22 | Bump version number | Alex Crichton | -1/+1 | |