Skip to content

1.1.2

Compare
Choose a tag to compare
@dmitrykuzmin dmitrykuzmin released this 26 Sep 16:29
· 4553 commits to master since this release
9e3bc13

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 existing FieldPaths utility which is now deprecated [#467].
  • Tests utility is extended with method halt() for failing on unexpected method calls [#464].
  • Stringifiers.toString(...) now correctly processes the enum 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].