Ruby Facets v1.7.0 Release Notes

Release Date: 2006-07-25 // almost 18 years ago
  • ๐Ÿ”„ Changes:

    • โž• Additions

      • Add Infinity class.
      • Add tkxml.rb.
      • Add singleton Annotations.
      • Add Cuts implimentation.
    • ๐Ÿ‘Œ Improvements

      • Improve command.rb with error catch. (Jonas)
      • Improve #wrap_method, no need to undef method before redefining.
      • Improve String#singular and plural.
      • Improve #normalize_keys to take a proc instead of a "send" parameter.
    • ๐Ÿ› Bug Fixes

      • Add #to_a to OpenObject.
      • Fix instance_interception test.
    • Miscellaneous Enhancements

      • Add hash/op_div.rb and array/op_div.rb.
      • Allow tasks to do arguments (all dependent tasks must take same args)
      • Separated integer/op_mul from compose, op_mul now composes and Integer#of.
      • added work dir to repo
      • doc cleanup
      • remove kernel/called and fixed callee,callee and method.
      • just about prefected OpenObject
      • keys_to_sym to symbolize_keys usage
      • remove explore dir, perhaps better to do without midstage