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 Aug 4, 2015
1 parent 2df46a0 commit f256e4c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@


## 1.0.1 - 2015-12-30
## 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
- it will contain template code string in `err._templateCode`
- update scripts
- expose to CDNs
- friendlier readme
- use browserify and uglify-js
- update boilerplate

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

## 1.0.0 - 2015-12-30
## 1.0.0 - 2014-12-30
- Release v1.0.0 / npm@v1.0.0
- update code style
- jshint, jscs, dotfiles, coverage, etc
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "octet",
"version": "1.0.1",
"version": "2.0.0",
"description": "1kb template engine for the browser and nodejs. Support helpers, partials and more.",
"repository": "tunnckoCore/octet",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
Expand Down

0 comments on commit f256e4c

Please sign in to comment.