All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
5.1.0 (2023-08-21)
- cli: use tsx instead of ts-node-esm as cli Hashbang (c70d916)
5.0.0 (2023-07-26)
- myca: genIssueSubj() not allow value of Array (4c2d50e)
- myca: update types for ca cert generation (083533a)
4.2.0 (2023-07-26)
- myca-cli: detect confusing command within parseCmd() (c3018ba)
4.1.7 (2023-07-25)
Note: Version bump only for package myca
4.1.6 (2023-07-24)
- myca: normalize path (170a2ba)
4.1.5 (2023-07-24)
Note: Version bump only for package myca
4.1.4 (2023-07-24)
- myca-cli: value of centerName and centerPath within initCenterCli() (03bc699)
4.1.3 (2023-07-21)
- myca: kind for client (8ff64bd)
4.1.2 (2023-07-21)
- myca: genCert() not use kind during create csr (1f594b3)
- myca: tmp files not removed (f4a0d14)
- myca: tpl.conf.client (e835bf2)
4.1.1 (2023-07-21)
Note: Version bump only for package myca
4.1.0 (2023-07-21)
- myca-cli: parseCliArgs() argv not merged (e77b028)
- myca: options.caKeyPass may be number (4475d57)
- myca: trim serialContent (ef73676)
- myca-cli: pass debug to issueCli() (1b1fcde)
- myca: add debug parameter of functions (99bc860)
- myca: options of runOpenssl() accepts debug property (77dd565)
- myca: set param conf of genCert() Partial (eb26f7a)
- myca: update tpl.conf.server (8ca83fb)
4.0.4 (2023-07-21)
Note: Version bump only for package npm-mono-base
4.0.3 (2023-07-20)
- myca: runOpenssl() (126a75e)
4.0.2 (2023-07-20)
Note: Version bump only for package npm-mono-base
4.0.1 (2023-07-20)
Note: Version bump only for package npm-mono-base
4.0.0 (2023-07-20)
- catch test error (5efe156)
- createDir() path resolve under linux (c6d1274)
- deps, peerDeps might empty (e3ab52b)
- error TS1345: An expression of type 'void' cannot be tested for truthiness (0085713)
- options not covered within createFile() (a2ae4e8)
- path require parse by normalize() within createDir() (371a313)
- revert ts-node to '5.0.1' (cc83ade)
- rimraf() got "no such file or directory" if unlink a file (2680611)
- rimraf() rm folder (87fe6d5)
- tslint: no-unused-variable rule (d0ce43a)
- wrong variable within createFile() (49ac701)
- add assertNever() (6eb9349)
- add assertNeverObb() (91da144)
- add isPathAcessible() (7eb000b)
- add lib/shared.ts (6915fb1)
- add logger() (5d603c5)
- add Observable functions (c9364db)
- change logger() to accept more args (b5d0ca4)
- compile output bundle file without minify (0b78ba1)
- do isPathAccessible() first within isDirFileExists() (9ddae98)
- export basename() from shared (7e93fd7)
- export dirname() (0db2a50)
- export native assert() (683cea8)
- export os.tmpdir() (1cc1f3e)
- export rmdirAsync() and rimraf() (4ef519a)
- export statAsync (c832590)
- output esm.min.js (f6c729f)
- parse peerDependencies as external (dfdd73e)
- parseUMDName() (6e7164f)
- remove log() and logger() (27e1e29)
- wrong tslib remove (deb2591)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.2.0 (2019-01-23)
3.1.1 (2019-01-22)
3.1.0 (2019-01-22)
- initCenter(centerName, path?) path is optional (862ad34)
3.0.1 (2019-01-21)
- createDir() path resolve under linux (c6d1274)