summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-06-08 15:06:18 -0500
committerJesse Luehrs <doy@tozt.net>2013-06-08 15:06:18 -0500
commit47a3ee8663bb866d72583cb31ea8a89abb741fdd (patch)
tree100c20af1c64a8dbfab01b9c95d0d0878f437ad7
parentf14ee8d21ab99bdb3fecc2908b7c7398eeea1252 (diff)
downloadreply-47a3ee8663bb866d72583cb31ea8a89abb741fdd.tar.gz
reply-47a3ee8663bb866d72583cb31ea8a89abb741fdd.zip
changelog
-rw-r--r--Changes12
1 files changed, 12 insertions, 0 deletions
diff --git a/Changes b/Changes
index a0fdbe8..a3cc900 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,18 @@
Revision history for Reply
{{$NEXT}}
+ - 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)