-
Bump bond dependency
-
Add Ripl::History::HISTORY_FILE
-
Don’t read/write history when history is false
-
Error messages and history file are properly formatted in Windows
-
Releasing with latest rubygems to avoid Syck::DefaultKey
-
Fix rubinius Kernel#exec bug
-
Add rubinius for test support
-
Fix rc test
-
Add $RIPL_HISTORY and $RIPL_RC
-
Fix history bug
-
Cleaner backtrace
-
Drop support for ruby 1.8.6
-
Fix History methods missing super
-
Minor changes to History#read_history
-
Make Shell#input= and Shell#in_loop available
-
More support for internationalization
-
Support internationalization
-
Allow #history to be overridden easily
-
Add Ripl.started?
-
Fix subclassed runner printing version
-
Rescue failure while printing result
-
Warn about unused arguments
-
Open #write_history to plugins
-
Fix 1.9 tests
-
Fix Ctrl-D for non-readline
-
Allow :readline option to take a string
-
Add Runner#app to allow any executable to use Runner
-
Parse global options after args in a subcommand
-
Change Runner to a class
-
Add autoloaded plugin completions
-
Make Shell#include public for plugins
-
Rescue LoadError in .rc files
-
Allow completion to be optional
-
Save commandline args to Ripl::Runner.argv
-
Fix and (change order of) option parsing for ripl commands
-
Add default help for a ripl command
-
Add ctrl-c handling
-
Clean up api to extend options
-
Allow exit with ‘quit’
-
Add -F option
-
Extendable commandline options
-
Rescue failing dynamic prompts
-
Add modular console commands with Ripl::Commands
-
Add Shell#result_prompt for plugins
-
Re-enable Shell#eval_input and #loop_once for plugins
-
Add Shell docs
-
Sync shell binding with completion binding
-
Removed Shell#options
-
Add man page
-
Add tests
-
Add more flexible -I and -r
-
Update Shell::API to be more plugin friendly
-
Handle invalid options
-
Full support for plugins
-
Add history support for all shells
-
Add ~/.riplrc
-
Add usage and more commandline options
-
Add support for commands
-
Add -I, -r and -v options
-
Better docs
-
Provide hooks for shell plugins
-
Rescue irbrc exceptions
-
Add bond as dependency for completion
-
Exit with ctrl-D
-
Fix buggy _
-
Fix missing executable in gemspec
-
Most basic working idea