Liquid v5.1.0 Release Notes

Release Date: 2021-09-09 // over 2 years ago
  • ๐Ÿ”‹ Features

    • Add base64_encode, base64_decode, base64_url_safe_encode, and base64_url_safe_decode filters (#1450) [Daniel Insley]
    • Introduce to_liquid_value in Liquid::Drop (#1441) [Michael Go]

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix support for using a String subclass for the liquid source (#1421) [Dylan Thacker-Smith]
    • โž• Add ParseTreeVisitor to RangeLookup (#1470) [CP Clermont]
    • Translate RangeError to Liquid::Error for truncatewords with large int (#1431) [Dylan Thacker-Smith]