Ruby Facets v1.4.4 Release Notes

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

    • ๐Ÿ› Bug Fixes

      • The #method missing in HtmlBuilder effected by BasicObject fix (use self.method instead of method).
    • ๐Ÿ‘Œ Improved Features

      • Update Functor, by adding @self = function.binding.self.
    • ๐Ÿ“‡ Renamed Features

      • Change WebAgent to Web.
    • ๐Ÿ—„ Deprecations

      • Removed hash/keys_to_iv b/c it is a poor name. Since the alternative of #keys_to_instance_variables conveys the wrong idea, decided to just get rid of this. Instead use the hash#variablize_keys which is also Rails compatibile.