UNPKG

nestjs-etcd

Version:
34 lines (20 loc) 2.39 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [0.2.0](https://github.com/aleksandryackovlev/nestjs-etcd/compare/v0.1.1...v0.2.0) (2021-01-07) ### Features * **options:** add namespace to module options ([836a3ec](https://github.com/aleksandryackovlev/nestjs-etcd/commit/836a3ecdea504f4904a19c245bcfc1cadbdff05d)) * **utils:** export utils from the module ([fe640ac](https://github.com/aleksandryackovlev/nestjs-etcd/commit/fe640acb8dc19bd2ddcd37d642cb7a0576bbaa3a)) ### [0.1.1](https://github.com/aleksandryackovlev/nestjs-etcd/compare/v0.1.0...v0.1.1) (2021-01-06) ## 0.1.0 (2021-01-06) ### Features * **constants:** change the format for constants ([a1bff3f](https://github.com/aleksandryackovlev/nestjs-etcd/commit/a1bff3fa2671db487db2b8fc7a5652a83c2dadba)) * **core:** add forRootAsync method to the core module ([6c5a99b](https://github.com/aleksandryackovlev/nestjs-etcd/commit/6c5a99b26c66be469a080f37b8e348e978984a4d)) * **core:** extend the core module for working with multiple clients ([19ada8d](https://github.com/aleksandryackovlev/nestjs-etcd/commit/19ada8d6b92bc2c72919fdc03790c3e401b87185)) * **decorators:** add decorator for injecting clients ([28437b7](https://github.com/aleksandryackovlev/nestjs-etcd/commit/28437b7fee64f6f997b2c44f0ea820feebfb4945)) * **etcd3:** add basic etcd module ([920d0c8](https://github.com/aleksandryackovlev/nestjs-etcd/commit/920d0c8e2c7db380dd30aedb0888473d83a6b7e1)) * **module:** export forRootAsync from the module ([12bbeca](https://github.com/aleksandryackovlev/nestjs-etcd/commit/12bbeca3db5d5a7880dd6593cad2e924c4a01dcf)) * **options:** add async options interfaces ([cd49688](https://github.com/aleksandryackovlev/nestjs-etcd/commit/cd496883d83f3b4d66b82e706f01ce7964e401ed)) * **options:** extend options interface with the name option ([aa78cd4](https://github.com/aleksandryackovlev/nestjs-etcd/commit/aa78cd4d1fe7f710bc9c573e13b7d3eff208ab78)) * **utils:** add utils for working with multiple clients ([997f311](https://github.com/aleksandryackovlev/nestjs-etcd/commit/997f311915528f39e71891602314db83d3785de1)) ### Bug Fixes * **configs:** fix typos in configs ([54ce781](https://github.com/aleksandryackovlev/nestjs-etcd/commit/54ce781b859609b3afee528fa281a2543b8d215e))