• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## 1.4
2
3- Bugfix: Run test methods declared in a base class (instead of throwing an
4  exception)
5- Test names with very long parameter strings are now abbreviated with a snippet
6  of the shortened parameter
7- Duplicate test names are given a suffix for deduplication
8- Replaced dependency on `protobuf-java` by a dependency on `protobuf-javalite`
9
10## 1.3
11
12- Treat 'null' as a magic string that results in a null value
13
14## 1.2
15
16- Don't use the parameter name if it's not explicitly provided by the compiler
17- Add support for older Android SDK versions by removing the dependency on
18  `j.l.r.Parameter`. The minimum Android SDK version is now 24.
19
20## 1.1
21
22- Add support for `ByteString` and `byte[]`
23