Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@roryhardy roryhardy released this 11 Feb 03:55
· 1 commit to master since this release

License Changes

🎉Changed back to MIT 🎉

Enhancements

  • Updated to LeapJS 0.64.0
  • Updated README
  • Updated all dependencies

Additional Changes

  • Refactored the codebase into modules
    • Moved pointing logic to its own file
    • Moved gesturing logic to its own file
    • Moved config to its own file
    • Added documentation
    • Added tests for all modules (100% coverage 🎆)
  • Migrated from Webpack 1 to Webpack 2
  • Removed Yarn dependency
    • Added package-lock.json
  • .eslintrc → .eslintrc.yaml
  • Updated travis to use Node 8