All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.11.0 (2021-06-07)
- generators/app: add .gitignore, LICENSE & README.md to templates (751cd63)
1.10.1 (2021-06-07)
1.10.0 (2021-06-07)
- 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)
- 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)
- 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)
- 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)
- templates: add missing rollup-plugin-commonjs package to fix commonjs build (762aeb4)
1.7.0 (2020-04-24)
- template: remove unused .prettierignore (660e413)
- deps: mistaken putting change-case to devDeps (9f846e1)
1.6.0 (2020-03-28)
- 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)
- template: add @typescript-eslint/parser to dev deps to resolve unmet peer dep (49e2f25)
1.5.0 (2020-03-28)
- generator: remove .github generating (5ddb543)
- template: replace tslint with eslint typescript (3471278)
1.4.0 (2020-03-26)
- generator: reduce questions to 4 by asking org instead of homepage, bugs & repository urls (2f80aa8)
1.3.0 (2020-03-26)
- template: remove unnecessary rollup plugins, update rollup config (f366ef0)
- template: update ts config module & target, remove unnecessary ones (9900cb2)
- generator: add change-case to paramCase appname to solve invalid package name (98492bb)
1.2.0 (2020-03-25)
- packpage: add prettier to format code (562ca2c)
- template: add prettier for formating code (05a716d)
- template: publish dist/ instead of root dir to npm (fe6fc83)
- generator: uncomment this.yarnInstall() (f1deff9)
1.1.0 (2020-03-23)
1.0.4 (2020-03-23)
1.0.3 (2020-03-23)
1.0.2 (2020-03-22)
1.0.1 (2020-03-22)
1.0.0 (2020-03-22)
0.1.3 (2020-03-22)
- close #6: rename to generator-create-package to solve yo does not support scoped package (#7) (8f42b5f), closes #6