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