Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 2.34 KB

Changelog

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

0.2.0 (2021-01-07)

Features

  • options: add namespace to module options (836a3ec)
  • utils: export utils from the module (fe640ac)

0.1.1 (2021-01-06)

0.1.0 (2021-01-06)

Features

  • constants: change the format for constants (a1bff3f)
  • core: add forRootAsync method to the core module (6c5a99b)
  • core: extend the core module for working with multiple clients (19ada8d)
  • decorators: add decorator for injecting clients (28437b7)
  • etcd3: add basic etcd module (920d0c8)
  • module: export forRootAsync from the module (12bbeca)
  • options: add async options interfaces (cd49688)
  • options: extend options interface with the name option (aa78cd4)
  • utils: add utils for working with multiple clients (997f311)

Bug Fixes

  • configs: fix typos in configs (54ce781)