0.2.0
Note: APIs may be subject to change.
Breaking Changes:
- Reduce the default constructor visibility from
publictoprotectedfor model classes where options could only be set by aBuilder. Model objects instantiated using the public default constructor serve no purpose so although it is an API change it should have no impact on existing code.. (#307) 5b86e36
Changes:
- Updated dependencies.
- Documentation fixes.