You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.