Skip to content

Latest commit

 

History

History
318 lines (119 loc) · 9.38 KB

CHANGELOG.md

File metadata and controls

318 lines (119 loc) · 9.38 KB

CHANGELOG

1.33.0 (2021-09-22)

Features

  • packages/sui-helpers: Unify fs-extra dependency across packages (aee6515)

1.32.0 (2021-03-30)

Bug Fixes

  • packages/sui-helpers: show commander help only if provided from param (71943a7)

1.31.0 (2021-02-16)

Bug Fixes

  • sui-helpers: make node 12 friendly (0b4a48f)

1.30.0 (2021-02-01)

Features

  • sui-helpers: improve installation time of lazy packages (22f7688)

1.29.0 (2020-12-30)

Bug Fixes

  • sui-helpers: Do not catch error for getSpawnPromise (d454a15)

1.28.0 (2020-12-30)

Features

  • sui-helpers: Use latest and same commander version and avoid installing different versions (4b72fa9)

1.27.0 (2020-12-11)

Features

  • sui-helpers: more verbose errors (92469c2)

1.26.0 (2020-12-11)

Bug Fixes

  • sui-helpers: use correct exec options correctly (69601df)

1.25.0 (2020-12-10)

Bug Fixes

  • sui-helpers: fix tests (61fa92a)
  • sui-helpers: use correct package version (98b96c6)

Features

  • sui-helpers: add colors helper and avoid external dependency (0386376)
  • sui-helpers: avoid using readline to avoid blocking read stdin (d7db9a1)
  • sui-helpers: remove not needed dependencies and upgrade execa (6aadc7d)
  • sui-helpers: remove Windows support and simplify file (9b1b38a)
  • sui-helpers: use new colors helper (51c03f6)

1.24.0 (2020-12-03)

Features

  • sui-helpers: use more execa and avoid spawn (b777e6f)

1.23.0 (2020-12-03)

Bug Fixes

  • sui-helpers: add some logging (479e91e)

1.22.0 (2020-12-03)

Bug Fixes

  • sui-helpers: return CODE OK (3cfab9d)

1.21.0 (2020-12-03)

Bug Fixes

  • sui-helpers: add missing dependency (9d27200)

1.20.0 (2020-12-03)

Features

  • sui-helpers: remove figures and remove another dependency (954df81)
  • sui-helpers: remove not needed code used on sui-mono link (e4eb240)
  • sui-helpers: removing listR and logUpdate dependencies (4feba3e)
  • sui-mono: improve logging and output info (6ea408d)

1.19.0 (2020-10-23)

1.18.0 (2020-10-01)

Features

  • sui-helpers: upgrade dependencies (3fad76b)

1.17.0 (2019-03-13)

Features

  • sui-helpers: upgrade dependency listr that fixes problem with peer dependency (4db231b)

1.16.0 (2019-02-19)

Bug Fixes

  • sui-helpers: improve Error msg (9a60223)

Features

  • sui-helpers: send args to error msg (42271cc)

1.15.0 (2018-07-10)

Bug Fixes

  • sui-helpers: avoid npm@5 ti modify package.json on lazy installs (619db04)
  • sui-helpers: show laszy install as info, not warning (8ed1e8c)

Features

  • sui-helpers: add utility for lazy package bin loading (fe03bbe)

1.14.0 (2018-06-25)

Features

  • sui-helpers: add cache disable option for package.json retrievle (a557fa8)

1.13.0 (2018-05-31)

Bug Fixes

  • sui-helpers: spawn with node only in windows (f9f1170)

1.12.0 (2018-05-30)

1.11.0 (2018-05-30)

Bug Fixes

  • sui-helpers: make cli helpers to work in windows (373277f)

Features

  • sui-helpers: don't log cli messages when output is set to 'ignore' (60ca69d)

1.10.0 (2018-05-22)

1.9.0 (2018-05-17)

Bug Fixes

  • sui-helpers: execute node scripts as node for windows cmd execution (2de741d)
  • sui-helpers: revert use of cross-spawn (ad94899)

Features

  • sui-helpers: better solution for cross-spawn. Use the same as execa (b26ee1a)
  • sui-helpers: make commands to work in windows in spawnList too (c4e03a1)
  • sui-helpers: showWarning helper for CLIs (39c5368)

1.8.0 (2018-04-25)

Features

  • sui-helpers: add default chunks number to spawnlist (27398ec)
  • sui-helpers: remove dep filter getInternalDependencyMap (2439ada)

1.7.0 (2018-04-04)

Features

  • sui-helpers: improve parallelSpawn output (0321974)

1.6.0 (2018-02-14)

Bug Fixes

  • sui-helpers: added local commander to keep retrocompatibility working (04d5447)
  • sui-helpers: fixed bug related to colors prototype inheritance by instance and comander differe (2bb23d3)
  • sui-helpers: fixed linting error (001c171)

1.5.0 (2017-09-21)

Bug Fixes

  • sui-helpers: fix to work on node v6 enironments (98fd4c4)

1.4.0 (2017-09-21)

Features

1.3.0 (2017-09-13)

Features

  • sui-bundler: add method to run commands in parallel (02ea05e)
  • sui-helpers: add helper to display errors when command fails (23b7d9d)
  • sui-helpers: add helpers for file management (1e69854)

1.2.0 (2017-07-04)

Features

  • sui-helpers: add helpers to manage packages of file system (b8ced10)
  • sui-helpers: new package with cli helpers (e270fa0)