Skip to content

Commit e065621

Browse files
committed
3.4.0
1 parent 202c665 commit e065621

File tree

3 files changed

+40
-5
lines changed

3 files changed

+40
-5
lines changed

Diff for: CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
<a name="3.4.0"></a>
2+
# [3.4.0](https://github.com/angular-fullstack/generator-angular-fullstack/compare/3.3.0...v3.4.0) (2016-03-09)
3+
4+
5+
### Notable Changes
6+
7+
* Updated Angular to 1.5 (the main page now uses an Angular 1.5 component)
8+
* Updated generator-ng-component to ~0.2.1. Angular subgenerators will now generate ES6 code and TypeScript code.
9+
* Updated angular-bootstrap to ~1.1.2
10+
* Updated bluebird to ^3.3.3, and set mongoose to use bluebird instead of mpromise. This allows us to remove promisification of mongoose APIs.
11+
* Updated PhantomJS to ^2.1.4
12+
13+
### Bug Fixes
14+
15+
* **deps:**
16+
* always include grunt-babel if grunt chosen ([7ba7d1f](https://github.com/angular-fullstack/generator-angular-fullstack/commit/7ba7d1f))
17+
* include tslint ([543d784](https://github.com/angular-fullstack/generator-angular-fullstack/commit/543d784))
18+
* **gen:** fix Stylus & Sass extensions ([37d6c46](https://github.com/angular-fullstack/generator-angular-fullstack/commit/37d6c46)), closes [#1609](https://github.com/angular-fullstack/generator-angular-fullstack/issues/1609)
19+
* **grunt:babel:** exclude local.env.sample.js ([3e0518b](https://github.com/angular-fullstack/generator-angular-fullstack/commit/3e0518b))
20+
* **grunt:injector:** sort js/ts modules ([fe6aba2](https://github.com/angular-fullstack/generator-angular-fullstack/commit/fe6aba2))
21+
* **gulp:** add inject:tsconfig, change script watcher ([978e07e](https://github.com/angular-fullstack/generator-angular-fullstack/commit/978e07e))
22+
* **gulp:build:**
23+
* add copy:fonts task ([27f1cc8](https://github.com/angular-fullstack/generator-angular-fullstack/commit/27f1cc8))
24+
* fix building when using Jade ([687cd09](https://github.com/angular-fullstack/generator-angular-fullstack/commit/687cd09))
25+
* **gulp:ts:** fix gulp not using latest typescript config after changed ([6a6afd9](https://github.com/angular-fullstack/generator-angular-fullstack/commit/6a6afd9))
26+
* **gulp:tslint:** exclude both typings and test_typings ([2e83bd1](https://github.com/angular-fullstack/generator-angular-fullstack/commit/2e83bd1))
27+
* **gulp:watch:** re-compile jade to .tmp ([18412a7](https://github.com/angular-fullstack/generator-angular-fullstack/commit/18412a7))
28+
* **server:oauth:** fix sequelize syntax ([221f7a4](https://github.com/angular-fullstack/generator-angular-fullstack/commit/221f7a4)), closes [#1654](https://github.com/angular-fullstack/generator-angular-fullstack/issues/1654)
29+
* **tslint:** fix no-trailing-comma ([d7cd347](https://github.com/angular-fullstack/generator-angular-fullstack/commit/d7cd347))
30+
31+
### Features
32+
33+
* **gen:** add 'es6' to generator-ng-component filters ([65530b3](https://github.com/angular-fullstack/generator-angular-fullstack/commit/65530b3))
34+
35+
136
<a name="3.3.0"></a>
237
# [3.3.0](https://github.com/angular-fullstack/generator-angular-fullstack/compare/3.2.0...v3.3.0) (2016-02-02)
338

Diff for: angular-fullstack-deps

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-angular-fullstack",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node",
55
"keywords": [
66
"yeoman-generator",
@@ -15,8 +15,8 @@
1515
"front-end",
1616
"app"
1717
],
18-
"homepage": "https://github.com/DaftMonk/generator-angular-fullstack",
19-
"bugs": "https://github.com/DaftMonk/generator-angular-fullstack/issues",
18+
"homepage": "https://github.com/angular-fullstack/generator-angular-fullstack",
19+
"bugs": "https://github.com/angular-fullstack/generator-angular-fullstack/issues",
2020
"author": "Tyler Henkel (http://tylerhenkel.com/)",
2121
"contributors": [
2222
"Andrew Koroluk <[email protected]> (http://andrewk.me/)",
@@ -28,7 +28,7 @@
2828
],
2929
"repository": {
3030
"type": "git",
31-
"url": "git://github.com/DaftMonk/generator-angular-fullstack.git"
31+
"url": "git://github.com/angular-fullstack/generator-angular-fullstack.git"
3232
},
3333
"scripts": {
3434
"test": "grunt test"

0 commit comments

Comments
 (0)