Skip to content

Commit bc0ce9a

Browse files
author
Andrew Koroluk
committed
4.2.0
1 parent faf4399 commit bc0ce9a

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

Diff for: CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="4.2.0"></a>
2+
# [4.2.0](https://github.com/angular-fullstack/generator-angular-fullstack/compare/4.1.4...v4.2.0) (2017-04-19)
3+
4+
## Notable Changes
5+
6+
* `node-inspector` has been taken out in favor of Node's integrated `--inspect` flag.
7+
* @benmarten has taken care of a lot of the lint issues we've seen pulluting the console
8+
* @benmarten also enabled the use of (Yarn)[https://yarnpkg.com] if you have it installed. Thanks Ben!
9+
* Various other fixes. See the [comparison](https://github.com/angular-fullstack/generator-angular-fullstack/compare/4.1.4...4.2.0) for the full list.
10+
11+
### Bug Fixes
12+
13+
* **angular-validation-match:** Integration with Babel & Typescript ([#2517](https://github.com/angular-fullstack/generator-angular-fullstack/issues/2517)) ([9db9918](https://github.com/angular-fullstack/generator-angular-fullstack/commit/9db9918))
14+
15+
16+
117
<a name="4.1.4"></a>
218
## [4.1.4](https://github.com/angular-fullstack/generator-angular-fullstack/compare/4.1.2...v4.1.4) (2017-03-01)
319

Diff for: angular-fullstack-deps

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-angular-fullstack",
3-
"version": "4.1.4",
3+
"version": "4.2.0",
44
"description": "Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node",
55
"keywords": [
66
"yeoman-generator",

0 commit comments

Comments
 (0)