All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Updated dependencies to latest compatible versions.
heck
updated to0.5
- Previous changes deserved a minor version bump, 0.5.2 yanked, 0.6.0 released
- Add is_* impl for non unit variants, #91 by goolmoos
- Fully qualify both Option and Result in generated code, #96 by kepler-5
- Generated functions now marked
#[inline]
to help with lto across crate boundaries for libraries, #87 by zxch3n
- Changed all references in generated functions to use
Self
where applicable.
- Change unit variants to use predicate functions (@CeleritasCelery) #76
- updated
heck
to 0.4 #82
- Support for Generic enum members (@Jan561) #19
- Added
as_mut_*
for mutable access to inners (@yuyoyuppe) #14
- this CHANGELOG.md
- Updated docs for new
use
syntax of macros
- Upgrade to work with 1.0 versions of proc-macro2, quote, and syn
- some bug fixes for edge conditions
- first release