Skip to content
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 #163

Closed
wants to merge 5 commits into from
Closed

Es6 #163

wants to merge 5 commits into from

Commits on Jan 4, 2017

  1. travis: remove 0.10 test suite

    node <= 0.xx doesn't support es6 syntax
    
    ref: http://node.green/
    simobasso committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    25b02e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. npm: use webpack instead grunt

    In order to use es6 in the package we need a module bundler (webpack)
    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 webpack
    - 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: sayanee#90
    simobasso committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    da28a38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12acecc View commit details
    Browse the repository at this point in the history
  3. karma: add coverage

    Generate code coverage using Istanbul
    simobasso committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    9f11fa2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecdd2b2 View commit details
    Browse the repository at this point in the history