Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Sep 23, 2015
1 parent 3d60c21 commit 6e4d402
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@


## 3.0.0 - 2015-09-24
- Release v3.0.0 / npm@v3.0.0
- bundles and CDNs
+ browserify, minified, and standalone builds
+ 845 bytes - browserified, gzipped and minified
+ 1676 bytes - browserified and minified
- allow passing custom context
- drop callback api, use something like `jstransformer`
- add `.render` and `.compile` methods
- update boilerplate and refactor

## 2.0.0 - 2015-08-04
- Release v2.0.0 / npm@v2.0.0
- **Heads up**, if have error and dont have callback (sync api) it will throw the err
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "octet",
"version": "2.0.0",
"version": "3.0.0",
"description": "1kb template engine for the browser and nodejs. Support helpers, partials and more. Used in AbsurdJS.",
"repository": "tunnckoCore/octet",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
Expand Down

0 comments on commit 6e4d402

Please sign in to comment.