All Versions
48
Latest Version
Avg Release Cycle
169 days
Latest Release
1371 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v0.8.2 Changes
- only do irb specific features if in irb (ripl compatibility)
- more generic shell_name (in welcome message)
-
v0.8.1 Changes
- rewrote irb_rocket: fancy_irb. No more workarounds needed, anymore.
- โ added sketches gem
- customizable welcome message
- ๐ more little fixes/enhancements
-
v0.8.0 Changes
- โ added Object#ri method
- ๐ feature: extension package loading (e.g. irbtools-more)
- ๐ feature: loading in IRB.conf[:IRB_RC] (loading when a subirb starts, no more guessmethod rails errors)
- โ added rerequire (rrq) and ld load helper
-
v0.7.4 Changes
- โ added workaround to use irb_rocket and hirb at the same time (basic hack, e.g. paging does not work)
- ๐ fixed little VERSION bug
-
v0.7.3 Changes
- ๐จ refactored file structure and added new Irbtools.add_lib method
- ๐ load railsrc if executed with rails and Irbtools.railsrc is set
- ๐ more little fixes
-
v0.7.2 Changes
- ๐ fixed Rails 3 bug
- โ added boson gem (command repository)
- ๐ remember history when resetting or switching ruby version
-
v0.7.1 Changes
- โ added method for starting a debugger
-
v0.7.0 Changes
- ๐ initial release
J-_-L