Skip to content

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 08:16
· 137 commits to main since this release

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