FreeBuilder v2.6.0 Release Notes

Release Date: 2020-04-04 // about 4 years ago
  • 🚀 This release adds support for Guava's BiMap type (issue #418). Thanks to @thespags for doing most of the legwork on this feature!

    Note that the FreeBuilder README for previous releases erroneously stated that calling the put_X_ method on a Map type would throw an IllegalArgumentException if the key was already present in the map. This did not match the generated JavaDoc and was not correct. The entry will be replaced in these cases, and no error will be thrown.