- Add support of incremental build in annotation processor
- Raise
minSdkVersion
to14
- Fixed bug in
ValueMapperProcessor
when it can not run normally
- Fully migrated to Kotlin
- Added test support of Kotlin sources
- Fixed:
LogProcessor
logic now called even if logs are disabled - Fixed:
LogProcessor
incorrectmessage
parameter if log is too long
- New function: print lines where log called (
setPrintReferences
function) - New function:
LogProcessor
class allows to add additional logic to every log call
- Print new line after function name if trying to print
Group
class - Updated Bintray plugin
- Added Checkstyle rules
- Added
Group
test 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