Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Apr 22, 2014
1 parent 4e2720a commit bbd3b56
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

0.4.0 / 2014-04-22
==================

* Support ejs include feature (@JacksonTian), inline fmoney and dateformat filter had been removed.

0.3.3 / 2014-02-26
==================

Expand Down
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -46,4 +46,7 @@ test-coveralls:
contributors: install
@./node_modules/.bin/contributors -f plain -o AUTHORS

autod: install
@./node_modules/.bin/autod -w -e example

.PHONY: test
19 changes: 10 additions & 9 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "connect-render",
"version": "0.3.3",
"version": "0.4.0",
"description": "Template Render helper using `ejs` for `connect`: res.render(view, options). Support `connect` @1.8.x and @2.2.0+ .",
"keywords": ["connect", "render", "connect-render", "template", "ejs"],
"author": "fengmk2 <fengmk2@gmail.com> (http://github.com/fengmk2)",
Expand All @@ -23,19 +23,20 @@
}
},
"dependencies": {
"ejs": "1.0.x"
"ejs": "1.0.0"
},
"devDependencies": {
"contributors": "*",
"should": "*",
"mocha": "*",
"autod": "*",
"blanket": "*",
"travis-cov": "*",
"connect": "*",
"contributors": "*",
"coveralls": "*",
"mocha": "*",
"mocha-lcov-reporter": "*",
"connect": "*",
"rewire": "*",
"supertest": "*"
"rewire": "2.0.0",
"should": "3.3.1",
"supertest": "0.11.0",
"travis-cov": "*"
},
"license": "MIT",
"engines": {
Expand Down

0 comments on commit bbd3b56

Please sign in to comment.