Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricemach committed Nov 23, 2010
1 parent c08ef3e commit 1f7100c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -159,6 +159,11 @@ See [/examples](http://github.com/mauricemach/coffeekup/tree/master/examples) fo

## Change Log:

**v0.2.1** (2010-11-09):

- Updated to CoffeeScript 0.9.5 and node 0.2.5/0.3.1.
- Fixed string templates compilation in opera.

**v0.2.0** (2010-11-09):

- Huge performance gains, now among the fastest. See `cake benchmark`.
Expand All @@ -170,4 +175,4 @@ See [/examples](http://github.com/mauricemach/coffeekup/tree/master/examples) fo

## Compatibility

Latest version tested with node 0.2.4/0.3.0 and CoffeeScript 0.9.4.
Latest version tested with node 0.2.5/0.3.1 and CoffeeScript 0.9.5.
2 changes: 1 addition & 1 deletion lib/coffeekup.coffee
Expand Up @@ -5,7 +5,7 @@ else
coffeekup = exports
coffee = require 'coffee-script'

coffeekup.version = '0.2.0'
coffeekup.version = '0.2.1'

skeleton = (ck_options) ->
ck_options ?= {}
Expand Down
2 changes: 1 addition & 1 deletion lib/coffeekup.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
@@ -1,15 +1,16 @@
{
"name": "coffeekup",
"description": "Markup as CoffeeScript.",
"version": "0.2.0",
"version": "0.2.1",
"author": "Maurice Machado <maurice@bitbending.com>",
"contributors": [
{"name": "Maurice Machado", "email": "maurice@bitbending.com"}
{"name": "Maurice Machado", "email": "maurice@bitbending.com"},
{"name": "Vladimir Dronnikov", "email": "dronnikov@gmail.com"}
],
"repository": {"type": "git", "url": "http://github.com/mauricemach/coffeekup.git"},
"dependencies": {"coffee-script": ">= 0.9.4"},
"dependencies": {"coffee-script": ">= 0.9.5"},
"keywords": ["template", "view", "coffeescript"],
"bin": {"coffeekup": "./bin/coffeekup.coffee"},
"directories": {"lib": "./lib"},
"engines": {"node": ">= 0.2.4"}
"engines": {"node": ">= 0.2.5"}
}

0 comments on commit 1f7100c

Please sign in to comment.