Revision history for MVC-Neaf
0.1101 Fri Oct 28 2016
TST Fix tests
BUG Fix Request->session vs view_as behaviour
0.11 Sun Oct 23 2016
API Deprecated old form() substitutes
API Allow different handlers per (method, path) combo; default allowed methods = [GET, POST, HEAD]
DOC Update readme & checklist, write style guide
DOC Improve CORE docs, add example snippets there
0.10 Tue Oct 18 2016
API Add cache_ttl to cache static files, move static to X::Files
DEV Make MVC::Neaf call cli-debug if CGI detected w/nonempty @ARGV
API add is_post shorthand for method() eq POST
BUG Fix X::Session sloppy pack() and double base64
0.09 Sat Oct 01 2016
MOD Add form validator with resubmission, redo LIVR support completely
DEV Add CLI debugging module
API Add delete_cookie to Request, add more stuff to dump()
API Move neaf_err $@; function into core
API Add set_header, push_header and remove_header to Request
TST Reach 100% coverage on Neaf.pm & Request.pm
BUG Replace md5 with sha1+sha224 in session generation
BUG Bugs fixed, even more added
DOC Better documentation on the main module
0.08 Mon Sep 26 2016
BUG Bugfix in session, content type detection, and static files
BUG Fix content type autodetection, enforce utf8 more rigorously
NET Add Content-Disposition header to static mode
API Allow passing session to view 'as is' if needed
REF Rewrite session mechanism in a more reasonable way
0.07 Thu Sep 22 2016
API Add X::Session for session storage, add Req->session
API Add Validation::LIVR-based form validation
API Add MVC::Neaf->static( uri => localdir ) for serving static content
API Add MVC::Neaf->alias( newpath, oldpath ) for creating, well, aliases
DEV Add Request->dump() for debugging
DEV Add MVC::Neaf->get_routes() for introspection, fixup docs for route()
TPL TT view now passes its args to Template engine
TST Make ALL examples run together under CGI, PSGI, or mod_perl
REF Use HTTP::Headers throughout the code instead of homegrown hash
REF Rename -callback => -jsonp, callback(in view) => on_render
BUG Bugs fixed, even more added
0.06 Tue Sep 6 2016
API Add async content serving via -continue, write(), close()
API Add per-route view defaults, add MVC::Neaf::View
API Add fancy foo=>bar=>baz paths in MVC::Neaf->route
API Add MVC::Neaf::Exception signalling, add neaf_err
TST Increase cover -t to 70%, add autotest to load ALL modules
BUG Bugs fixed, even more added
0.05 Sun Sep 4 2016
API Add method => [GET, POST] restrictions to MVC::Neaf->route
API Add fancy error templates via MVC::Neaf->error_template
DEV Add custom error handler via MVC::Neaf->on_error
DEV Add MVC::Neaf->server_stat and MVC::Neaf::X::ServerStat plugin
API Add req->postpone(CODEREF) method to delay execution
API Add a ton of getters to Request.
TST Add examples: http request breakdown and a tiny 200-line wiki
BUG Bugs fixed, even more introduced
Semireal PSGI app actually released to the net, using Neaf now
0.04 Fri Sep 2 2016
NET HEAD request handled, Content-Length served
API Add multiparameter form validation EXPERIMENTAL
API Add global and per-request set_default() methods
DEV Add MVC::Neaf::View::Dumper - just dump raw reply from controller
BUG Bugs fixed, even more introduced
Semireal psgi app migrated from ad-hoc framework
0.03 Thu Sep 01 2016
API Add Apache2/mod_perl2 support
DOC Update MVC::Neaf documentation
API Cookie now requires regexp validation
API Add MVC::Neaf->pre_route( CODE ) for mangling initial request
API add request->set_param( name : value )
API Everything in utf-8 now by default
BUG Bugs fixed, even more introduced
0.02 Wed Aug 31 2016
API Now -content can be used to return raw content, e.g. images
API Add uploads
TST Add apache2 tempdir auxiliary script to test under apache
API Add cookies, add redirects, add referer
API Add View::JS with jsonp support
API Add View::TT with basic Template support
0.01 Somewhere in the August
First version, released on an unsuspecting world.