- Add support of incremental build in annotation processor
- Raise
minSdkVersionto14
- Fixed bug in
ValueMapperProcessorwhen it can not run normally
- Fully migrated to Kotlin
- Added test support of Kotlin sources
- Fixed:
LogProcessorlogic now called even if logs are disabled - Fixed:
LogProcessorincorrectmessageparameter if log is too long
- New function: print lines where log called (
setPrintReferencesfunction) - New function:
LogProcessorclass allows to add additional logic to every log call
- Print new line after function name if trying to print
Groupclass - Updated Bintray plugin
- Added Checkstyle rules
- Added
Grouptest with function names
- Changed print function name with log. Now function name and log split by " -> " not by ":\n"
- Added MapFieldInner annotation to add custom fields into value mapper
- Fixed print of very big messages
- Trim TAGS to 23 symbols
- Fixed broken proguard rules