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