All Versions
48
Latest Version
4.0
Avg Release Cycle
169 days
Latest Release
1872 days ago

Changelog History
Page 4

  • v1.0.3 Changes

    • ๐Ÿ›  fix post-install banner typo
  • v1.0.2 Changes

    • ๐Ÿ”– version bumps for zucker (rbx compatible) and wirb (improved generic object-description highlighting)
  • v1.0.1 Changes

    • โž• add missing require 'rbconfig'
  • v1.0.0 Changes

    • gemify general helpers/rvm stuff ("every_day_irb", "rvm_loader")
    • 6 different loading schemas: start, thread, autoload, sub_session, late, late_thread
      • load almost every feature via threads
    • ๐ŸŽ don't use zucker/alias_for, autload zucker/env (except zucker/os) for performance reasons
    • โž• add irbtools/minimal mode for starting Irbtools without the default set of libraries
    • replace RV and RE with rv and re
  • v0.8.8 Changes

    • ๐Ÿ›  fix 0.8.7 file permissions
    • โž• add methodfinder gem
    • don't depend on guessmethod anymore
  • v0.8.7 Changes

    • ๐Ÿ›  fix railsrc loading
    • โž• add ori gem for nice Object#ri calling
    • minor tweaks
  • v0.8.6 Changes

    • ๐Ÿ windows support
    • โšก๏ธ update hirb + activate unicode-drawn tables
  • v0.8.5 Changes

    • ๐Ÿš… rails related fixes
  • v0.8.4 Changes

    • now using wirb instead of wirble
  • v0.8.3 Changes

    • ๐Ÿ‘Œ improved/added rvm methods (use, gemset, rubies, gemsets)
      • RVM (Ruby API) constant gets autoloaded
    • ๐Ÿ‘Œ improved cd command
    • 0๏ธโƒฃ don't load guessmethod by default (it's cool, but not always suited for production)
    • more small changes