Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Improvements, fixes, UMD source code.tar.gz | 2016-08-31 | 22.4 kB | |
Improvements, fixes, UMD source code.zip | 2016-08-31 | 28.2 kB | |
README.md | 2016-08-31 | 1.1 kB | |
Totals: 3 Items | 51.7 kB | 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 ofgh-pages
branch - Feature: minified version added. Run
npm run build-min
after each change todist/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)