dns-cached
Version:
DNS Cache for Node.js
143 lines (59 loc) • 3.62 kB
Markdown
# Change Log
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.
<a name="0.6.3"></a>
## [0.6.3](https://github.com/vivek-26/dns-cached/compare/v0.6.2...v0.6.3) (2018-08-21)
<a name="0.6.2"></a>
## [0.6.2](https://github.com/vivek-26/dns-cached/compare/v0.6.1...v0.6.2) (2018-08-21)
<a name="0.6.1"></a>
## [0.6.1](https://github.com/vivek-26/dns-cached/compare/v0.6.0...v0.6.1) (2018-08-11)
<a name="0.6.0"></a>
# [0.6.0](https://github.com/vivek-26/dns-cached/compare/v0.5.1...v0.6.0) (2018-08-10)
### Features
* **cache-flush:** add methods for flushing cache ([cbfb430](https://github.com/vivek-26/dns-cached/commit/cbfb430))
<a name="0.5.1"></a>
## [0.5.1](https://github.com/vivek-26/dns-cached/compare/v0.5.0...v0.5.1) (2018-08-09)
### Bug Fixes
* **callback order:** fix callback queue processing order ([f9eef7c](https://github.com/vivek-26/dns-cached/commit/f9eef7c))
<a name="0.5.0"></a>
# [0.5.0](https://github.com/vivek-26/dns-cached/compare/v0.4.4...v0.5.0) (2018-08-04)
### Features
* **override methods:** added options for specifying the dns methods to be memoized ([16dde12](https://github.com/vivek-26/dns-cached/commit/16dde12))
<a name="0.4.4"></a>
## [0.4.4](https://github.com/vivek-26/dns-cached/compare/v0.4.3...v0.4.4) (2018-08-03)
### Bug Fixes
* **serializer:** add method name as prefix to avoid conflicts ([9e3c5fe](https://github.com/vivek-26/dns-cached/commit/9e3c5fe))
<a name="0.4.3"></a>
## [0.4.3](https://github.com/vivek-26/dns-cached/compare/v0.4.2...v0.4.3) (2018-08-03)
<a name="0.4.2"></a>
## [0.4.2](https://github.com/vivek-26/dns-cached/compare/v0.4.1...v0.4.2) (2018-08-01)
<a name="0.4.1"></a>
## [0.4.1](https://github.com/vivek-26/dns-cached/compare/v0.4.0...v0.4.1) (2018-08-01)
<a name="0.4.0"></a>
# [0.4.0](https://github.com/vivek-26/dns-cached/compare/v0.3.0...v0.4.0) (2018-08-01)
### Features
* **cache-size:** add support for specifying maximum cache size ([ab6e4fa](https://github.com/vivek-26/dns-cached/commit/ab6e4fa))
<a name="0.3.0"></a>
# [0.3.0](https://github.com/vivek-26/dns-cached/compare/v0.2.3...v0.3.0) (2018-08-01)
### Features
* **utility:** add helper/utility functions ([8d866f8](https://github.com/vivek-26/dns-cached/commit/8d866f8))
<a name="0.2.3"></a>
## [0.2.3](https://github.com/vivek-26/dns-cached/compare/v0.2.2...v0.2.3) (2018-07-27)
<a name="0.2.2"></a>
## [0.2.2](https://github.com/vivek-26/dns-cached/compare/v0.2.1...v0.2.2) (2018-07-27)
### Bug Fixes
* **export:** properly export function ([2ec72e0](https://github.com/vivek-26/dns-cached/commit/2ec72e0))
<a name="0.2.1"></a>
## [0.2.1](https://github.com/vivek-26/dns-cached/compare/v0.2.0...v0.2.1) (2018-07-27)
### Bug Fixes
* **event loop tick:** fix cache object over-writing ([bbb6208](https://github.com/vivek-26/dns-cached/commit/bbb6208))
<a name="0.2.0"></a>
# [0.2.0](https://github.com/vivek-26/dns-cached/compare/v0.1.0...v0.2.0) (2018-07-27)
### Features
* **cache size:** add method for determining cache size ([85d993b](https://github.com/vivek-26/dns-cached/commit/85d993b))
* **memoize:** memoize dns methods ([8ff0271](https://github.com/vivek-26/dns-cached/commit/8ff0271))
<a name="0.1.0"></a>
# [0.1.0](https://github.com/vivek-26/dns-cached/compare/v0.0.0...v0.1.0) (2018-07-15)
### Features
* **cache:** create cache store class ([0eb782f](https://github.com/vivek-26/dns-cached/commit/0eb782f))
<a name="0.0.0"></a>
# 0.0.0 (2018-07-15)