Skip to content

v2.0.0

Choose a tag to compare

@dbartholomae dbartholomae released this 19 Oct 11:54
· 38 commits to master since this release

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.