Releases
1.2.0
Code style: JS code re-styled according to Google JavaScript Style Guide
Code style: new indentation for JS/JSON/HTML/CSS: 2 spaces
Docs: README.md
updated
Docs: jsdocs are much better now, you can even build them: npm run build-docs
(though they're still unfinished and not released)
Docs: new GitHub pages approach: use docs/
folder instead of gh-pages
branch
Feature: minified version added. Run npm run build-min
after each change to dist/circle-progress.js
Tests: dependencies updated to the latest versions and freezed via ~=X.Y
version specifier
Tests: modernizr
dropped from tests, it was for IE8 support only (which I have actually never implemented)
Tests: NPM dependencies used for tests instead of Bower
Tests: SauceLabs config updated & tested
Tests: TravisCI config updated & improved
Packaging: UMD implemented, which is: AMD + CommonJS + global object (common script inclusion)
You can’t perform that action at this time.