- New dexmaker-mockito-inline artifact which implements the Mockito inline API and allows mocking final classes & methods on Android P+
- NOTE: Using this artifact requires compiling and running with at least Android P Developer Preview 1
- ByteBuddy is now excluded from the transitive dependency on Mockito, which should bring significant method count savings for dexmaker-mockito users - #82
- Update underlying Mockito version to 2.16.0 - #85
- Allow opt-in mocking of package private classes - #72
- Better stack trace cleaning for dexmaker-mockito - #73
- Add support for generating method annotations - #75
- Update underlying Mockito version to 2.12.0
- Add support for generating static initializers - #57
- Add support for generating if-testz instructions - #58
- Fixed bug where
ProxyBuilder
did not correctly identify all interfaces to be implemented - #61
- Update underlying Mockito version to 2.2.29
- Major and minor version numbers will now be in sync with the Mockito version that's supported by dexmaker-mockito
- Fix bug in generated pom files that broke transitive dependencies
- Project ownership transferred to LinkedIn
- Updated dx dependency to latest tag release from AOSP (7.1.0_r7) and switched from copied source to Jake Wharton's repackaged artifact
- Converted tests to run as Android tests rather than in Vogar
- Fixed monitorExit instructions being added as monitorEnter
- Updated Mockito dependency to version 1.10.19
- Fixed transitive dependency configuration #22