Skip to content

3.3.0

Compare
Choose a tag to compare
@Awk34 Awk34 released this 03 Feb 19:26
· 1154 commits to master since this release

Notable Changes

  • TypeScript support
  • Gulp support

Features

  • client: move navbar and footer directive usage to around the router view directive in index.html (c429adb)

Bug Fixes

  • gulp:
    • make coverage tests work (d3fd0c0)
    • exclude constant file from lint:scripts:client (103db11), closes #1587
  • grunt:
    • fix wrong tslint vs jshint (15f60db)
    • exclude constant file from jshint:all (f4e590f)
    • babel: don't try to transpile JSON files (885438f), closes #1561
    • build: don't copy local.env.sample (be5a1f4), closes #1570
  • gen:test: make sure we overwrite conflicts, add missing options from mock prompt options (d6aeacf)
  • npm: make sure to include mocha for server tests (6c4e926)