Skip to content

Latest commit

 

History

History
253 lines (106 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

253 lines (106 loc) · 10.1 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.1.0 (2023-08-21)

Features

  • cli: use tsx instead of ts-node-esm as cli Hashbang (c70d916)

5.0.0 (2023-07-26)

Features

  • myca: genIssueSubj() not allow value of Array (4c2d50e)
  • myca: update types for ca cert generation (083533a)

4.2.0 (2023-07-26)

Features

  • 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)

Bug Fixes

4.1.5 (2023-07-24)

Note: Version bump only for package myca

4.1.4 (2023-07-24)

Bug Fixes

  • myca-cli: value of centerName and centerPath within initCenterCli() (03bc699)

4.1.3 (2023-07-21)

Bug Fixes

4.1.2 (2023-07-21)

Bug Fixes

  • 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)

Bug Fixes

  • myca-cli: parseCliArgs() argv not merged (e77b028)
  • myca: options.caKeyPass may be number (4475d57)
  • myca: trim serialContent (ef73676)

Features

  • 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)

Bug Fixes

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)

Bug Fixes

  • 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)

Features

  • 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)

Reverts

Change Log

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)

Features

  • initCenter(centerName, path?) path is optional (862ad34)

3.0.1 (2019-01-21)

Bug Fixes

  • createDir() path resolve under linux (c6d1274)

Features

  • add Observable functions (c9364db)
  • do isPathAccessible() first within isDirFileExists() (9ddae98)
  • export statAsync (c832590)