-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Es6 #184
Conversation
node <= 0.xx doesn't support es6 syntax ref: http://node.green/
Codecov Report
@@ Coverage Diff @@
## master #184 +/- ##
=========================================
Coverage ? 69.46%
=========================================
Files ? 2
Lines ? 131
Branches ? 29
=========================================
Hits ? 91
Misses ? 40
Partials ? 0
Continue to review full report at Codecov.
|
In order to use es6 in the package we need a module bundler (webpack2) that transpile our code using babel. To do that we did: - added bumped to manage releases - updated travis test - updated package.json and bower.json in order to work with webpack2 - added a CHANGELOG page - updated index.html - added many fix on module - added eslint and remove jsonhint - removed bower dependency - updated documentation - added automatic gh-pages deploy - added angularjs and pdfjs as peerDependencies aside note of duplicated dependencies in package.json: angularjs and pdfjs are in both list because we need to alert user if they lack AND for developing/testig purposes ref: #90
Generate code coverage using Istanbul
FYI @boyanin @rhyskoedijk |
release in a couple of minutes |
@simobasso awesome! Thanks a lot! I have totally forgotten this. So many things on my shoulders right now, but will play with it as soon as possible :) |
Moving whole package to es6.
Ref. #163