All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Now compatible with typescript up to version 2.8.3. Previously only tested with <= 2.6.2
- Remove intermediate JWT storage. Instead of syncing to the provided credential storage backend, it will always use the specified backend directly.
- Major overhaul of the codebase
- Much better typescript experience
- Decorator-based API for typescript classes
- Model data syncing features
- Serialization and deserialization property casing now configurable
- All breaking changes from 0.x.x captured in this test file