Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Latest commit

 

History

History
242 lines (84 loc) · 6.49 KB

CHANGELOG.md

File metadata and controls

242 lines (84 loc) · 6.49 KB

2.0.0-beta.1 (2020-07-27)

Features

BREAKING CHANGES

Docs for SAO v1 can be found here: https://v1.saojs.org/

SAO v2 docs is still work in progress: https://saojs.org

1.7.1 (2020-05-12)

Bug Fixes

1.7.0 (2019-09-30)

Features

1.6.1 (2018-12-02)

Bug Fixes

  • allow action to override global config (14d1fbf)

1.6.0 (2018-12-02)

Bug Fixes

  • do not use pnpm automatically (676a7f9)

Features

  • allow to use custom data for template interpolation (6b291b5)

1.5.0 (2018-12-01)

Bug Fixes

  • specify program name to make it display correctly in pnpm (743ddb2)

Features

1.4.1 (2018-11-26)

Bug Fixes

1.4.0 (2018-11-25)

Features

1.3.2 (2018-11-20)

Bug Fixes

  • handle installArgs correctly (dcdb7b3)

1.3.1 (2018-11-20)

Bug Fixes

1.3.0 (2018-11-18)

Features

1.2.1 (2018-11-14)

Bug Fixes

1.2.0 (2018-11-13)

Features

  • cli: allow to set an alias name for a generator, added set-alias get-alias commands. (4fc26cc)

1.1.8 (2018-11-11)

Bug Fixes

  • rename generators option to subGenerators (8996b0b)
  • rename subGenerator.from to subGenerator.generator (d005ca6)

1.1.7 (2018-11-10)

Bug Fixes

  • should not convert a Promise to boolean (0d6f4f3)

1.1.6 (2018-11-10)

Bug Fixes

  • accept all options in generator.npmInstall (f81ee43)

1.1.5 (2018-11-07)

Bug Fixes

  • don't show update notifier for generators after being updated (266bd06)

1.1.4 (2018-11-06)

Bug Fixes

  • use relative pkg path and escape dots (9a7ede4)

1.1.3 (2018-11-06)

Bug Fixes

  • cache answers by hash + pkg version (e981a3f)
  • record used generators (b1ab201)

1.1.2 (2018-11-06)

Bug Fixes

  • clear cached answers when generator is updated (86b54fc)

1.1.1 (2018-11-06)

Bug Fixes

  • remove updateCheckInterval (7de5cf5)

1.1.0 (2018-11-06)

Features

  • cli: add update-notifier (2911dee)

1.0.3 (2018-11-06)

Bug Fixes

  • sub generator can only run in existing project (f94dbdd)

1.0.2 (2018-11-06)

Bug Fixes

  • stop spinner when failed to download repo (0be4193)

1.0.1 (2018-11-06)

Bug Fixes

  • do not store cache by package version (4e9743e)