Clustericious
view release on metacpan or search on metacpan
Revision history for Clustericious
1.29 2018-03-11 14:24:27 -0400
- Deprecated. See https://github.com/clustericious/Clustericious/issues/46
1.28_01 2018-01-22 10:34:23 -0500
- Possible fx for gh#45
1.27 2017-10-26 16:22:49 -0400
- Add compatability with Test2::Harness / App::Yath
- Switch from Test::Builder to Test2::API
1.26 2017-07-26 07:48:09 -0400
- Migrate from File::ShareDir to File::ShareDir::Dist
- Remove deprecated code (gh#43 Yanick++)
- Remove dependency on List::MoreUtils
1.25 2017-07-22 23:44:14 -0400
- Remove dependency on File::HomeDir
1.24 2017-04-27 08:37:08 -0400
- Mojolicious 7.31 compat
- Drop support for older versions of Mojolicious
1.23 2017-03-14 10:59:27 -0400
- More Mojolicious deprecation workarounds
1.22 2016-11-28 14:28:57 -0500
- Fixes for Perls that do not have '.' in @INC
- the -l option for 'clustericious daemon' overrides any value
if any in the config
1.21 2016-07-20 14:45:16 -0400
- Mojo 7.x compatability
- Fixes to Test::Clustericious::Log#log_context
- autodata defaults to JSON instead of throwing an exception now.
1.20 2016-04-22 13:40:57 -0400
- Added Clustericious::Log::CommandLine
- Compatability with Mojolicious 6.58
1.19 2016-03-28 12:13:34 -0400
- make hypnotoad test a dev only test
1.18 2016-03-24 15:49:47 -0400
- Documentation fixes
- Fix bug where errors from mojo were not being decoded correctly
in PlugAuth plugin
- make plackup test a dev only test
1.17 2016-03-14 12:18:27 -0400
- removed stragler deprecated use of auth_ua
1.16 2016-02-03 10:34:37 -0500
- removed deprecated Test::Clustericious
- removed deprecated config files with .yml extension
- removed deprecated config from calar
- removed deprecated method Clustericious::Config->dump_as_yaml
- removed deprecated method Clustericious::Config->set_singleton
- removed deprecated JSON configurations
- removed deprecated generate mbd_app command
- removed deprecated config item simple_auth
- removed deprecated Clustericious::Controller->render_text and ->render_json
- removed deprecated helpers base_tag and auth_ua
- removed deprecated Clustericious::RouteBuilder::Proxy
- removed deprecated Clustericious::Config::Plugin
- removed deprecated use of Clustericious::App->init_logging as a class method
1.15 2016-01-21 17:41:26 -0500
- Mojo 6.41 compatability
1.14 2016-01-03 10:39:31 -0500
- Clustericious::Client#_config is now a public method named
Clustericious::Client#config. The older form is now an alias
of the new one, but may be removed in the future, but not before
February 29, 2016.
- Clustericious::Client#client is now renamed to #ua
The old attribute may be removed in the fiture, but not before
February 29, 2016.
- Added helper client which returns either a Clustericious::Client
or YourApp::Client
1.12 2015-12-19 15:40:15 -0700
- Add hooks for custom en/decoders
1.11 2015-12-10 09:03:13 -0500
- Clustericious::RouteBuilder::Proxy is deprecated and will be removed on
or after January 31, 2016. Consider using Mojolicious::Plugin::Proxy
instead
- restored t/command_generate.t as regular test
- Added 'clustericious which' command
- Applications now get a default URL unique on a per application,
perl user basis.
- Clustericious::RouteBuilder::Common is now
Clustericious::Plugin::CommonRoutes and is a Mojo plugin
- Plugin search order has changed to prefer Clustericious::Plugin
over Mojolicious::Plugin.
- "simple_auth" in configuration has long since been deprecated
it will now croak.
- Clustericious::App:#dump_api is deprecated and will be removed
on or after January 31, 2016.
- Clustericious::App:#dump_api_table is deprecated and will be removed
on or after January 31, 2016.
- Clustericious::Template was removed. You probably were not
using it.
- Clustericious::Controller#render_text and #render_json are deprecated
and will be removed on or after January 31, 2016
( run in 0.791 second using v1.01-cache-2.11-cpan-d06a3f9ecfd )