Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 720 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 720 Bytes

Notes

Note-taking from multiples sources and examples

  • Publishing to npm
  • Releasing a version
  • Beta version
  • Unit Testing with Mocha and Chai
  • Automating Releases with semantic-release
  • Conventional commits with commitizen
  • Automatically Releasing with TravisCI
  • Code coverage checking
  • Add code coverage reporting
  • New ES6 Syntax
  • ES6 Modules and Classes
  • New Types and Object Extensions
  • Iterators, Generators, and Promises
  • Arrays and Collections
  • The Reflect API
  • The Proxy API
  • Scopes
  • Closures
  • Object Orienting
  • Asynchronous Patterns