## 1.4 - Bugfix: Run test methods declared in a base class (instead of throwing an exception) - Test names with very long parameter strings are now abbreviated with a snippet of the shortened parameter - Duplicate test names are given a suffix for deduplication - Replaced dependency on `protobuf-java` by a dependency on `protobuf-javalite` ## 1.3 - Treat 'null' as a magic string that results in a null value ## 1.2 - Don't use the parameter name if it's not explicitly provided by the compiler - Add support for older Android SDK versions by removing the dependency on `j.l.r.Parameter`. The minimum Android SDK version is now 24. ## 1.1 - Add support for `ByteString` and `byte[]`