| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-04 | Update usage example version.v0.2.1 | Edward Barnard | |
| 2017-05-03 | Replace try! with question operator. | Edward Barnard | |
| 2017-04-20 | Replace rustc-serialize with base64 crate. | Edward Barnard | |
| 2017-04-20 | Use a custom date type. | Edward Barnard | |
| 2017-02-22 | Update usage example. | Edward Barnard | |
| 2017-02-02 | Add simple serde example. | Edward Barnard | |
| 2017-02-02 | Run rustfmt. | Edward Barnard | |
| 2017-02-02 | Move Plist to separate module. | Edward Barnard | |
| 2017-02-02 | Stop ignoring working doc test. | Edward Barnard | |
| 2017-02-02 | Support Serde 0.8. Bump minimum Rust version to 0.15. | Edward Barnard | |
| 2017-02-01 | Remove unwanted From conversions | David LeGare | |
| 2017-02-01 | Add From impls for Plist | David LeGare | |
| Add the most common/reasonable conversions from primitive and std types to Plist variants. There's a bit of uncertainty with `Vec<u8>` and `&[u8]` where it's not obvious whether they should convert to `Plist::Array` or `Plist::Data`. I've opted for `Plist::Data`, but converting to `Plist::Array` would also be reasonable. | |||
| 2016-04-03 | Update dependencies and fix travis | Edward Barnard | |
| 2016-04-03 | Implement into_data and into_string methods for Plist | Aleksey Kuznetsov | |
| 2016-04-03 | Implement methods that allow access to the Plist values | Aleksey Kuznetsov | |
| 2015-12-30 | Improve error handling | Edward Barnard | |
| 2015-12-26 | Bump version | Edward Barnard | |
| 2015-12-26 | Fix formatting | Edward Barnard | |
| 2015-12-26 | Kill StartPlist and EndPlist | Edward Barnard | |
| 2015-12-26 | Add serialization utility methods | Edward Barnard | |
| 2015-12-25 | Better handling of u64 to usize conversions | Edward Barnard | |
| 2015-12-24 | Improve error situation | Edward Barnard | |
| 2015-12-24 | Implement serde serialization | Edward Barnard | |
| 2015-12-24 | Add some information about PlistEvent | Edward Barnard | |
| 2015-12-24 | Fix indentation | Edward Barnard | |
| 2015-12-22 | Add some docs | Edward Barnard | |
| 2015-12-22 | Add Plist::read utility method | Edward Barnard | |
| 2015-12-22 | Hide EventReader variants | Edward Barnard | |
| 2015-12-22 | Rustfmt | Edward Barnard | |
| 2015-12-22 | EventReader lazy initialization | Edward Barnard | |
| 2015-12-22 | Make Builder type private. Functionality is available in Plist::from_events. | Edward Barnard | |
| 2015-12-22 | Rename StreamingParser to EventReader and Writer to EventWriter | Edward Barnard | |
| 2015-11-06 | Add Plist::into_events | Edward Barnard | |
| 2015-09-23 | Remove dependency on itertools | Edward Barnard | |
| 2015-09-23 | Seek back to start in is_binary | Edward Barnard | |
| 2015-09-23 | Rename Plist::into_json | Edward Barnard | |
| 2015-08-30 | Apparently not happening | Edward Barnard | |
| 2015-08-29 | Add into_json | Edward Barnard | |
| 2015-08-29 | Switch to using BTreeMap for dictionaries | Edward Barnard | |
| 2015-08-29 | Make PlistEvent cloneable again | Edward Barnard | |
| 2015-08-28 | Add date support via chrono | Edward Barnard | |
| 2015-08-28 | Expand folder structure | Edward Barnard | |
| 2015-08-28 | Remove Error variant from PlistEvent | Edward Barnard | |
| 2015-08-28 | Add StartPlist and EndPlist events | Edward Barnard | |
| 2015-08-28 | Add size hints for arrays and dictionaries | Edward Barnard | |
| 2015-08-28 | Remove dependency on rust-encoding | Edward Barnard | |
| 2015-08-11 | Improved errors | Edward Barnard | |
| 2015-08-10 | Add binary plist support | Edward Barnard | |
| 2015-08-05 | A bit of prep for binary plist support | Edward Barnard | |
| 2015-08-04 | More parsing | Edward Barnard | |
