Skip to content

Latest commit

 

History

History
196 lines (85 loc) · 7.8 KB

File metadata and controls

196 lines (85 loc) · 7.8 KB

3.2.2 (2024-05-07)

Bug Fixes

  • exec: prevent errors when stdio option is used on exec (#225) (5c2d015)

3.2.1 (2022-01-06)

Bug Fixes

  • create-module-loader: handle case where findProject root returns undefined (#151) (d27204d)

3.2.0 (2021-12-07)

Features

  • pretty-print: add a helper to print relative paths (ff36a9b)

3.1.1 (2021-11-29)

Bug Fixes

  • catch unhandled rejections (50ca241)

3.1.0 (2021-11-18)

Features

  • loadmodule: add project-local module loader (8e9a204)

3.0.0 (2021-06-14)

chore

BREAKING CHANGES

  • New minimum version for Node is 12.

2.4.0 (2021-06-08)

Features

2.3.0 (2021-05-31)

Features

2.2.0 (2021-05-14)

Features

  • add additional process exec functions (#92) (53f2a58)

2.1.1 (2020-12-16)

Bug Fixes

  • add inquirer to the set of dependencies (#67) (b4a6e41)

2.1.0 (2020-12-11)

Features

  • add a prompt utility which wraps inquirer (#64) (59b6dee)

2.0.2 (2020-11-06)

Bug Fixes

  • cut release to complete migration to jira (6ea2e18)

2.0.1 (2020-05-06)

Bug Fixes

2.0.0 (2020-04-02)

chore

  • update node engine to >=10 (a9c2115)
  • update node engine version >= 10 (3c5f05f)

BREAKING CHANGES

  • Require Node engine version to be >= 10.
  • Update Node requirement to >=10

1.5.0 (2019-11-22)

Features

  • re-export chalk so we don't have additional deps everywhere (#27) (94f2259)

1.4.2 (2019-09-02)

Bug Fixes

  • use shell: true option in exec to support windows (#25) (0a732f5)

1.4.1 (2019-08-28)

Bug Fixes

  • verify statuscode is between 200-399 (#23) (9d829e5)

1.4.0 (2019-08-24)

Features

  • support captured output when running exec (0119fe6)

1.3.1 (2019-08-24)

Bug Fixes

  • use fs-extra's readdir, not readDir (a6093f4)

1.3.0 (2019-06-03)

Features

  • expose read and write commands for files in cache (#16) (f0f10f8)

1.2.1 (2019-05-23)

Bug Fixes

  • move the command configuration to the module itself (#14) (44db99d)

1.2.0 (2019-05-14)

Features

  • read properties from config file and merge with defaults (#12) (6a2b06c)

1.1.0 (2019-05-10)

Features

  • cache: add support for request option-object (#7) (064a601)

1.0.1 (2019-03-27)

Bug Fixes

  • properly catch error and end/close events for raw fetch case (#5) (233035a)

1.0.0 (2019-03-25)

Bug Fixes

  • add travis and semantic release (#1) (94f3859)

Features

  • change release script to the new one (#2) (844c0bc)

BREAKING CHANGES

  • This is now cut using the official @dhis2/cli.