Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Sep 22, 2015
1 parent 97fcd51 commit 5b1c6ba
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
31 changes: 30 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,33 @@


## 0.0.0 - 2015-09-22
## 2.0.0 - 2015-09-23
- Release v2.0.0 / npm@v2.0.0
- bundles and CDNs
+ browserify, minified, and standalone builds
+ 830 bytes minified and browserified
+ 446 bytes minified and browserified, and gzipped
- allow passing custom context
- drop the need of `this.` in template
+ so you can just `#{foo}`, not `#{this.foo}`
- drop callback api, use something like `jstransformer`
- add `.render` and `.compile` methods
- update boilerplate

## 1.0.2 - 2014-12-30
- Release v1.0.2 / npm@v1.0.2
- add `dist/` directory for browser and cdn usage. There will live and minified version.
- add browser "installation" (with script tag, lol)

## 1.0.1 - 2014-12-30
- Release v1.0.1 / npm@v1.0.1
- add more examples for browser and for node
- add advanced browser example to readme

## 1.0.0 - 2014-12-30
- Release v1.0.0 / npm@v1.0.0
- add better module pattern
- apply code style - jshint/jscs
- coverage, good pkg.json, readme, etc

## 0.0.0 - 2014-06-09
- Initial commit
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "j140",
"version": "1.0.2",
"version": "2.0.0",
"description": "Template engine in 140 bytes, by @jed Schmidt. Support helpers, partials and pre-compiled templates. For nodejs and the browser. Browserify-ready.",
"repository": "tunnckoCore/j140",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
Expand Down

0 comments on commit 5b1c6ba

Please sign in to comment.