- Fix
Content-Type
issue - Support from Liquid v4, Rails v5, and Kaminari v1 and up
- Use
ActionView::Resolver
as Liquid filesystem (lowang, streppa-ent)
- Fix Filter overrides registered public methods as non public: h
- Support Liquid v3.0.6, Rails belows 5, and Kaminari below v1.0.0
-
Use google analytics universal (Chamnap Chhorn)
-
Render liquid template as html_safe by default (Dan Kubb)
-
Add
bootstrap_pagination
filter. (Radin Reth) -
Allow
translate
filter with interpolation. (Tomasz Stachewicz, Chamnap Chhorn) -
Support
rails
4.2 andruby
2.2. (Chamnap Chhorn) -
Support
scope
on collection drop. (Radin Reth)
-
Add
rel="prev"
andrel="next"
todefault_pagination
filter. (Radin Reth) -
Fix
content_for
andyield
tag onrails
3.2. (Chamnap Chhorn) -
#4 Makes partial template work in namespaced controller. (Tomasz Stachewicz)
-
truncate
filter now forwards to the standard filters. (Radin Reth)
- Initial Release