Release history for Dist-Zilla-App-Command-dumpphases

0.6.0 2013-11-13T03:54:53Z
 [00 Minor]
 - Color handling is now validated, and spews list of dynamically
   determined themes on your system
 - TERMINOLOGY documentation moved down
 - Tests added (Finally!)
 - Moose autobox code removed.
 - Actually remove Test::Compile

 [Dependencies::Added / runtime requires]
 - Carp
 - Path::ScanINC
 - Path::Tiny

 [Dependencies::Added / test requires]
 - Cwd
 - Dist::Zilla::App::Tester

 [Dependencies::Removed / runtime requires]
 - Moose::Autobox

 [Dependencies::Removed / test requires]
 - File::Spec
 - IO::Handle
 - IPC::Open3

0.5.1 2013-11-13T00:46:05Z
 [00 Doc Fix]
 - Added a TERMINOLOGY section, to help clear up the use of the term
   "phase" relative to this module, as it deals with a few things that
   aren't really "phases" in the proper sense of the term.

0.5.0 2013-11-12T23:24:04Z
 [00 Major]
 - Reimplement guts in terms of the new RoleDB utility.
 - This means some of the phase titles have changed
 - However, it now means all phases have descriptions
 - Phases are now printed in alphabetical order, because execution  order
   is indeterminate anyway.
 - Though individual plugins are still printed in the order they're
   executed within the phase.
 - Now shows phase_method data documenting what method dzil calls on the
   plugins during the given phase.

 [Dependencies::Added / develop requires]
 - Dist::Zilla::Plugin::Test::Compile::PerFile

 [Dependencies::Added / runtime requires]
 - Dist::Zilla::Util::RoleDB

 [Dependencies::Changed / build requires]
 - Module::Build 0.4008 → 0.4200

 [Dependencies::Changed / configure requires]
 - Module::Build 0.4008 → 0.4200

 [Dependencies::Changed / develop requires]
 - Dist::Zilla::PluginBundle::Author::KENTNL 2.001000 → 2.002000

 [Dependencies::Removed / develop requires]
 - Dist::Zilla::Plugin::Test::Compile

 [Tests]
 - Replace Test::Compile with Test::Compile::PerFile

