Releases: jparams/object-builder
Releases · jparams/object-builder
Version 2.1.1
Version 2.0.2
- 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
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