Skip to content

Releases: Shopify/liquid

v5.8.1

26 Feb 12:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.8.0...v5.8.1

v5.8.0

25 Feb 10:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.7.3...v5.8.0

v5.7.3

24 Feb 10:59
da4afd4
Compare
Choose a tag to compare

What's Changed

  • Fix array has filter docs referring to some by @mxstbr in #1910
  • Bump version to 5.7.3 by @catlee in #1909
  • Raise SyntaxError on invalid UTF8 strings in lexer/tokenizer by @catlee in #1905

New Contributors

Full Changelog: v5.7.2...v5.7.3

v5.7.2

31 Jan 16:59
bfe29e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.7.1...v5.7.2

v5.7.1

24 Jan 13:13
Compare
Choose a tag to compare

What's Changed

  • Fix the find and find_indexfilters to return nil when filtering empty arrays by @karreiro in #1902
  • Fix the has filter to return false when filtering empty arrays by @karreiro in #1902

Full Changelog: v5.7.0...v5.7.1

v5.7.0

17 Jan 13:26
03aafa9
Compare
Choose a tag to compare

What's Changed

  • Add find, find_index, has, and reject filters to arrays by @karreiro in #1869
  • Add the "Releasing" section to CONTRIBUTING.md by @karreiro in #1891
  • Implement logic for stringify Hashes to keep compat with 3.4 by @ianks in #1892
  • Allow for custom < Hash classes to override #to_s by @ianks in #1896
  • Use Liquid::Utils.to_s for join filter by @ianks in #1897
  • Ensure we use InputIterator#each when in join filter by @ianks in #1898
  • Bump to 5.7.0 by @karreiro in #1894

Full Changelog: v5.6.4...v5.7.0

v5.6.4

14 Jan 03:30
cd99715
Compare
Choose a tag to compare

What's Changed

  • Add default string_scanner to Liquid::VariableLookup.parse by @ianks in #1889

Full Changelog: v5.6.3...v5.6.4

v5.6.3

13 Jan 22:38
fe3da0e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.6.2...v5.6.3

v5.6.2

13 Jan 21:23
0558bd1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.6.1...v5.6.2

v5.6.1

13 Jan 20:17
323951b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.6.0...v5.6.1