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