Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 982 Bytes

File metadata and controls

27 lines (21 loc) · 982 Bytes

Changelog

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.

[Unreleased]

1.3.0 [2018-05-01]

Added

  • Now compatible with typescript up to version 2.8.3. Previously only tested with <= 2.6.2

1.1.0 [2018-03-28]

Changed

  • Remove intermediate JWT storage. Instead of syncing to the provided credential storage backend, it will always use the specified backend directly.

1.0.0 [2018-02-19]

Added

  • 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

Breaking