Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-lin committed Mar 11, 2012
1 parent a4477a2 commit fc94760
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
28 changes: 18 additions & 10 deletions History.md
@@ -1,40 +1,48 @@
## 0.7.0 / 2012-03-12

- [new feature] Controller before and after filters
- [new feature] Add `resig class` as project dependency
- [bug fix] Wrong format of global error handler logger syntax



## 0.6.0 / 2012-03-09

- [new feature] mongoose command line console
- [bug fix] move dependencies into exports block for cli routes
- [new feature] Mongoose command line console
- [bug fix] Move dependencies into exports block for cli routes



## 0.5.0 / 2012-03-07

- [new feature] add `sitemap` generator as project dependency
- [refactoring] model, view, routes generators regex should pretify syntax
- [new feature] Add `sitemap` generator as project dependency
- [refactoring] Model, view, routes generators regex should pretify syntax



## 0.4.2 / 2012-03-07

- [bug fix] model, view, routes generators regex should catch all possiable syntax
- [bug fix] Model, view, routes generators regex should catch all possiable syntax



## 0.4.1 / 2012-03-07

- [refactoring] make generator syntax more compatible
- [refactoring] Make generator syntax more compatible



## 0.4.0 / 2012-03-07

- [new feature] add `Array` and `ObjectId` as model generator format type
- [new feature] Add `Array` and `ObjectId` as model generator format type



## 0.3.9 / 2012-03-07

- [bug fix] mongodb does not take `.` in database name
- [bug fix] replace `COKE` with custom app name in readme
- [docs] add index
- [bug fix] Mongodb does not take `.` in database name
- [bug fix] Replace `COKE` with custom app name in readme
- [docs] Add index



Expand Down
3 changes: 2 additions & 1 deletion lib/cli/generators/templates/package.json
Expand Up @@ -4,7 +4,7 @@
"private" : true,
"dependencies": {
"cli-color" : "0.1.6",
"coke" : "0.6.0",
"coke" : "0.7.0",
"connect-mongodb" : "1.1.3",
"dateformat" : "",
"express" : "2.5.8",
Expand All @@ -15,6 +15,7 @@
"node.flow" : "1.1.0",
"node.packer" : "0.0.6",
"railway-routes" : "0.0.4",
"resig-class" : "0.1.0",
"rmdirr" : "0.0.1",
"sitemap" : "0.6.0",
"thunder" : "0.0.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name" : "coke",
"version" : "0.6.0",
"version" : "0.7.0",
"description": "COKE is a lightweight node.js MVC framework that speeds up your web development.",
"bin" : {
"coke": "./bin/coke",
Expand Down

0 comments on commit fc94760

Please sign in to comment.