Skip to content

Latest commit

 

History

History
153 lines (82 loc) · 9.08 KB

CHANGELOG.md

File metadata and controls

153 lines (82 loc) · 9.08 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.11.0 (2021-06-07)

Features

  • generators/app: add .gitignore, LICENSE & README.md to templates (751cd63)

1.10.1 (2021-06-07)

1.10.0 (2021-06-07)

Features

  • generators/app: remove deprecated install(), add Package manager to prompt questions (c0e4b48)
  • templates: add commitlint & new husky config (c592444)

1.9.4 (2021-02-14)

1.9.3 (2021-02-13)

Bug Fixes

  • generators/app/templates: missing types def build output (a9ba15b)

1.9.2 (2021-02-13)

1.9.1 (2021-02-10)

1.9.0 (2021-02-10)

Features

  • templates: add @rollup/plugin-commonjs (a79c614)
  • templates: change build output dir to build instead of dist (1ee6896)

1.8.2 (2021-02-10)

1.8.1 (2021-02-10)

1.8.0 (2021-01-12)

Features

  • lint-staged: update glob pattern to ignore /templates dir (0b752dd)
  • templates: set all packages version to *, replace old rollup plugins with the new ones (bd35919)

1.7.1 (2020-08-26)

Bug Fixes

  • templates: add missing rollup-plugin-commonjs package to fix commonjs build (762aeb4)

1.7.0 (2020-04-24)

Features

  • template: remove unused .prettierignore (660e413)

Bug Fixes

  • deps: mistaken putting change-case to devDeps (9f846e1)

1.6.0 (2020-03-28)

Features

  • template: remove @typescript-eslint/parser eslint-config-standard in favor of eslint-config-standard-with-typescript (13ec183)
  • template: remove unused tslint.json (e94d428)
  • template: replace pretty-quick with lint-staged, add tsconfig.json (d5fd206)

Bug Fixes

  • template: add @typescript-eslint/parser to dev deps to resolve unmet peer dep (49e2f25)

1.5.0 (2020-03-28)

Features

  • generator: remove .github generating (5ddb543)
  • template: replace tslint with eslint typescript (3471278)

1.4.0 (2020-03-26)

Features

  • generator: reduce questions to 4 by asking org instead of homepage, bugs & repository urls (2f80aa8)

1.3.0 (2020-03-26)

Features

  • template: remove unnecessary rollup plugins, update rollup config (f366ef0)
  • template: update ts config module & target, remove unnecessary ones (9900cb2)

Bug Fixes

  • generator: add change-case to paramCase appname to solve invalid package name (98492bb)

1.2.0 (2020-03-25)

Features

  • packpage: add prettier to format code (562ca2c)
  • template: add prettier for formating code (05a716d)
  • template: publish dist/ instead of root dir to npm (fe6fc83)

Bug Fixes

  • generator: uncomment this.yarnInstall() (f1deff9)

1.1.0 (2020-03-23)

Features

  • close #12: add github workflows to template (#13) (e6912ed), closes #12

Bug Fixes

  • close #12: .github dir does not get copied (5a3123b), closes #12

1.0.4 (2020-03-23)

1.0.3 (2020-03-23)

1.0.2 (2020-03-22)

Bug Fixes

  • close #10: missing dotfiles in the output (#11) (0855a35), closes #10

1.0.1 (2020-03-22)

1.0.0 (2020-03-22)

0.1.3 (2020-03-22)

Bug Fixes

  • close #6: rename to generator-create-package to solve yo does not support scoped package (#7) (8f42b5f), closes #6

0.1.2 (2020-03-21)

0.1.1 (2020-02-28)

0.1.0 (2020-02-28)

Features