Amon2

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    commit afa47f5604e7ee9585d9420bd755ff3728cfc736
    Author: wata <w.nagasawa@gmail.com>
    Date:   Sun Jan 26 18:00:11 2014 +0900

        Fix server option max-workers

    commit 3d37aa9fa45ab1674099d09704f9b356982a1c7b
    Author: moznion <moznion@gmail.com>
    Date:   Tue Jan 7 13:10:44 2014 +0900

        Fix the usage of `make_instance`

    commit 9417ef4c29627302f2168455c6451ef8d5d8c2e8
    Author: Kazuhiro Osawa <yappo@shibuya.pl>
    Date:   Wed Nov 20 13:49:41 2013 +0900

        rename X-JSON-Status to X-API-status

        It was considered at the time to provide an API at the same time the format of the other.

6.00 2013-11-12T03:50:56Z

    - Default session library is HTTP::Session2.
      (tokuhirom)
    - Split some deprecated modules from core dist.
      Amon2::Plugin::Web::NoCache
      Amon2::Plugin::Web::PlackSession
      Amon2::Web::Dispatcher::Lite
      Amon2::Web::Dispatcher::RouterSimple
      (tokuhirom)

5.16 2013-10-31T23:20:48Z

    - Fixed pager.tx bug. It's broken from 5.00.
      (Katsuhiro Konishi)

5.15 2013-10-30T23:44:03Z

    - Upgrade Twitter bootstrap 3.0.0 to 3.0.1.
      (tokuhirom)

5.14 2013-10-30T11:15:10Z

    - CSRFDefender: Added `no_html_filter` parameter.
      (tokuhirom)

5.13 2013-10-29T02:10:40Z

    - Web::Disptacher::RouterBoom supports DELETE method.
      (tokuhirom)

5.12 2013-10-28T06:55:00Z

    - Trivial setup script changes.
      (tokuhirom)
    - POD fix
      (magnolia)

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)

Changes  view on Meta::CPAN


    - Plugin::JSON: remove Opera special casing

2.20 2011-02-22

    - fixed fucking missing deps on Carp::Clan.

2.19 2011-02-22

    - script/amon2-setup.pl now provides more better perlcritic templates.
      It's more safe.
      (tokuhirom)

2.18 2011-02-22

    - call ancestor's trigger code like Class::Trigger(tokuhirom)

2.17 2011-02-21

    - fixed broken deps for String::Random(reported by miyagawa++)
      Now Amon2::Util provides random_string() method.
    - fixed broken amon2-setup.pl

2.16 2011-02-21

    [amon2-setup.pl]
    - remove skinny support
    - added DBI base class
    - link to amon.64p.org in skelton
    - remove experimental blueprint support

2.15 2011-02-16

    - setup session(store it to file) by default
    - enable fillinform by default
    - enable nocache plugin by default
    - fill the absolute template path by default
    - enable CSRFDefender plugin by default
    - cluck the deprecated warnings
    - perl 5.008001+ is required by Amon2

2.14 2011-01-31

    [script/amon2-setup.pl enhancements]
    - handle robots.txt and favicon.ico in .psgi
    - make Middleware::Static's path as absolute
      (reported by @makotoworld)
    - added experimental blueprint support for amon2-setup.pl

2.13 2011-01-27

    - fixed code depended on perl5.10

2.12 2011-01-02

    - Amon2::Web::Request: added accessor for raw value
    - removed dependency for local::lib.

2.11 2010-12-17

    - fix encoding mime_name is lower case, Safari add BOM bug,
      Chrome text/html(s-aska)

2.10 2010-12-16

    - fixed test case

2.09 2010-12-13

    - first release for CPAN

2.08 not released

    - Web::Dispatcher::RouterSimple: export 'router' method

2.07 not released

    - Plugin::Web::CSRFDefender: added get_csrf_defender_token method.

2.06 not released

    - fixed csrfdefender for amon2 style(before this commit,
      it still amon1 style!)
      (tokuhirom)

2.05 not released

    - Plugin::Web::CSRFDefender: oops. older version does not work
      without Amon1
    - Plugin::Web::JSON: fix Encode::Encoding object to mime-name
      (s-aska)
    - amon2-setup.pl: switch to DBIx::Inspector
      from DBIx::Skinny::Schema::Loader.
      (tokuhirom)
    - doc enhancement
      (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



( run in 0.572 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )