compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
108 lines (74 loc) • 2.14 kB
Markdown
2.3.5 / 2015-07-31
==================
* perf: enable strict mode
2.3.4 / 2015-07-14
==================
* deps: vary@~1.0.1
2.3.3 / 2015-05-12
==================
* deps: debug@~2.2.0
- deps: ms@0.7.1
2.3.2 / 2015-03-14
==================
* deps: debug@~2.1.3
- Fix high intensity foreground color for bold
- deps: ms@0.7.0
2.3.1 / 2014-12-30
==================
* deps: debug@~2.1.1
* deps: methods@~1.1.1
2.3.0 / 2014-10-16
==================
* deps: debug@~2.1.0
- Implement `DEBUG_FD` env variable support
2.2.0 / 2014-09-02
==================
* deps: debug@~2.0.0
2.1.3 / 2014-08-10
==================
* deps: parseurl@~1.3.0
* deps: vary@~1.0.0
2.1.2 / 2014-07-22
==================
* deps: debug@1.0.4
* deps: parseurl@~1.2.0
- Cache URLs based on original value
- Remove no-longer-needed URL mis-parse work-around
- Simplify the "fast-path" `RegExp`
2.1.1 / 2014-07-11
==================
* deps: debug@1.0.3
- Add support for multiple wildcards in namespaces
2.1.0 / 2014-07-08
==================
* add simple debug output
* deps: methods@1.1.0
- add `CONNECT`
* deps: parseurl@~1.1.3
- faster parsing of href-only URLs
2.0.2 / 2014-06-05
==================
* use vary module for better `Vary` behavior
2.0.1 / 2014-06-02
==================
* deps: methods@1.0.1
2.0.0 / 2014-06-01
==================
* Default behavior only checks `X-HTTP-Method-Override` header
* New interface, less magic
- Can specify what header to look for override in, if wanted
- Can specify custom function to get method from request
* Only `POST` requests are examined by default
* Remove `req.body` support for more standard query param support
- Use custom `getter` function if `req.body` support is needed
* Set `Vary` header when using built-in header checking
1.0.2 / 2014-05-22
==================
* Handle `req.body` key referencing array or object
* Handle multiple HTTP headers
1.0.1 / 2014-05-17
==================
* deps: pin dependency versions
1.0.0 / 2014-03-03
==================
* Genesis from `connect`