Skip to content

Latest commit

 

History

History
99 lines (44 loc) · 3.48 KB

CHANGELOG.md

File metadata and controls

99 lines (44 loc) · 3.48 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.1 (2023-07-22)

Bug Fixes

  • deps: update nest monorepo to v10 (212c9e4)

0.1.0 (2023-07-22)

⚠ BREAKING CHANGES

  • implement forFeature method on the module

Features

  • implement forFeature method on the module (23b0c88)

0.0.11 (2022-03-11)

Features

  • add a @InjectRedisClient decorator (1c05bfa)
  • remove forFeature until i figure out how to implement it correctly (e46581d)

0.0.10 (2022-03-08)

Features

  • remove forFeature until i figure out how to implement it correctly (9de02d8)

0.0.9 (2022-03-07)

Features

0.0.8 (2022-03-06)

Bug Fixes

  • make redis option optional (e5d52ac)

0.0.7 (2022-03-06)

Bug Fixes

  • make imports and inject optional (e82a6b4)

0.0.6 (2022-03-06)

Bug Fixes

  • add imports in forRootAsync constructor (b0c41d8)

0.0.5 (2022-03-06)

Bug Fixes

  • build target in package.json (b738fb3)

0.0.4 (2022-02-25)

0.0.3 (2022-02-25)

Bug Fixes

0.0.2 (2022-02-25)

Features

  • implement forFeature method (ccc730e)

Bug Fixes

  • install reflect-metadata (c6c0f3e)

0.0.1 (2022-02-25)

Features

  • implement basic redis client module (9c4e64f)