0.4.0 2013-11-10T18:47:19Z
 [00 Minor]
 - Add native display of -EncodingProvider role.

 [Dependencies::Added / develop requires]
 - Dist::Zilla::Plugin::Author::KENTNL::MinimumPerl
 - Dist::Zilla::Plugin::Authority 1.006
 - Dist::Zilla::Plugin::AutoPrereqs
 - Dist::Zilla::Plugin::CheckExtraTests
 - Dist::Zilla::Plugin::ConfirmRelease
 - Dist::Zilla::Plugin::EOLTests
 - Dist::Zilla::Plugin::Git::Check
 - Dist::Zilla::Plugin::Git::Commit
 - Dist::Zilla::Plugin::Git::CommitBuild
 - Dist::Zilla::Plugin::Git::GatherDir
 - Dist::Zilla::Plugin::Git::NextVersion
 - Dist::Zilla::Plugin::Git::Tag
 - Dist::Zilla::Plugin::GithubMeta
 - Dist::Zilla::Plugin::License
 - Dist::Zilla::Plugin::Manifest
 - Dist::Zilla::Plugin::ManifestSkip
 - Dist::Zilla::Plugin::MetaConfig
 - Dist::Zilla::Plugin::MetaData::BuiltWith
 - Dist::Zilla::Plugin::MetaJSON
 - Dist::Zilla::Plugin::MetaProvides::Package 1.14000001
 - Dist::Zilla::Plugin::MetaTests
 - Dist::Zilla::Plugin::MetaYAML
 - Dist::Zilla::Plugin::ModuleBuild
 - Dist::Zilla::Plugin::NextRelease
 - Dist::Zilla::Plugin::PkgVersion
 - Dist::Zilla::Plugin::PodCoverageTests
 - Dist::Zilla::Plugin::PodSyntaxTests
 - Dist::Zilla::Plugin::PodWeaver
 - Dist::Zilla::Plugin::Prereqs
 - Dist::Zilla::Plugin::Prereqs::MatchInstalled
 - Dist::Zilla::Plugin::PruneCruft
 - Dist::Zilla::Plugin::ReadmeAnyFromPod
 - Dist::Zilla::Plugin::ReadmeFromPod
 - Dist::Zilla::Plugin::ReportVersions::Tiny
 - Dist::Zilla::Plugin::Test::CPAN::Changes
 - Dist::Zilla::Plugin::Test::Compile
 - Dist::Zilla::Plugin::Test::Kwalitee
 - Dist::Zilla::Plugin::Test::MinimumVersion
 - Dist::Zilla::Plugin::Test::Perl::Critic
 - Dist::Zilla::Plugin::TestRelease
 - Dist::Zilla::Plugin::Twitter
 - Dist::Zilla::Plugin::UploadToCPAN
 - Dist::Zilla::PluginBundle::Author::KENTNL 2.001000

 [Dependencies::Added / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL::Lite v1.3.0

 [Dependencies::Changed / build requires]
 - Module::Build 0.4007 → 0.4008

 [Dependencies::Changed / configure requires]
 - Module::Build 0.4007 → 0.4008

 [Dependencies::Changed / develop requires]
 - Test::Kwalitee 1.08 → 1.12

 [Dependencies::Changed / test requires]
 - Test::More 0.98 → 1.001002

 [Dependencies::Removed / develop recommends]
 - Dist::Zilla::PluginBundle::Author::KENTNL::Lite v1.3.0

 [Dependencies::Removed / develop requires]
 - Dist::Zilla::PluginBundle::Author::KENTNL::Lite

 [Dependencies::Removed / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL v1.8.3

0.3.4 2013-09-25T02:33:05Z
 [Bugfix]
 - Update compile tests to avoid bugs on Win32

 [Dependencies::Added / test requires]
 - File::Spec

 [Dependencies::Changed / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL v1.8.1 → v1.8.3

0.3.3 2013-08-30T19:28:52Z
 [Dependencies::Added / test requires]
 - IO::Handle
 - IPC::Open3

 [Dependencies::Removed / test requires]
 - Capture::Tiny
 - blib

 [Minor]
 - Bump to get latest Test::Compile test.

0.3.2 2013-08-23T13:21:54Z
 [Minor]
 - Bundle images in dist
 - Add Travis CI checking

0.3.1 2013-08-22T10:34:10Z
 [Bug fixes]
 - Accidentally left broken code with colored -> _colored transition

 [Documentation]
 - Screenshot images added to all the themes.

0.3.0 2013-08-22T09:38:29Z
 [!Major]
 - Now supports custom color themes controllable on the CLI
 - Internals have MetaPOD coverage

 [Dependencies::Added / runtime requires]
 - Module::Runtime
 - Moo
 - Role::Tiny

 [Documentation]
 - MetaPOD annotations and graphs added.

0.2.0 2013-08-21T14:32:08Z
 [!Major]
 - New feature, shows aggregate of plugins that were not in any predefined
   phase.
 - Better docs on a few phases.

 [Dependencies::Added / develop requires]
 - Test::Kwalitee 1.08

 [Dependencies::Added / test requires]
 - Capture::Tiny
 - blib

 [Dependencies::Changed / build requires]
 - Module::Build 0.4005 → 0.4007

 [Dependencies::Changed / configure requires]
 - Module::Build 0.4005 → 0.4007

 [Dependencies::Changed / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL v1.7.3 → v1.8.0

 [Dependencies::Removed / test requires]
 - File::Find
 - File::Temp

0.1.4 2013-05-17T12:45:25Z
 [Dependencies::Added / develop requires]
 - Test::CPAN::Changes 0.19

 [Dependencies::Changed / build requires]
 - Module::Build 0.4003 → 0.4005

 [Dependencies::Changed / configure requires]
 - Module::Build 0.4003 → 0.4005

 [Dependencies::Changed / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL v1.7.0 → v1.7.3

 [Documentation]
 - Change hotlink image URI to a github-pages based one to be more friendly
   to githubs service.
 - https://github.com/blog/1482-
 - https://help.github.com/articles/using-submodules-with-pages

 [Packaging]
 - Utilise test_requires

0.1.3 2013-01-25T23:04:24Z
 - Bugfix release

 [Bugs]
 - Load Term::ANSIColor lazily to stop it being loaded when all the other
   commands are ( Thanks Oliver Mengué ).

 [Dependencies::Added / develop requires]
 - Pod::Coverage::TrustPod
 - Test::CPAN::Meta
 - Test::Pod 1.41
 - Test::Pod::Coverage 1.08
 - version 0.9901

 [Dependencies::Changed / build requires]
 - Module::Build 0.3601 → 0.4003

 [Dependencies::Changed / configure requires]
 - Module::Build 0.3601 → 0.4003

 [Dependencies::Changed / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL v1.3.0 → v1.7.0

 [Dependencies::Changed / test requires]
 - Test::More 0.88 → 0.98

 [Documentation]
 - Copyright = 2013

 [Meta]
 - Bugtracker switched to github

 [Tests]
 - Regenerated 000-report-versions-tiny.t

0.1.2 2012-05-09T07:25:48Z
 - Maintenance Release.

 [Dependencies::Added / runtime requires]
 - perl 5.006

 [Dependencies::Changed / develop recommends]
 - Dist::Zilla::PluginBundle::Author::KENTNL::Lite 0.01009803 → v1.3.0

 [Dependencies::Changed / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL v1.0.0 → v1.3.0

 [Internals]
 - add $AUTHORITY to all packages.

 [Packaging]
 - Update LICENSE ( Year, Indent, Address )
 - Export x_authority in Meta

 [Tests]
 - Add a minimum version release test

0.1.1 2011-09-02T09:37:14Z
 [Dependencies::Added / runtime requires]
 - strict
 - warnings

 [Dependencies::Removed / test requires]
 - English

 [Documentation]
 - Document how to turn off colouring ( thanks harleypig / ayoung / Alan
   Young )

 [Metadata]
 - Github Urls updated/corrected.

 [Packaging]
 - Author/Release tests now in xt/
 - Alan Young is now an author.

 [Tests]
 - compile test updated.

0.1.0 2011-07-14T06:13:32Z
 - First version.