Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Releases: ianwremmel/boilerize

v1.1.3

03 Apr 19:21
Compare
Choose a tag to compare

<a name"1.1.3">

1.1.3 (2017-04-03)

Bug Fixes

  • package: update core-decorators to version 0.17.0 (8a1408d2, closes #43)

v1.1.2

14 Mar 02:10
Compare
Choose a tag to compare

<a name"1.1.2">

1.1.2 (2017-03-14)

Bug Fixes

  • package: update github to version 9.0.0 (873acdbb)

v1.1.1

14 Feb 02:54
Compare
Choose a tag to compare

<a name"1.1.1">

1.1.1 (2017-02-14)

Bug Fixes

  • package: update fs-promise to version 2.0.0 (e222954a)

v1.1.0

16 Jan 06:58
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2017-01-16)

Bug Fixes

  • basic: ask for github repo name (8ee6619e)
  • circle: add additional filtering of node version number (cfaef2cb)
  • config-file: handle loading non-existent files (08f78224)
  • deployemnt: add missing await (2986e787)
  • deployment: use "production" for semrel deployment name (56580c05, closes #29)
  • eslint: install missing peer dependencies (0f52ea5c, closes #28)
  • package: do not throw in event of script collision (054485db)
  • readme: do not run readme setup if readme already exists (fa87631d)

Features

  • eslint: produce junit output in CI environments (def13b99, closes #31)
  • package: add npm test, posttest scripts (9590f5b9, closes #30)

v1.0.1

16 Jan 02:41
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2017-01-16)

Bug Fixes

  • deployment: add circle condition to semrel detection (cfbb5a02)
  • format-readme:
    • don't put pre-toc sections in toc (55653b24, closes #8)
    • do not include non-existent sections in the README (8e6527f1, closes #9)
    • remove rogue space from toc header (b5ad2813)
    • separate short and long description (084a1c7c)
  • readme:
    • do not overwrite an existing readme (88522ce5)
    • use correct badge for codacy (c3162c03)

Features

  • all: remove yargs, nconf (3043cc7b, closes #14, #11, #13)
  • circle: sort circle.yml according to circle doc site (9fea75f4)
  • format-package: create utility for sorting/defaulting package.json (6414a149)
  • format-readme: add tooling to help produce standard-readme style readmes. (73bd265f)
  • github: add branch protection (ecc602fa)
  • init:
    • add init command to set up eslint, style lint, precommit, lint-staged, editorcon (4431ece4, closes #3)
    • first pass at init (4132528f)