- Restrict support to Bridgetown v1.2 and newer.
- Initialize plugin using the new Ruby DSL in Bridgetown v1.2.
- Require Bridgetown 1.0 or newer.
- Require Ruby 2.7 or newer.
- Remove BrowserSync permission as Bridgetown no longer uses it.
- Change location of CSP config file to
config/
. - Fix issue where escaped HTML was output in ERB templates.
- Permit browsersync in development in the default policy
- Add helper for tilt based templates
- Fix syntax
- First version