Skip to content

Releases: Shopify/liquid

v5.12.0

18 Mar 15:57
59d8d0d

Choose a tag to compare

What's Changed

  • Preserve literal semantics in strict2 case/when by @dejmedus in #2016
  • Use floating-point format for BigDecimal stringification by @ianks in #2022
  • Make new tests serializable to liquid-spec by @charlespwd in #2027
  • Require liquid-spec to be run on commit automatically and related fixes by @tobi in #2034
  • Update the specs to new signature and fix CI by @charlespwd in #2036
  • Add squish filter by @bakura10 in #2050
  • Fix rubocop offenses in test file by @graygilmore in #2054
  • Add cumulative resource score tracking across partial renders by @ianks in #2058

New Contributors

Full Changelog: v5.11.0...v5.12.0

v5.11.0

19 Nov 17:06
32b50ec

Choose a tag to compare

What's Changed

  • Don't raise if no variable found when using context.key? with strict_variables by @graygilmore in #2007
  • Revert the Inline Snippets tag (#2001), treat its inclusion in the latest Liquid release as a bug, and allow for feedback on RFC#1916 to better support Liquid developers by @karreiro in #2012
  • Rename the :rigid error mode to :strict2 and display a warning when users attempt to use the :rigid mode by @karreiro in #2012

Full Changelog: v5.10.0...v5.11.0

v5.10.0

30 Oct 11:30

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.9.0...v5.10.0

v5.9.0

27 Oct 16:28

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.8.7...v5.9.0

v5.8.7

09 Jun 19:44
9bd408f

Choose a tag to compare

What's Changed

Full Changelog: v5.8.6...v5.8.7

v5.8.6

14 Apr 15:53
ea864f1

Choose a tag to compare

What's Changed

Full Changelog: v5.8.5...v5.8.6

v5.8.5

14 Apr 15:28
cc04892

Choose a tag to compare

What's Changed

Full Changelog: v5.8.4...v5.8.5

v5.8.4

09 Apr 19:02
dbe709c

Choose a tag to compare

What's Changed

  • Use to_liquid_value in uniq filter by @ianks in #1948

Full Changelog: v5.8.3...v5.8.4

v5.8.3

04 Apr 16:35
2b75bfa

Choose a tag to compare

What's Changed

  • Update snippet URLs in documentation links to point to newly created snippet page by @jamesmengo in #1940
  • Fix regression when using empty/nil properties with array filters by @ianks in #1944

Full Changelog: v5.8.2...v5.8.3

v5.8.2

04 Apr 16:35
aa16400

Choose a tag to compare

What's Changed

  • chore: Add RUBYOPT configuration to github matrix by @miry in #1859
  • Update LiquidDoc documentation by @karreiro in #1919
  • Add a link to the LiquidDoc tooling reference in doc tag documentation by @jamesmengo in #1928
  • Improve docs of date filter by @ianks in #1920
  • Stringify properties before filtering arrays by @ianks in #1929
  • Always stringify properties in all array filters by @Maaarcocr in #1936

New Contributors

Full Changelog: v5.8.1...v5.8.2