Skip to content

0.2.0

Choose a tag to compare

@mojito317 mojito317 released this 01 Jul 16:10

Note: APIs may be subject to change.

Breaking Changes:

  • Reduce the default constructor visibility from public to protected for model classes where options could only be set by a Builder. 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.