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