You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
<aname="v1.4.0"></a>
2
+
## v1.4.0 (2014-04-13)
3
+
4
+
#### Features
5
+
6
+
***server:** updated Express to v4.x
7
+
***app:** matching angular dependencies to the latest verison, now that bower excludes pre-releases ([94c0c636](http://github.com/DaftMonk/generator-angular-fullstack/commit/94c0c63691976eaf7136c33365f611b465ba7f61))
8
+
***gen:**
9
+
* Added `angular-fullstack:openshift` generator, for deploying your app to OpenShift
10
+
* Added `angular-fullstack:heroku` generator, which improves upon the former `:deploy` generator for deploying to Heroku
11
+
12
+
#### Bug Fixes
13
+
14
+
***server:** fixed possible DB flushing when mochaTest is called by watch, first call 'env:test' task before 'mochaTest'
0 commit comments