Releases: bridgetownrb/serbea
Releases · bridgetownrb/serbea
v2.2.0
- 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
v2.0.0
- Add plain ol' Ruby pipeline functionality
- Raise errors using gem-based classes
- Upgrade docs site to Bridgetown 1.3.1 and esbuild