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 the Map.Entry objects returned by the temporary bimap object passed into the mutate method now correctly return the old value.

    🛠 Thanks to @thespags for the fixes!