You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.