Revision history for Perl extension Nephia
0.19 2013-06-27T07:13:20Z
- feature : allow to use multiple flavor in nephia-setup
0.18 2013-06-26T16:07:12Z
- bug fix : Nephia::MetaTemplate tag matching rule was not good :(
0.17 2013-06-26T15:04:27Z
- bug fix : Nephia::MetaTemplate->argument added
0.16 2013-06-26T14:48:06Z
- fix missing pseudo code for "res" in document
- add meta template feature for creating new flavor easy
0.15 2013-06-21T02:33:36Z
- add Config::Micro as a recommends
- fix test for MSWin32
0.14 2013-06-19T07:34:12Z
- bug fix : Setup::Base cpanfile requires Config::Micro
0.13 2013-06-19T07:13:42Z
- add submapper feature [macopy]
- wrap request-class with Nephia::request [songmu]
- expand number of testfile
- stop using 'Plack::Middleware::ContentLength' internally
- implement get_version() feature into Setup.pm
- show Nephia version to 'nephia-setup --version'
0.12 2013-06-14T11:11:42Z
- import() will execute when plugin is loaded
0.11 2013-06-12T09:22:18Z
- move Nephia to Nephia::Core for import() separation
- add a feature that loads plugins when called import()
- became able to use prototype-function in plugin
0.10 2013-06-10T12:12:12Z
- Nephia::View::MicroTemplate is new default template engine.
- Nephia::View::Xslate was split to new distribution(it's same name).
0.09 2013-06-07T15:57:16Z
- more quite design template and style
- stop using Class::Load. use Nephia::ClassLoader
- remove unrequired dependency (Mouse::Util::TypeConstraints, Class::Accesor::Fast)
- stop using Path::Class.
0.08 2013-06-07T01:41:12Z
- cut out validation feature into plugin (Nephia::Plugin::Data::Validator)
- add documentation for commands in res function
0.07 2013-05-18T08:05:12Z
- security fix for CVE-2013-1297
- fix Setup::Base more scalable
0.06 2013-05-17T09:02:58Z
- add nephia_plugins function.
- done minil migrate (see Minilla)
0.05 Tue Apr 23 22:46:33 JST 2013
[Setup::Base]
- use Config::Micro for loading config
- change config as hashref
- change dependency for Class::Accessor::Fast to Class::Accessor::Lite (thx, ichigotake)
- avoid indexing of POD in application template
0.04 Thu Feb 23 13:11:23 2013
- res() supports return values.
- add config() function.
- use EU::MM for makefile template.
- add config file template.
0.03 Wed Jan 30 11:54:29 2013
- support param function.
0.02 Mon Jan 28 11:28:32 2013
- change mapper class from Plack::App::URLMap to Router::Simple.
- support (get|post|put|del) function.
0.01 Wed Jul 18 08:18:52 2012
- original version