resolve rt.cpan#42904 Nopaste plugin handle undef error messages
[p5sagit/Devel-REPL.git] / Changes
CommitLineData
ef59b3d9 11.3.3
2 - make Nopaste attribute lazy
3 - make ReadLineHistory history file location portable
a478012d 4 - resolve rt.cpan#42904 Nopaste plugin handle undef error messages
ab213f1f 51.3.2
6 - make plugins be M::I features so dependencies are optional
ce00c3c0 7 - resolve rt.cpan#42506 readdir might fail
8 - test use of all plugins supported by Perl core
ab213f1f 9 - Add irc nick for oliver
1f2b8d50 101.3.1
11 - Fix brokenness in the distribution manifest
70b00e9c 121.3.0
13 - OutputCache: If sub _ is already defined, then warn about it (once) and refuse to overwrite it
14 - Turn MultiLine::PPI's needs_continuation into a method line_needs_continuation
15 - Cleanup Plugin::Packages
16 - Print a warning when Completion is loaded but the Term::ReadLine object doesn't support completion
17 - Introduce error object for error_return
18 - 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)
19 - Refactor to make it easier to add print/warn to the session
20 - Preserve $^H and %^H when using the LexEnv plugin
21 - Refactor the finding of the last element of the document into a method in Completion
22 - Use namespaace::clean in turtles completion driver
23 - Use Devel::REPL::Plugin instead of Moose::Role
24 - Use "BEFORE_PLUGIN { load_plugin }" instead of "with"
25 - Fix from Sartak for end-of-line comment bug reported by jrockway
26 - Allow exception objects.
27 - Don't initialize a turtles matcher if we don't need to
28 - Improve the MultiLine::PPI plugin by checking whether adding ;; will end in PPI::Statement::Null. If not, then there must be some incomplete structure
29 - Respect env var DEVEL_REPL_PROFILE
30 -
31 - Devel::REPL::Plugin::Peek
32 - Devel::REPL::Plugin::B::Concise
33 - Add CompletionDriver::Turtles
34 - Devel::REPL::Error
35 - Add a Nopaste plugin. #nopaste will publish your current session using App::Nopaste
36 - Add the @INC completion driver.
37 - Devel::REPL::Plugin::CompletionDriver::Globals
38 - Add a PPI plugin for #ppi CODE
39 - CompletionDriver::Methods which currently only works on classnames
40 - FindVariable plugin, which returns a reference to a global variable by name
41 -
42 - Update dependencies
43 - Give "NAME" pod sections to all the plugins
44 - Add AUTHOR sections where I know off the top of my head who wrote the plugin
45 - Expand some of the user documentation
6edfdc07 461.2.1
47 - ship a working version of 1.2.0
bbff3c11 481.2.0
6edfdc07 49 - fix Plugin to work with latest Moose
a66625d6 50 - deprecate NewlineHack plugin, cause fixed in REPL.pm
304ad56d 51 - OutputCache plugin
52 - MultiLine::PPI plugin
53 - Timing plugin
54 - Interrupt plugin
55 - FancyPrompt plugin
56 - Colors plugin
a66625d6 571.1.0
58 - profile system
59 - fix up dependencies
60 - DDS plugin
61 - Commands plugin
62 - Plugin metaclass
631.0.0
64 - Initial release