Skip to content

v3.0.1-beta

Latest
Compare
Choose a tag to compare
@DavidDuwaer DavidDuwaer released this 03 Feb 08:24

New major version 3.x

  • All configuration now happens with static properties, making it more uniform and reducing runtime memory usage
  • The Model.httpClient is now a property that one can override

Breaking changes | How to upgrade from v2.x

  • The configuratioof your models, namely setting the jsonApiBaseUrl and setting jsonApiType has been slightly altered, moving to exclusive use of static properties. Check the readme to see for how they are set now.