BabySqueel v1.1.2 Release Notes

Release Date: 2017-03-21 // about 7 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Check if a reflection has a parent reflection before comparing them. This fixes #56.

    ๐Ÿ”จ Refactored

    • The logic encapsulated in #method_missing and #respond_to_missing? was difficult to follow, because it was falling back to super, sometimes going up the inheritance tree multiple levels. The addition of BabySqueel::Resolver now handles this a little more gracefully.