Skip to content

Latest commit

 

History

History
69 lines (31 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

69 lines (31 loc) · 2.5 KB

1.0.2 (2020-09-25)

Bug Fixes

  • core: bump @authless/core to 1.4.1 (f5dbf00)

1.0.1 (2020-09-25)

Bug Fixes

  • server: bump @authless/core to 1.4.0 (5eb0118)

1.0.0 (2020-09-25)

⚠ BREAKING CHANGES

  • complete rewrite

Features

  • create Server based on core v1.3 (37322c1)

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)