Amon2
view release on metacpan or search on metacpan
5.11 2013-10-22T03:25:03Z
- Remove Safari UTF-8 BOM hack.
(tokuhirom)
- Fixed testing deps
(magnolia++)
5.10 2013-10-20T10:01:00Z
- Fixed testing issue
5.09 2013-10-19T01:45:17Z
- WebSocket: Fixed connection leaks after EOF.
(Reported by Yoshio Suzuki++)
5.08 2013-10-18T06:31:43Z
- CSRFDefender: Take CSRF token from X-CSRF-Token header.
(Suggested by @yappo++)
5.07 2013-10-18T05:31:19Z
- Fixed dependency issues and minor tweaks.
(GeJ)
5.06 2013-10-16T05:44:39Z
- Fixed dependency issue
(GeJ)
5.05 2013-10-16T02:14:53Z
- RouterBoom: The path declared with get() function accepts 'HEAD' method.
(tokuhirom)
5.04 2013-10-15T23:50:37Z
- Make Router::Boom as a default routing engine.
(tokuhirom)
- Removed Amon2::Plugin::Web::HTTPSession from core dist.
(tokuhirom)
- Fixed version number in flavor files
(tokuhirom)
- Make Basic flavor as minil migratable
(tokuhirom)
5.03 2013-10-10T04:27:45Z
- Fixed dependencies
(syohex)
5.01 2013-10-09T04:11:26Z
- Fixed indexing issue.
(tokuhirom)
5.00 2013-10-09T03:44:43Z
- Default jQuery version is updated to 2.0
(tokuhirom)
- Default template engine syntax was switched to Kolon!!!
(tokuhirom)
- Every flavores are CPAN upload ready.
(tokuhirom)
- Flavores no longer create app.psgi.
Create script/${app}-server instead.
(tokuhirom)
4.06 2013-10-04T05:40:15Z
- Make Starlet a dependency for the Standalone flavor.
(Geraud)
- Flavor::Standalone: Show start up banner.
(tokuhirom)
- Flavor::Standalone: Enabled AccessLog middleware by default.
(tokuhirom)
4.05 2013-10-03T22:26:32Z
- Fixed @INC settings created by Standalone flavor.
(tokuhirom)
4.04 2013-10-03T06:39:40Z
- Added EXPERIMENTAL Standalone flavor.
It makes easier to create CPAN uploadable web application.
(tokuhirom)
4.03 2013-09-17T03:21:53Z
- Show banner after run setup script.
(Suggested by zakame)
4.02 2013-09-17T03:12:00Z
- Add Amon2::Web->create_simple_status_page().
(daylflower)
- Recommend to install Teng.
(Suggested by zakame)
4.01 2013-08-22T03:23:21Z
- Fixed utf8 flag issue in uri_with().
Before this version, if the key was flagged, it makes MOJIBAKE.
https://github.com/tokuhirom/Amon/issues/63
(Reported by ichigotake++)
4.00 2013-08-21T03:44:49Z
- Bump to 4.00!
(tokuhirom)
3.99_01 2013-08-20T04:59:03Z
- Switch to bootstrap 3
(tokuhirom)
- Switch to Teng.
(tokuhirom)
3.03 2011-10-10
[BUG FIX]
- Flavor::Lite: Do not require HTTP::Session
3.02 2011-10-10
[BUG FIX]
- jquery assets was broken in 3.00
- main.js is invalid from bootstrap support
3.01 2011-10-09
[FEATURE ENHANCEMENTS]
- Flavor::Large: make app.psgi as a router for *.psgi
- Flavor::Large: better auto route generation
3.00 2011-10-08
[FEATURE ENHANCEMENTS]
- use Plack::Session by default
- use Amon2::DBI on Large/Basic flavor
- default database path is now db/
- load t/Util.pm automatically in .proverc
[MISC]
- depended on latest Text::Xslate::Bridge::TT2Like
2.56 2011-10-07
[INCOMPATIBLE CHANGE]
- f895c31 use TTerse in setup script
(This chanage does not break your application)
[MISC]
- 2b2bcf4 make defaul admin page's top bar as green
2.55 2011-10-07
[INCOMPATIBLE CHANGE]
- flavor asset apis
(This chanage does not break your application)
[FEATURE ENHANCMENTS]
- added static_file() helper method
- added EXPERIMENTAL Large flavor
2.54 2011-09-22
- switch to twitter's bootstrap
- rewrite Asset's architecture
2.53 2011-09-21
- win32 fix on Amon2->base_dir(mattn)
2.52 2011-09-19
- use jquery-1.6.4.min.js.
- [BUG] fixed routing rule for robots.txt, favicon.ico
[2.51 not released]
- updated dependencies to fix issues from depended libraries.
2.50 2011-09-02
- depend on Test::More 0.98
(fixes $? issue on subtest)
- bundle jquery 1.3.6
- bundle blueprint 1.0.1
2.49 2011-07-26
- revert 2.48 changes. and Do not load config/$ENV{PLACK_ENV}.pl
if the config/ directory does not exists.
2.48 2011-07-26
- fixed testing issue(reported by sugyan++)
2.47 2011-07-26
- Template engine is now customizalbe on Amon2::Lite.
(tokuhirom)
2.46 2011-07-21
- fixed testing issue
- etc.
2.45 2011-07-11
- ->init() method was deprecated on Setup::Flavor.
- test fix
- minor tweaks around pod.
2.44 2011-07-10
- doc fix(tokuhirom)
2.43 2011-07-10
- documentation enhancements(tokuhirom).
2.42 2011-07-10
- added configuration feature for Amon2::Lite
- fixed testing issue on Amon2::Lite(reported by syohex++)
- added docs for CSRFDefender
2.41 2011-07-10
- fixed testing issue(maybe cpan-tester's issue)
- added EXPERIMENTAL Amon2::Lite module for small web site.
2.40 2011-07-08
- fix xslate related issue in setup script(reported by gfx++)
- doc fix
2.39 2011-07-07
- upgrade jquery to 1.6.2(tokuhirom)
2.04 not released
- docs
- rewrote tutorial
2.03 not released
- new hook point: encode_html.
2.02 not released
- Amon::add_config will be deprecate
- Log::Dispatch is no longer default component
- docs(hiratara)
2.01 not released
- fixed test case
- added second argument for: $c->redirect($location, \%params)
- added second argument for: $c->redirect($location, \@params)
- added $c->fillin_form() method to Amon2;:Plugin::Web:FillInForm and
Amon2::Plugin::Web::FillInForm.
2.00 not released
- refactored
- bug fixed
- rewrote docs
1.99_01 not released
- Full rewrote Amon.
- This is RC of Amon 2.0
1.03 not released
- added 'router' attribute for Dispatcher::Lite.
1.02 not released
- bump up version
1.01 not released
- more flexible interface for Plugin::CSRFDefender
1.00 not released
- bump up version
0.44 not released
- added Amon2::Plugin::FillInFormLite.
0.43 not released
- e657339 [BUG] Amon2::Util must not returns undef
at 2nd time function call.
- 7cfef62 Plugin::FillInForm: adjust content-length after fill-in.
- updated docs
0.42 not released
- added Text::Xslate support
- fixed some issues
0.41 not released
- added $req->uri_with() method.
- added new option 'open_layer' to Amon2::V::MT.
0.40 not released
- Amon2::Web::Dispatcher::HTTPxDispatcher was removed.
- Amon2::Web::C was removed.
use Amon2::Web::Declare instead.
0.32 not released
- M::P::Object is no longer needed
- ConfigLoader is enabled by default.
- depend to latest Plack
- Plugin::HTTPSesssion: pass $c to callback
0.31 not released
- Amon2::Web::Dispatcher::HTTPxDispatcher will remove on 0.40
- do not depend to Module::Pluggable::Object.
New loader will die if one of controller has a syntax error.
0.30 not released
[SOME INCOMPAT CHANGES]
- added Amon2::ConfigLoader
- make container as more simple
- use class-data-inheritable in container
- $c->view method move to Amon2::Web
- added Amon2::Web->render()
- added Amon2::Web->render_partial()
0.22 not released
- Factory class was deprecated.
- DBIx::Skinny is no longer default ORM.
(Amon2 should not select any ORM as default)
- move uri_for to Amon2::Web
0.21 not released
- fixed tests
- Amon2::Sense::add_trigger should take multiple triggers.
- [bug fixed] hook with instance should work
- fixed deps
- move redirect method to Amon2::Web.
0.20 not released
- added Web::Dispatcher::Lite
- Web::Dispatcher::RouterSimple:
enable stricture automatically
( run in 0.703 second using v1.01-cache-2.11-cpan-13bb782fe5a )