Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 9, 2010
1 parent 3301ba0 commit e48b032
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions History.md
@@ -1,4 +1,16 @@

0.2.1 / 2010-07-09
==================

* Added support for node-discount and markdown-js
depending on which is available.

* Added support for tags to have blocks _and_ text.
this kinda fucks with arbitrary whitespace unfortunately,
but also fixes trailing spaces after tags _with_ blocks.

* Caching generated functions. Closes #46

0.2.0 / 2010-07-08
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/jade.js
Expand Up @@ -9,7 +9,7 @@
* Library version.
*/

exports.version = '0.2.0';
exports.version = '0.2.1';

/**
* Module dependencies.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "jade",
"description": "Jade template engine",
"version": "0.2.0",
"version": "0.2.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"main": "./lib/jade.js",
"bin": { "jade": "./bin/jade" },
Expand Down
2 changes: 1 addition & 1 deletion seed.yml
@@ -1,4 +1,4 @@
---
name: Jade
description: Haml killer template engine
version: 0.2.0
version: 0.2.1

0 comments on commit e48b032

Please sign in to comment.