Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@jaredcwhite jaredcwhite released this 19 Jul 21:09
  • Add functionality to purge certain Object-based method pollution which interferes with the workings of Serbea's Pipeline in pure Ruby.
  • Ruby 3.1 is now the minimum required version.

…and because we forgot to report this last time:

2.1.0

  • Remove Active Support as a dependency
    • This now provides rudimentary support of html_safe mechanics. Note that
      it does NOT handle any additional String methods. It simply allows cloning a string via html_safe to mark it safe, and html_safe? to query if it's safe.
    • This might be a breaking change, but likely not if you're using Serbea along with Rails or Bridgetown. To restore previous functionality manually, just install the activesupport gem and require "active_support/core_ext/string/output_safety" before you require the Serbea gem.