Comparing version 0.0.3 to 0.0.4
0.0.4 / 2012-12-11 | ||
================== | ||
* [dist] version bump | ||
* [issue #7] closes | ||
* Merge pull request #9 from timothybone/master | ||
* Update README.md | ||
0.0.3 / 2012-12-11 | ||
================== | ||
* Update README.md | ||
* [contributors, dist] version bump, added @chiefy to contributors | ||
* [node] bump to latest engine minor | ||
* Merge pull request #5 from chiefy/master | ||
* Adding in Angular 1.0.1 and made some tweaks to get template app functional. | ||
* [changelog] added | ||
* [dist] version bump | ||
* [minor] syntax touchup | ||
* [node] dont require a lesser engine. only a greater one :P | ||
* [deps] bump express to work with 0.8.0 | ||
* Merge branch 'master' of github.com:edwardhotchkiss/node-angular | ||
* [dist, angular] use non xml attribute declaratives, version bump | ||
* Merge pull request #2 from IgorMinar/patch-1 | ||
* Update lib/node-angular/templates/server.js | ||
* [minor] version in partial updated | ||
* [minor] update for blog entry | ||
* [tests] fix for travis | ||
* [tests] sudo for Travis-ci | ||
* [tests] cli, test npm link angular | ||
* [minor] reference fix for log.js | ||
* [cli] model improvements | ||
* [minor] angular.log | ||
* [minor] api changes | ||
* [checks] check if server.js even exists before trying to run it | ||
* [refactor] init | ||
* [dist] version bump | ||
* Merge branch 'develop' | ||
* Merge branch 'scaffold' into develop | ||
* [node] lower the barrier to 0.6.0 | ||
* [major] fix sendfile | ||
* [mongodb] added | ||
* [scaffold] started | ||
* [tests] export structure modified, reflect in tests | ||
0.0.2 / 2012-07-16 | ||
@@ -8,2 +53,2 @@ ================== | ||
* [node] dont require a lesser engine. only a greater one :P | ||
* [deps] bump express to work with 0.8.0 | ||
* [deps] bump express to work with 0.8.0 |
@@ -32,3 +32,3 @@ | ||
utils.copyFileToApp('public/javascripts/app.js', project); | ||
utils.copyFileToApp('public/javascripts/vendor/angular-1.0.0rc2.min.js', project); | ||
utils.copyFileToApp('public/javascripts/vendor/angular-1.0.1.min.js', project); | ||
utils.mkAppDirSync('/public/stylesheets/', project); | ||
@@ -35,0 +35,0 @@ utils.mkAppDirSync('/public/partials/', project); |
@@ -10,3 +10,3 @@ { | ||
"description":"Node.JS + AngularJS project generator", | ||
"version":"0.0.3", | ||
"version":"0.0.4", | ||
"repository":{ | ||
@@ -13,0 +13,0 @@ "type":"git", |
@@ -1,2 +0,1 @@ | ||
# node-angular [![Build Status](https://secure.travis-ci.org/edwardhotchkiss/node-angular.png)](http://travis-ci.org/edwardhotchkiss/node-angular) | ||
@@ -12,2 +11,6 @@ | ||
Start a mongod process: | ||
See here for details - http://www.mongodb.org/display/DOCS/Starting+and+Stopping+Mongo | ||
Generate New Project: | ||
@@ -14,0 +17,0 @@ |
@@ -8,3 +8,3 @@ | ||
, assert = require('assert') | ||
, angular = require('../lib/index') | ||
, angular = require('../lib/index'); | ||
@@ -11,0 +11,0 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
109054
32