- Add functionality to purge certain
Object
-based method pollution which interferes with the workings of Serbea'sPipeline
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 viahtml_safe
to mark it safe, andhtml_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 andrequire "active_support/core_ext/string/output_safety"
before you require the Serbea gem.
- This now provides rudimentary support of