Skip to content

Commit

Permalink
updated readme for v1.0 release major contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
vybs committed Jul 4, 2012
1 parent 5e34211 commit dbaee15
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Expand Up @@ -3,7 +3,6 @@ Dust [![Build Status](https://secure.travis-ci.org/linkedin/dustjs.png)](http:/

Demo & Guide
------------
ß
Extensive docs and a full demo are available at <http://akdubya.github.com/dustjs>


Expand Down Expand Up @@ -42,6 +41,19 @@ Current LinkedIn additions include:
* There are cases of rendering logic that are best done in templates. @if helper that relies entirely on the js eval for expression evaluation, The perf results are here: <http://jsperf.com/dust-if>. We intend to replace the slow js eval with a expression parser soon
* Section index for lists of maps stored in the dust context for ease of writing simple logic in templates
* Section size for lists of maps stored in the dust context for ease of writing simple logic in templates
* Automated Travis CI integration, jasmine for BDD, code coverage report
* Extend grammar to relax whitespace/eol
* Add support for rhino in the dust core
* improve compile times by 10X with changes to how we use peg parser
* Extend filters for JSON.stringify and JSON.parse
* logic helpers for select/ switch
* Support numbers in dust inline params
* Extend partials to support inline params
* Support for array references, hence list elements can be accessed via the [] notation
* Support dynamic blocks, similar to dynamic partials
* Add pipe support for node
* Documentation/wiki on the best practices for using dustjs


Installation
------------
Expand Down

0 comments on commit dbaee15

Please sign in to comment.