Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@typhonrt typhonrt released this 14 Mar 00:57
· 2 commits to master since this release

0.6.0 (2016-03-11)

  • Converted to ES6.
  • NPM 3+ / Node 5+ is the recommended environment to use due to flat package dependencies.
  • Removed dependencies for esdoc, eslint and jspm.
  • Tasks now require dependencies for esdoc, eslint and jspm to be included separately for tasks to be loaded please see typhonjs-npm-build-test for an all inclusive NPM module to pair with typhonjs-core-gulptasks.
  • esdoc task will load .esdocrc or esdoc.json; TyphonJS now standardizes on .esdocrc.
  • electron task requires .electronrc instead of electron.json configuration file to load.
  • test category has been removed and test-basic is now jspm-test-basic.
  • git category has been removed and git-push is now jspm-test-basic-git-push.
  • Added jspm-test task category specifically for jspm-test-basic and jspm-test-basic-git-push.
  • Removed jspm-clear-config-git-push task.
  • Added npm-update and npm-update-dev for dev dependencies.
  • Moved npm-run-<script> to new task category npm-scripts.