1.1.2
This release brings several improvements and bug fixes to the library.
Notable changes:
- A new
Field
utility is introduced for working with Protobuf field paths. The new functionality mirrors and extends the existingFieldPaths
utility which is now deprecated [#467]. Tests
utility is extended with methodhalt()
for failing on unexpected method calls [#464].Stringifiers.toString(...)
now correctly processes theenum
values [#462].- Test utilities now use the latest release version of Google Truth. Minor backward compatibility issues may be expected at the users' end [#463].