Skip to content

Latest commit

 

History

History
58 lines (26 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

58 lines (26 loc) · 2.2 KB

2.0.3 (2020-09-25)

Bug Fixes

  • remove obsolete check-types dep (c154f3d)

2.0.2 (2020-09-25)

Bug Fixes

  • client: remove obsolete core dep (10c8c8e)

2.0.1 (2020-09-24)

Bug Fixes

  • client: improve error reporting (b992a60)

2.0.0 (2020-09-07)

⚠ BREAKING CHANGES

  • client: exports single Client (removes LowLevel and HighLevelClient) and removes Cache functionality.

Features

  • client: simplify client; removes high-level & cache (6bc8cc6)

1.2.0 (2020-08-17)

Features

  • use @authless/core v1.1.0 (6042b1e)

1.1.1 (2020-06-12)

Bug Fixes

  • package: add prepublish build hook (963de02)
  • package: fix types path (2b5527a)

1.1.0 (2020-05-28)

Features

  • typescript: initiate typescript conversion (f6c08c9)

Bug Fixes

  • test: create dummy cache with correct type-signature (2ae842d)