summaryrefslogtreecommitdiffstats
path: root/Changes
blob: 2fe678437c7235c5f0027e848895c0bbb3749c47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Revision history for Reply

{{$NEXT}}
      - report failure to load of plugins which use modules that fail to load
        (reported by Michael Reddick)

0.10  2013-06-24
      - don't pollute main::, since that's where the default configuration
        drops the user (reported by miyagawa)

0.09  2013-06-21
      - fix tests

0.08  2013-06-21
      - add AutoRefresh plugin (Michael Reddick)

0.07  2013-06-08
      - expose a 'step' method to run single iterations of the repl
      - plugins specified in the 'plugins' constructor parameter are now run
        after loading config rather than before (this should give them more
        control over what actually runs - if this is a problem, i might add
        separate options for "before config" and "after config")
      - config handling is split out into a separate Reply::Config class for
        better reuse of the config loading logic
      - DataDumper plugin now sets Terse and Sortkeys, since that produces
        output that looks better
      - plugins can now set multiple independent lexical environments, to allow
        them to override the actual logical environment without wiping out
        special vars set by other plugins

0.06  2013-06-08
      - add Timer plugin (Arthur Axel fREW Schmidt)
      - fix DataPrinter plugin when ~/.dataprinter has a custom value for
        'alias' (Charles Bailey)

0.05  2013-06-04
      - avoid test failures from DataPrinter, since it's optional

0.04  2013-06-04
      - add a bit of option parsing to the reply script, to support choosing an
        alternate configuration file
      - Data::Printer plugin (creaktive)

0.03  2013-06-03
      - fix LexicalPersistence plugin (reported by tokuhirom)

0.02  2013-06-03
      - packaging and pod fixes

0.01  2013-06-03
      - Initial release