Revision history for Dancer2::Plugin::PageHistory
0.204 Thu 21 Jul 10:51:01 CEST 2016
[TESTS]
* Skip tests if connection to redis fails in session-redis.t instead
of having tests fail.
[MISC]
* use strict and warnings (kwalitee)
* set pod encoding to utf8
0.203 Wed 20 Jul 14:17:53 CEST 2016
[TESTS]
* have session tests diag the engine version
* Make sure we have a working memcached server in tests. Closes GH#1.
0.202 Mon 6 Jun 13:56:57 CEST 2016
[ENHANCEMENTS]
* Support added (with tests) for the following Session engines:
CGISession, Memcached, MongoDB, PSGI, Sereal
0.201 Fri 3 Jun 20:49:34 CEST 2016
* Add support for Dancer2::Session::Redis
0.200 Fri 3 Jun 18:50:28 CEST 2016
** First release for Dancer2 **
Older changelog entries refer to the original Dancer1 plugin
0.102 Mon 21 Sep 10:58:40 CEST 2015
* return empty list instead of undef for method calls with no history
0.101 Fri Jun 12 19:57:59 CEST 2015
* update Plack build dep since older Plack::Test has no create method
0.100 Sat May 30 12:01:45 CEST 2015
* cache history in var for request duration
0.006 Fri May 29 12:30:40 CEST 2015
* improve robustness of memcache and DBIC tests
0.005 Thu May 28 16:25:50 CEST 2015
* bugfix: page objects not unblessed when other code saves to session
0.004 Wed May 27 18:26:16 CEST 2015
[ENHANCEMENTS]
* Additional sessions engine: PSGI
[TESTS]
* switch from Dancer::Test to Plack::Test for plugin.t
0.003 Tue May 26 16:44:39 CEST 2015
[ENHANCEMENTS]
* Additional sessions engines: CHI, Memcached, Memcached::Fast, MongoDB
[MISC]
* Simplify deflation by using Data::Structure::Util::unbless to simplify
support for additional session engines
[TESTS]
* Cleanup use of try_load_class in plugin.t
0.002 Tue May 26 10:29:09 CEST 2015
* cleanup tests that caused smoker failures
0.001 Mon May 25 19:39:00 CEST 2015
* Initial release