Ruby Facets v2.8.4 Release Notes

Release Date: 2010-04-27 // almost 14 years ago
  • ๐Ÿš€ A minor point release just to get a few improvements out there before ๐Ÿš€ endeavering into more extensive work for the next major release.

    • ๐Ÿ†• New Features

      • Added #glob_relative to Pathname
    • ๐Ÿ—„ Deprecations

      • Deprecated BlankSlate (use BasicObject)
      • Deprecate hashbuilder.rb
      • Removed casting_hash.rb, moved to new library
      • Removed opencollection.rb, moved to new library
      • Removed ansicode.rb, use ansi gem
    • ๐Ÿ› Bug Fixes

      • changed Numeric#length to return self, not to_s.self
      • Fix mispelling of Class#descendants
    • Other Improvements

      • Range#at_rand has been optimized
      • Kernel#singleton_class no longer can take a block
      • Hash#to_proc takes response argument replacing #to_proc_with_response
      • OpenHash becomes more like OpenObject and OpenObject becomes bare bones
      • Range#at_rand optimized for Fixnum/Bignum instead of Integer