@waiting/bankcard-reader-base
Version:
97 lines (56 loc) • 5.57 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.
# [1.3.0](https://github.com/waitingsong/node-bankcard-reader-base/compare/v1.2.1...v1.3.0) (2019-05-31)
### Features
* parse port within parseDeviceOpts() ([1050486](https://github.com/waitingsong/node-bankcard-reader-base/commit/1050486))
# 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.
## [1.2.1](https://github.com/waitingsong/node-bankcard-reader-base/compare/v1.2.0...v1.2.1) (2019-03-03)
# 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.
# [1.2.0](https://github.com/waitingsong/node-bankcard-reader-base/compare/v1.1.0...v1.2.0) (2019-02-26)
### Features
* add parseDeviceOpts() ([72e7774](https://github.com/waitingsong/node-bankcard-reader-base/commit/72e7774))
# 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.
# [1.1.0](https://github.com/waitingsong/node-bankcard-reader-base/compare/v1.0.0...v1.1.0) (2019-02-26)
### Features
* **types:** add Device ([3b89bcd](https://github.com/waitingsong/node-bankcard-reader-base/commit/3b89bcd))
# 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.
# 1.0.0 (2019-02-26)
### Bug Fixes
* catch test error ([5efe156](https://github.com/waitingsong/node-bankcard-reader-base/commit/5efe156))
* createDir() path resolve under linux ([c6d1274](https://github.com/waitingsong/node-bankcard-reader-base/commit/c6d1274))
* deps, peerDeps might empty ([e3ab52b](https://github.com/waitingsong/node-bankcard-reader-base/commit/e3ab52b))
* error TS1345: An expression of type 'void' cannot be tested for truthiness ([0085713](https://github.com/waitingsong/node-bankcard-reader-base/commit/0085713))
* options not covered within createFile() ([a2ae4e8](https://github.com/waitingsong/node-bankcard-reader-base/commit/a2ae4e8))
* path require parse by normalize() within createDir() ([371a313](https://github.com/waitingsong/node-bankcard-reader-base/commit/371a313))
* revert ts-node to '5.0.1' ([cc83ade](https://github.com/waitingsong/node-bankcard-reader-base/commit/cc83ade))
* rimraf() got "no such file or directory" if unlink a file ([2680611](https://github.com/waitingsong/node-bankcard-reader-base/commit/2680611))
* **tslint:** no-unused-variable rule ([d0ce43a](https://github.com/waitingsong/node-bankcard-reader-base/commit/d0ce43a))
* rimraf() rm folder ([87fe6d5](https://github.com/waitingsong/node-bankcard-reader-base/commit/87fe6d5))
* wrong variable within createFile() ([49ac701](https://github.com/waitingsong/node-bankcard-reader-base/commit/49ac701))
### Features
* add assertNever() ([6eb9349](https://github.com/waitingsong/node-bankcard-reader-base/commit/6eb9349))
* add assertNeverObb() ([91da144](https://github.com/waitingsong/node-bankcard-reader-base/commit/91da144))
* add isPathAcessible() ([7eb000b](https://github.com/waitingsong/node-bankcard-reader-base/commit/7eb000b))
* add lib/shared.ts ([6915fb1](https://github.com/waitingsong/node-bankcard-reader-base/commit/6915fb1))
* add logger() ([5d603c5](https://github.com/waitingsong/node-bankcard-reader-base/commit/5d603c5))
* add Observable functions ([c9364db](https://github.com/waitingsong/node-bankcard-reader-base/commit/c9364db))
* add types and constants ([6ac25f1](https://github.com/waitingsong/node-bankcard-reader-base/commit/6ac25f1))
* change logger() to accept more args ([b5d0ca4](https://github.com/waitingsong/node-bankcard-reader-base/commit/b5d0ca4))
* compile output bundle file without minify ([0b78ba1](https://github.com/waitingsong/node-bankcard-reader-base/commit/0b78ba1))
* do isPathAccessible() first within isDirFileExists() ([9ddae98](https://github.com/waitingsong/node-bankcard-reader-base/commit/9ddae98))
* export basename() from shared ([7e93fd7](https://github.com/waitingsong/node-bankcard-reader-base/commit/7e93fd7))
* export dirname() ([0db2a50](https://github.com/waitingsong/node-bankcard-reader-base/commit/0db2a50))
* export native assert() ([683cea8](https://github.com/waitingsong/node-bankcard-reader-base/commit/683cea8))
* export os.tmpdir() ([1cc1f3e](https://github.com/waitingsong/node-bankcard-reader-base/commit/1cc1f3e))
* export rmdirAsync() and rimraf() ([4ef519a](https://github.com/waitingsong/node-bankcard-reader-base/commit/4ef519a))
* export statAsync ([c832590](https://github.com/waitingsong/node-bankcard-reader-base/commit/c832590))
* output esm.min.js ([f6c729f](https://github.com/waitingsong/node-bankcard-reader-base/commit/f6c729f))
* parse peerDependencies as external ([dfdd73e](https://github.com/waitingsong/node-bankcard-reader-base/commit/dfdd73e))
* parseUMDName() ([6e7164f](https://github.com/waitingsong/node-bankcard-reader-base/commit/6e7164f))
* remove log() and logger() ([27e1e29](https://github.com/waitingsong/node-bankcard-reader-base/commit/27e1e29))
### Reverts
* wrong tslib remove ([deb2591](https://github.com/waitingsong/node-bankcard-reader-base/commit/deb2591))