Skip to content

Latest commit

 

History

History
245 lines (117 loc) · 11.8 KB

File metadata and controls

245 lines (117 loc) · 11.8 KB

2.0.0 (2020-06-21)

Bug Fixes

  • remove unnecessary export = prefix (a160f90)

Build System

  • change minimum supported Node version (4b17995)

BREAKING CHANGES

  • change minimum supported version of Node to v10

1.11.0 (2018-11-03)

Bug Fixes

  • process: correct MarkdownLint configuration syntax (c87c297)
  • process: only add git-author-check to private projects (58d1bae)

Features

  • process: add MarkdownLint configuration file (fec2cc8)

1.10.0 (2018-11-02)

Bug Fixes

  • subgenerators: move package.json updates to writing() lifecycle (f853a7e)

Features

  • docs: add docs subgenerator (7a1accd), closes #37

1.9.0 (2018-11-01)

Bug Fixes

  • build: only notify Slack on build changes and failures (b105bb1)
  • typescript: remove JSON type and enable resolveJsonModule (23d4599)

Features

  • process: add git-author-check (96d0a74)

1.8.0 (2018-10-31)

Bug Fixes

  • scripts: remove invalid subgenerator name (25ce4f9)
  • subgenerators: move dependencies to related generator (c92d2b0)

Features

  • typescript: add options to subgenerator (fc1f54e)

1.7.0 (2018-10-28)

Bug Fixes

  • tests: ignore test setup file and enable coverage thresholds (31b8760)

Features

  • move all content into subgenerators (284761a)

1.6.0 (2018-10-27)

Features

  • node: move Node content to subgenerator (ce60c23)

1.5.0 (2018-10-27)

Bug Fixes

  • probot: remove CodeClimate status check (cae44fc)

Features

1.4.0 (2018-10-24)

Bug Fixes

  • templating: remove unnecessary title (9e79895)
  • templating: remove unused links (88c12b5)
  • templating: use scoped jira smart commit (5b39216)
  • templating: use valid version of Commitizen JIRA adapter (b26febb), closes #21

Features

  • github: add CODEOWNERS to template (2b57704), closes #18
  • github: add configuration file for Probot Settings (06109e7), closes #19
  • npmrc: move publishConfig from package.json to .npmrc (799f14d), closes #20
  • templating: only generate coverage from full test suite runs (c7939b6), closes #25
  • tslib: add tslib and set required settings in tsconfig.json (2e9acca), closes #31

1.3.2 (2018-10-16)

Bug Fixes

  • commiting: add commitizen jira adaptor for private projects (4c29636), closes #16
  • templating: only add issue templates for public projects (91c57ae), closes #17
  • templating: use correct values in tsconfig.json (0560ada)

1.3.1 (2018-10-15)

Bug Fixes

  • templating: disable patch branch checks on CodeCov (7b91ab1)

1.3.0 (2018-10-14)

Features

1.2.2 (2018-10-13)

Bug Fixes

  • ci: run lint on Travis (c1bc755)
  • templating: add src/ and coverage/ folders to .npmignore (591910d), closes #15
  • templating: use inline sourcemaps (835e73f)

1.2.1 (2018-10-12)

Bug Fixes

  • templating: add missing files to template list (a571f9a)

1.2.0 (2018-10-12)

Bug Fixes

  • templating: make travis secure environment variables clearer (614833d), closes #9
  • only ignore generated documentation in template (c372987)

Features

  • add JSON import support to template (edef66d)
  • add stub code and tests to template (3a57ff5)

1.1.0 (2018-10-08)

Bug Fixes

  • remove dollar signs from bash output in template (6113199)

Features

  • add git initialization and initial commit (1d72c84)
  • update TSLint and Prettier configuration in templates (f05d4f0), closes #10 #11

1.0.7 (2018-10-05)

Bug Fixes

  • npm: add npmignore to templated file list (ada9525)

1.0.6 (2018-10-05)

Bug Fixes

  • travis: change Git commands to push release commit back to develop (2eba5e3)

1.0.5 (2018-10-05)

Bug Fixes

  • docs: add scope to project name in README (a9c3ee8)

1.0.4 (2018-10-05)

Bug Fixes

  • tsc: add rootDir property to tsconfig.json (8973c05)

1.0.3 (2018-10-05)

Bug Fixes

  • npm: add .npmignore to template (a8c609a)
  • add missing backtick (403ae85)
  • npm: fix path in .npmignore (936bc14)
  • templates: fix accidentally renamed reference inside template (3434d14)
  • templates: now use _ to prefix template files (18ebeb1)

1.0.2 (2018-10-05)

Bug Fixes

  • npm: add .npmignore and include dist/ folder (2fa784b)

1.0.1 (2018-10-05)

Bug Fixes

  • dependencies: remove unnecessary dependencies (61cbfe1)
  • keywords: Adds keywords to package.json (e0051b1)

1.0.0 (2018-10-03)

Bug Fixes

  • removed whitespace lul (5ecbbc2)
  • readme: update Travis link (6e974df)