FreeBuilder v2.6.2 Release Notes
Release Date: 2020-08-31 // over 3 years ago-
๐ This release fixes a couple of bugs in the support for Guava's BiMap type introduced in v2.6.0:
- ๐ป The
put
methods no longer throw an exception if the key-value pair already exists in the bimap (only if the value exists and is associated with a different key). - When a check constraint is in place,
setValue
on theMap.Entry
objects returned by the temporary bimap object passed into themutate
method now correctly return the old value.
๐ Thanks to @thespags for the fixes!
- ๐ป The