Skip to content

Latest commit

 

History

History
363 lines (156 loc) · 13.1 KB

CHANGELOG.md

File metadata and controls

363 lines (156 loc) · 13.1 KB

Changelog

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

3.1.2 (2020-09-08)

Bug Fixes

  • avoid adding WASM example without DOM definitions (#244) (c16e858), closes #243

3.1.1 (2020-09-02)

Bug Fixes

  • package: remove unused dependency (b6875c2)

3.1.0 (2020-09-02)

Features

  • typescript: build typescript incrementally (4b22ba1)

3.0.1 (2020-09-02)

Bug Fixes

  • appveyor: extend ava timeout for appveyor (b48eec5)
  • appveyor: switch from x86 to x64 version of node (5a84c78)

3.0.0 (2020-09-01)

⚠ BREAKING CHANGES

  • migrated from tslint (deprecated) to eslint.

Features

  • TS v4, tslint -> eslint, add cspell support (#240) (390041b)

2.4.8 (2019-09-09)

Bug Fixes

  • types: fix breaking change in @types/inquirer types (d1bc9fa)

2.4.7 (2019-09-09)

Bug Fixes

  • cli: fix coverage commands (710bf3e)

2.4.6 (2019-09-08)

Bug Fixes

  • cli: fix typo that was causing missing dependency in build output (3896ed1)

2.4.5 (2019-07-10)

Bug Fixes

  • cli: include npm-scripts-info in generated dev dependencies (26726f3), closes #175

2.4.4 (2019-07-10)

Bug Fixes

  • package: remove misleading 'all' script (e68e2b4), closes #186

2.4.3 (2019-07-10)

2.4.2 (2018-11-28)

Bug Fixes

2.4.1 (2018-11-27)

Bug Fixes

  • tslint: silence some unnecessary tslint warnings (82b7f45)
  • typedoc: exclude spec files from typedoc generation (#133) (bd7f021)

2.4.0 (2018-10-25)

Features

  • vscode: add Debug Spec to debug .spec.ts files directly (#129) (310502d)

2.3.10 (2018-09-22)

2.3.9 (2018-08-21)

Bug Fixes

  • dependencies: upgrade dependencies, fix issues caused by breaking changes (8a692bf)
  • test: use recommended AVA import style (b2af806)

2.3.8 (2018-06-15)

2.3.7 (2018-06-03)

Bug Fixes

  • package: fix info package script (701dbbe), closes #70

2.3.6 (2018-04-17)

2.3.5 (2018-03-29)

Bug Fixes

  • CLI: set the name in package.json during generation (58911f2), closes #81

2.3.4 (2018-03-28)

2.3.3 (2018-03-23)

2.3.2 (2018-03-21)

2.3.1 (2018-03-21)

Bug Fixes

  • CLI: always update the year in LICENSE (2ec3741)
  • CLI: properly remove the bin from all new projects (2e0a9ab)
  • CLI: remove exports of deleted files for non-Node.js projects (1e14d03)

2.3.0 (2018-03-16)

Bug Fixes

  • CLI: update execa to fix bug on Windows (89722a4), closes #72
  • package: switch to double quotes because single quotes break on Windows (f315fa4)

Features

  • CLI: add Travis CI and Appveyor CI as extra options (bdaafaa), closes #69

2.2.0 (2018-03-16)

Features

  • CLI: add support for TYPESCRIPT_STARTER_REPO_BRANCH process.env, default to tag of current rel (24ef06e)

2.1.1 (2018-03-14)

Bug Fixes

  • CLI: allow scoped npm package names (83fdc67), closes #68

2.1.0 (2018-03-12)

Features

  • CLI: add smaller ascii art for clients with 74-84 columns (7e4ba94)

2.0.3 (2018-03-12)

2.0.2 (2018-03-12)

Bug Fixes

  • CLI: include node types when user selects Node.js project (7ae6ec8)

2.0.1 (2018-03-12)

Bug Fixes

  • CLI: link the correct bin from package.json (1990e12)

2.0.0 (2018-03-12)

Bug Fixes

  • CLI: automatically remove a CLI-related part of tsconfig.module.json (a8e33af)
  • CLI: automatically remove the CLI's dependencies (11509cf)
  • CLI: if git config user.name/email fails, use a placeholder rather than failing (41ac315)
  • CLI: use placeholders for email, name, and GitHub username (abef54a)
  • codecov: prefix with npx (c93c9db)

Features

  • CLI: begin adding extra configuration options (ee930cc)
  • CLI: create CLI, begin work on v2 (76336c8)
  • CLI: don't attempt to commit if user.name/email is not set (58688fc)
  • CLI: implement strict, immutable, and vscode options (3bf7a7e)
  • CLI: v2 (260a7d3)

1.4.1 (2017-06-27)

1.4.0 (2017-03-02)

Features

  • gh-pages: add package script for publishing docs to gh-pages (1dfe830), closes #14
  • publish: add one-step publish process (7b9b857), closes #15

1.3.0 (2017-03-01)

Bug Fixes

  • hash.js: correctly pre-build hash.js for the browser (1fe0b10)
  • watch: exclude build/**/*.spec.js from ava to avoid double execution (e365656)

Features

  • browser: add browser build, tests, and sample sha256 library method (01f67d1)
  • watch: use concurrently for the watch task (7fa64b8), closes #11

1.2.2 (2017-02-17)

Bug Fixes

  • tsconfig: set rootDir option when outDir option is used (3577caa), closes #9

1.2.1 (2017-02-14)

1.2.0 (2017-02-14)

Features

  • github: add sample GitHub issue template, PR template, and contributing guidelines (9c95249)
  • watch: add unified watch task with multiview (973966e)

1.1.1 (2017-02-13)

1.1.0 (2017-02-13)

Features

  • examples: improve browser usage example (c8199e7)
  • starter: add changelogs and examples (5f18048)