Skip to content

3.4.0

Compare
Choose a tag to compare
@Awk34 Awk34 released this 10 Mar 20:33

Notable Changes

  • Updated Angular to 1.5 (the main page now uses an Angular 1.5 component)
  • Updated generator-ng-component to ~0.2.1. Angular subgenerators will now generate ES6 code and TypeScript code.
  • Updated angular-bootstrap to ~1.1.2
  • Updated bluebird to ^3.3.3, and set mongoose to use bluebird instead of mpromise. This allows us to remove promisification of mongoose APIs.
  • Updated PhantomJS to ^2.1.4

Bug Fixes

  • deps:
    • always include grunt-babel if grunt chosen (7ba7d1f)
    • include tslint (543d784)
  • gen: fix Stylus & Sass extensions (37d6c46), closes #1609
  • grunt:babel: exclude local.env.sample.js (3e0518b)
  • grunt:injector: sort js/ts modules (fe6aba2)
  • gulp: add inject:tsconfig, change script watcher (978e07e)
  • gulp:build:
    • add copy:fonts task (27f1cc8)
    • fix building when using Jade (687cd09)
  • gulp:ts: fix gulp not using latest typescript config after changed (6a6afd9)
  • gulp:tslint: exclude both typings and test_typings (2e83bd1)
  • gulp:watch: re-compile jade to .tmp (18412a7)
  • server:oauth: fix sequelize syntax (221f7a4), closes #1654
  • tslint: fix no-trailing-comma (d7cd347)

Features

  • gen: add 'es6' to generator-ng-component filters (65530b3)