Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricemach committed May 6, 2011
1 parent fec0a69 commit 8482d3c
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,23 +145,26 @@ Command-line:
$ coffeekup -h

Usage:
coffeekup [OPTIONS] path/to/template.coffee
coffeekup [options] path/to/template.coffee

Available options:
-w, --watch Keeps watching the file and recompiling it when it changes
-p, --print Prints the compiled html to stdout
-f, --format Applies line breaks to html output
-u, --utils Adds helper locals (currently only "render")
-h, --help Prints this help message
-v, --version Shows CoffeeKup version
-w, --watch watch templates for changes, and recompile
-o, --output set the directory for compiled html
-p, --print print the compiled html to stdout
-f, --format apply line breaks and indentation to html output
-u, --utils add helper locals (currently only "render")
-v, --version display CoffeeKup version
-h, --help display this help message

See [/examples](http://github.com/mauricemach/coffeekup/tree/master/examples) for complete versions. Please note that even though all examples are given in coffeescript, you can also use their plain javascript counterparts just fine.

## Change Log:

**v0.2.3** (2011-05-06):

- Packaging reworked for npm 1.x.
- Compatible with npm 1.x.
- Converting any ampersands (instead of /&(?!\w+;/) to & when escaping html.
- New CLI option -o / --output [DIR] (specifies a directory to compile into).
- Self-closing tags are now: 'area', 'base', 'basefont', 'br', 'col', 'frame', 'hr', 'img', 'input', 'link', 'meta' and 'param'.

**v0.2.2** (2011-01-05):

Expand Down

0 comments on commit 8482d3c

Please sign in to comment.