All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
defaultflag option to theimpl_newattribute that remove the field from thenewfunction arguments and use the default value of the field type instead. (#4) - Add
valueoption to theimpl_newattribute that set the field value to the given value. (#6)
- Initial release.