Skip to content

v0.10.0

Compare
Choose a tag to compare
@topheman topheman released this 20 Sep 18:57
· 28 commits to master since this release

TL;DR

  • Updated to latest jspm (core, dependencies & builder)
  • Added YUIDoc support

JSPM

  • upgrade to jspm@0.16.6 + run jspm dl-loader --latest 70afed4
    • updated babel, babel-runtime & core-js to latest
    • now running with systemjs@0.19.0 (latest)
  • upgrade to systemjs-builder@0.14.3 feb0745
    • now using latest APIs (builder.buildStatic)
    • upgrade to plugin-css@0.1.17 (previous version was failing build)

Misc

Documentation automated generation (more infos in README)

  • setup YUIDoc
  • setup yuidoc-theme-topheman
  • setup following tasks:
    • npm run yuidoc
    • gulp build --with-docs 5277862
  • setup tests for this part in Travis f8429b7

Changelog: v0.9.0...v0.10.0