update dependency versions, update Changes file from svn log
[p5sagit/Devel-REPL.git] / Changes
CommitLineData
70b00e9c 11.3.0
2 - OutputCache: If sub _ is already defined, then warn about it (once) and refuse to overwrite it
3 - Turn MultiLine::PPI's needs_continuation into a method line_needs_continuation
4 - Cleanup Plugin::Packages
5 - Print a warning when Completion is loaded but the Term::ReadLine object doesn't support completion
6 - Introduce error object for error_return
7 - Make compile return a single value, use is_error to test if it's bad (it's now an error object instead of undef + error str)
8 - Refactor to make it easier to add print/warn to the session
9 - Preserve $^H and %^H when using the LexEnv plugin
10 - Refactor the finding of the last element of the document into a method in Completion
11 - Use namespaace::clean in turtles completion driver
12 - Use Devel::REPL::Plugin instead of Moose::Role
13 - Use "BEFORE_PLUGIN { load_plugin }" instead of "with"
14 - Fix from Sartak for end-of-line comment bug reported by jrockway
15 - Allow exception objects.
16 - Don't initialize a turtles matcher if we don't need to
17 - Improve the MultiLine::PPI plugin by checking whether adding ;; will end in PPI::Statement::Null. If not, then there must be some incomplete structure
18 - Respect env var DEVEL_REPL_PROFILE
19 -
20 - Devel::REPL::Plugin::Peek
21 - Devel::REPL::Plugin::B::Concise
22 - Add CompletionDriver::Turtles
23 - Devel::REPL::Error
24 - Add a Nopaste plugin. #nopaste will publish your current session using App::Nopaste
25 - Add the @INC completion driver.
26 - Devel::REPL::Plugin::CompletionDriver::Globals
27 - Add a PPI plugin for #ppi CODE
28 - CompletionDriver::Methods which currently only works on classnames
29 - FindVariable plugin, which returns a reference to a global variable by name
30 -
31 - Update dependencies
32 - Give "NAME" pod sections to all the plugins
33 - Add AUTHOR sections where I know off the top of my head who wrote the plugin
34 - Expand some of the user documentation
6edfdc07 351.2.1
36 - ship a working version of 1.2.0
bbff3c11 371.2.0
6edfdc07 38 - fix Plugin to work with latest Moose
a66625d6 39 - deprecate NewlineHack plugin, cause fixed in REPL.pm
304ad56d 40 - OutputCache plugin
41 - MultiLine::PPI plugin
42 - Timing plugin
43 - Interrupt plugin
44 - FancyPrompt plugin
45 - Colors plugin
a66625d6 461.1.0
47 - profile system
48 - fix up dependencies
49 - DDS plugin
50 - Commands plugin
51 - Plugin metaclass
521.0.0
53 - Initial release