All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
Increase the minimum supported Rust version from Rust 1.31 to Rust 1.56.
Update minimal version of proc-macro2 to 1.0.60.
Implement Parse for Signature.
Update parser implementations based on syn 1.0.44. This includes some bugfixes.
Disable default features of proc-macro2 and quote.
Signature type. (#13)Updated all data structures based on syn 1.0.
Updated proc-macro2, syn, and quote to 1.0.
Bumped the minimum required version from Rust 1.30 to Rust 1.31.
Removed support for unneeded syntax.
Removed unneeded types and fields.
Implemented Parse for Block.
Changed clone-impls feature to “disabled by default”.
Removed extra-traits feature.
Bumped the minimum required version from Rust 1.15 to Rust 1.30.
Reduced features.
Fixed bugs.
Note: This release has been yanked.
Initial release