X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Changes;h=be3eea6a155e3fe4177bb7fb6e272dbae2ee51c4;hp=f228aaed0d9702f7b6d14807cc576165428f946f;hb=4f30e622dab9e40ec3ce24f319b6fce05b2de536;hpb=5e1ce3dd41bf7ebbf503f64158834fa3bcd1787f diff --git a/Changes b/Changes index f228aae..be3eea6 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,16 @@ - + - Add exit_repl attribute as a non-signal related way to indicate the REPL should stop running. +1.3.9_02 + - resolve rt.cpan#45879 by implementing Term::ReadLine::Perl support for ReadLineHistory + - resolve rt.cpan#55491 by skipping Interrupt test for win32 +1.3.9_01 + - Completion works with Term::ReadLine::Perl, which works in win32 etc +1.3.9 + - Fix scary Moose 0.98 box, adding a check for ->isa('Devel::REPL') in Meta/Plugin.pm +1.3.8 + - Add doc to a bunch of plugins + - Add DDC plugin (like DDS but Data::Dumper::Concise) + - resolve rt.cpan#44231 SIGINT does not quit the REPL just kills the line being edited +1.3.7 - resolve rt.cpan#44919 fix deprecated use of compute_all_applicable_methods 1.3.6 - had to cut a new release, something went wrong with use of M::I @@ -41,7 +53,7 @@ - Don't initialize a turtles matcher if we don't need to - Improve the MultiLine::PPI plugin by checking whether adding ;; will end in PPI::Statement::Null. If not, then there must be some incomplete structure - Respect env var DEVEL_REPL_PROFILE - - + - - Devel::REPL::Plugin::Peek - Devel::REPL::Plugin::B::Concise - Add CompletionDriver::Turtles @@ -52,7 +64,7 @@ - Add a PPI plugin for #ppi CODE - CompletionDriver::Methods which currently only works on classnames - FindVariable plugin, which returns a reference to a global variable by name - - + - - Update dependencies - Give "NAME" pod sections to all the plugins - Add AUTHOR sections where I know off the top of my head who wrote the plugin