Skip to content

Releases: jparams/object-builder

Version 2.1.1

29 Nov 10:49
Compare
Choose a tag to compare

I have put in a major fix for how generics are handled and retained as you extend classes or implement interfaces.

Version 2.0.2

16 Sep 21:00
252bb1c
Compare
Choose a tag to compare
  • Changed the Type class, which forms part of the internal implementation
  • Added JavaDocs comments to all public facing methods
  • Increased test converage

Version 2.0.1

14 Sep 06:50
8b4a868
Compare
Choose a tag to compare

Changes from V1:

  • Added additional providers
  • Added ability to specify prefab values for specific types
  • Finer control on caching
  • Added a new build strategy, Auto, which attempts constructors injection but falls back to field injection on failure
  • Finer control on build strategy by type
  • Tweaks to the default configuration
  • Update to the Interface provider to return consitant results
  • Various other stability fixes