Skip to content

Latest commit

 

History

History
68 lines (34 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

68 lines (34 loc) · 1.58 KB

1.0.0 (2023-03-11)

Documentation Changes
  • mongo storage: add docs for mongo storage class (1a2df8f6)
Refactors
  • packages: split up package into smaller packages (e331cb38)

0.2.0 (2023-03-08)

New Features
  • storage: add support for mongo db (0e55d4fa)
Bug Fixes
  • package.json: add github url (69f50b5c)

0.1.2 (2023-03-04)

Bug Fixes
  • export: export the postgres storage class (ae32943e)

0.1.1 (2023-03-04)

Documentation Changes
  • readme: add postgres storage section (b70bc59e)

0.1.0 (2023-03-04)

New Features
  • storage: add Postgresql as storage layer (48c9b98a)

0.0.5 (2023-02-27)

Chores
  • deps: remove ioredis unsused dep (18cbeca9)

0.0.4 (2023-02-27)

Bug Fixes
  • ci: publish action used wrong command with yarn (c23969e0)

0.0.3 (2023-02-27)

Continuous Integration
  • npm: use yarn instead of npm (b965fa6d)

0.0.2 (2023-02-27)

Continuous Integration
  • node version: update node version from 14 to 16 (fe6c26de)

0.0.1 (2023-02-27)

Documentation Changes
  • readme: add README file (a7c09983)