Skip to content

Releases: dbartholomae/create-readme

v2.1.3

16 Jan 20:14
85e9872

Choose a tag to compare

2.1.3 (2020-01-16)

Bug Fixes

  • package: update mustache to version 4.0.0 (79e8b56)

v2.1.2

01 Nov 19:15
8dfcb44

Choose a tag to compare

2.1.2 (2019-11-01)

Bug Fixes

  • package: update commander to version 4.0.0 (b6e1443)

v2.1.1

09 Aug 20:10
0d49ba4

Choose a tag to compare

2.1.1 (2019-08-09)

Bug Fixes

  • package: update commander to version 3.0.0 (7a7b0a5)

v2.1.0

20 Oct 14:10

Choose a tag to compare

2.1.0 (2018-10-20)

Features

  • badges: add greenkeeper badge (d208318)

v2.0.1

20 Oct 10:41

Choose a tag to compare

2.0.1 (2018-10-20)

Bug Fixes

  • add all correct files to package (a63aa72)

v2.0.0

19 Oct 11:54

Choose a tag to compare

2.0.0 (2018-10-19)

Bug Fixes

  • debug: reenable setting debug levels (1404385)
  • don't show version number in cli (db58931)

Features

  • change default LICENSE file name from LICENSE.txt to LICENSE (4dba858)
  • badges: add multiple new badges (af0f4d8)
  • badges: show build status only for main branch in travis badge (dbc4287)
  • badges: take branch as optional parameter for badges (a7f70fa)
  • make version number in package.json optional (c6cb892)
  • docs: use GitHub Pages instead of rawgit to serve docs (1999fc9)
  • installation: use UNPKG instead of npmcdn (d32c72d)

BREAKING CHANGES

  • docs: Instead of gitraw now GitHub Pages is used to deliver
    documentation. To use this you have to save your docs in ./docs and
    enable master/docs as the location for GitHub Pages.
  • badges: Previously the travis badge showed the build status of
    the newest commit. It now shows the build status of the newest commit
    from the main branch, by default master. You can change the main branch
    in the options. It is not possible anymore to show the build status
    across all branches.
  • The default license file is now called LICENSE instead of LICENSE.txt
    If you want to use the old file name, just set it in the options.

v1.1.0

06 Apr 14:44

Choose a tag to compare

<a name"1.1.0">

1.1.0 (2016-04-06)

Bug Fixes

  • badges: remove superfluous ) (d6f8fc7d)
  • logging: fix log level options (99c1066f)
  • usage: use default directory for examples unless defined (60f34ff6)

Features

  • packagePath:
    • add option to set path to package.json manually (d90be181)
    • add option to set path to package.json manually (1bf77e6c)