Revision history for Perl extension Nephia
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