v0.3.0
- Drop support for
#[ICase]
to prohibit inconsistent solutions. - Move property related code from
ClassConf
into separateProperties
class. - Added support for customizing accessor method names using
#[Format]
attribute. - Turned
Accessible
trait as lightweight as possible and moved most of the internal code intoClassConf
.