compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
79 lines (32 loc) • 1.1 kB
Markdown
# History
## 1.2.7 / 2013-12-11
- [new feature] Added transform, thnaks to `luk3thomas`
- [update packages] should->v2.1.1
## 1.2.6 / 2013-05-24
- [bug fix] Use instance instead of `this`
## 1.2.5 / 2013-01-09
- [refactoring] Allow all caps strings to be returned from underscore
## 1.2.4 / 2013-01-06
- [bug fix] window obj does not have `call` method
## 1.2.3 / 2012-08-02
- [bug fix] Singularize `status` produces `statu`
- [update packages] should->v1.1.0
## 1.2.2 / 2012-07-23
- [update packages] node.flow->v1.1.3 & should->v1.0.0
## 1.2.1 / 2012-06-22
- [bug fix] Singularize `address` produces `addres`
## 1.2.0 / 2012-04-10
- [new feature] Browser support
- [update packages] node.flow->v1.1.1
## 1.1.1 / 2012-02-13
- [update packages] node.flow->v1.1.0
## 1.1.0 / 2012-02-13
- [update packages] node.flow->v1.0.0
- [refactoring] Read version number from package.json
## 1.0.0 / 2012-02-08
- Remove make file
- Add pluralize rules
- Add pluralize tests
- [refactoring] Use object.jey instead of for in
## 0.0.1 / 2012-01-16
- Initial release