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