Revision history for Dist-Iller

0.1401 2016-02-05T22:38:01Z UTC
 [Bug Fixes]
 - The version of a prereq should be updatable.

0.1400 2016-02-05T20:25:34Z UTC
 [API Changes]
 - Configs should now do the Dist::Iller::Config role instead of
   Dist::Iller::Role::Config.

 [Enhancements]
 - Heavily refactored.
 - Ensure plugins are only added once.
 - Files are always generated in the same order.
 - Dist::Iller (and any used configs) are automatically added as develop
   prereqs (and requires the version used).

 [Testing]
 - Tests now generates files in a tempdir (instead of just to_string-ing
   them)

0.1302 2016-02-03T17:18:44Z UTC
 [Enhancements]
 - Only add develop requirements to authordeps.

0.1301 2016-02-03T15:47:08Z UTC
 [Bug Fixes]
 - Add Dist::Zilla plugins to authordeps (and not just Pod::Weaver
   plugins).

 [Enhancements]
 - Add +version parameter for plugins to set minimum required version.

0.1300 2016-01-29T17:21:18Z UTC
 [Other Changes]
 - Removed dependency on Moops/Kavorka, should now work on 5.10+.
 - Built using dzil plugins in Dist::Iller::Config::Author::CSSON instead
   of maintaining separate plugin list.

0.1204 2016-01-22T16:46:56Z UTC
 [Other Changes]
 - Removed [CheckExtraTests].
 - Added [Test::Compile] (and removed t/basic.t).

 [Requirements]
 - New prereqs: Module::Load, Carp.

 [Testing]
 - Fixed config test.

0.1203 2016-01-09T21:53:44Z UTC
 [Documentation]
 - Fixed outdated example in the synopsis.

 [Enhancements]
 - Mention in the .ini-files which configs (and versions) where used to
   build them.

 [Other Changes]
 - Add provides in Meta for all classes.

 [Requirements]
 - New develop requirements: D::Z::P::MetaProvides::Package,
   D::Z::P::MetaProvides::Class.

0.1202 2015-11-27T15:29:57Z UTC
 [Other Changes]
 - Fixed some minor kwalitee issues.

 [Requirements]
 - Fixed missing prereq (fixes #2, SREZIC++)
 - Test::Pod should now be a develop prereq rather than build.

0.1201 2015-11-24T12:56:59Z UTC
 [Meta]
 - Fixed version number.

0.1200 2015-11-24T12:42:53Z UTC
 - Initial release