All Versions
310
Latest Version
Avg Release Cycle
141 days
Latest Release
2016 days ago

Changelog History
Page 25

  • v2.3.6 Changes

    May 20, 2011
    • Changed; using devDependencies instead of git submodules
    • Fixed redis session example
    • Fixed markdown example
    • Fixed view caching, should not be enabled in development
  • v2.3.5 Changes

    May 20, 2011
    • Added export .view as alias for .View
  • v2.3.4 Changes

    May 08, 2011
    • Added ./examples/say
    • Fixed res.sendfile() bug preventing the transfer of files with spaces
  • v2.3.3 Changes

    May 03, 2011
    • Added "case sensitive routes" option.
    • Changed; split methods supported per rfc [slaskis]
    • Fixed route-specific middleware when using the same callback function several times
  • v2.3.2 Changes

    April 27, 2011
    • Fixed view hints
  • v2.3.1 Changes

    April 26, 2011
    • Added app.match() as app.match.all()
    • Added app.lookup() as app.lookup.all()
    • Added app.remove() for app.remove.all()
    • Added app.remove.VERB()
    • Fixed template caching collision issue. Closes #644
    • Moved router over from connect and started refactor
  • v2.3.0 Changes

    April 25, 2011
    • Added options support to res.clearCookie()
    • Added res.helpers() as alias of res.locals()
    • Added; json defaults to UTF-8 with res.send(). Closes #632. [Daniel * Dependency connect >= 1.4.0
    • Changed; auto set Content-Type in res.attachement [Aaron Heckmann]
    • Renamed "cache views" to "view cache". Closes #628
    • Fixed caching of views when using several apps. Closes #637
    • Fixed gotcha invoking app.param() callbacks once per route middleware. Closes #638
    • Fixed partial lookup precedence. Closes #631 Shaw]
  • v2.2.2 Changes

    April 12, 2011
    • Added second callback support for res.download() connection errors
    • Fixed filename option passing to template engine
  • v2.2.1 Changes

    April 04, 2011
    • Added layout(path) helper to change the layout within a view. Closes #610
    • Fixed partial() collection object support. Previously only anything with .length would work. When .length is present one must still be aware of holes, however now { collection: {foo: 'bar'}} is valid, exposes keyInCollection and keysInCollection.

    • Performance improved with better view caching

    • Removed request and response locals

    • Changed; errorHandler page title is now Express instead of Connect

  • v2.2.0 Changes

    March 30, 2011
    • Added app.lookup.VERB(), ex app.lookup.put('/user/:id'). Closes #606
    • Added app.match.VERB(), ex app.match.put('/user/12'). Closes #606
    • Added app.VERB(path) as alias of app.lookup.VERB().
    • Dependency connect >= 1.2.0