Sha256: 1bf9cf5d6635c40f8c035e37664b636e952e1b7c91eec491af0940787598d23a

Contents?: true

Size: 1.33 KB

Versions: 1

Compression:

Stored size: 1.33 KB

Contents

= 0.7.1 / 2012-01-08

  * Changed loader to only load ruby files
  * Moved session from app to request
  * Replaced autoload with require
  * Fixed generated rackup to use builder
  * Fixed generated rakefile so it runs in a specific environment
  * Fixed issue running with ignore_routes turned on

= 0.7.0 / 2011-11-19

  * Added middleware for logging, static, and reloading
  * Added invoke_route! and invoke_handler! methods
  * Added before, after, and around hooks to routes
  * Added pakyow console
  * Changed methods that modify request/response life cycle to bang methods
  * Fixed regex route error (was removing route vars)
  * App file is no longer loaded twice upon initialization
  * Fix cookie creation when cookie is a non-nil value but not a String

= 0.6.3 / 2011-09-13

  * Fixes several load path issues
  * Fixes gemspecs so gem can be built/used from anywhere
  * Fixes inconsistency with with request.params having string and symbol keys
  * Fixes loading of middleware when staging application (simplifies rackup)

= 0.6.2 / 2011-08-20

  * Fixes issue running pakyow server on Windows
  * Fixes several issues related to error handlers
  * Fixes an issue when using alphanumeric ids in restful routes
  * JRuby Support

= 0.6.1 / 2011-08-20

  * Fixes gemspec problem

= 0.6.0 / 2011-08-20

 * Initial gem release of 0.6.0 codebase

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pakyow-core-0.7.1 pakyow-core/CHANGES