Recent Releases of https://github.com/Shopify/liquid
https://github.com/Shopify/liquid - v5.11.0
What's Changed
- Don't raise if no variable found when
using context.key?withstrict_variablesby @graygilmore in https://github.com/Shopify/liquid/pull/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 https://github.com/Shopify/liquid/pull/2012
- Rename the
:rigiderror mode to:strict2and display a warning when users attempt to use the:rigidmode by @karreiro in https://github.com/Shopify/liquid/pull/2012
Full Changelog: https://github.com/Shopify/liquid/compare/v5.10.0...v5.11.0
- Ruby
Published by karreiro 3 months ago
https://github.com/Shopify/liquid - v5.10.0
What's Changed
- Introduce Inline Snippets tag by @dejmedus in https://github.com/Shopify/liquid/pull/2001
New Contributors
- @dejmedus made their first contribution in https://github.com/Shopify/liquid/pull/2001
Full Changelog: https://github.com/Shopify/liquid/compare/v5.9.0...v5.10.0
- Ruby
Published by karreiro 4 months ago
https://github.com/Shopify/liquid - v5.9.0
What's Changed
- Inline some information that previously lived at the category level by @iainmcampbell in https://github.com/Shopify/liquid/pull/1968
- Fix a typo in the documentation by @juharris in https://github.com/Shopify/liquid/pull/1952
- Update documentation for loop's named parameters by @aswamy in https://github.com/Shopify/liquid/pull/1984
- Avoid creating new regex objects in utility functions by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1995
- Introduce the
:rigidparsing mode by @charlespwd @karreiro in https://github.com/Shopify/liquid/pull/1991
New Contributors
- @iainmcampbell made their first contribution in https://github.com/Shopify/liquid/pull/1968
- @juharris made their first contribution in https://github.com/Shopify/liquid/pull/1952
- @aswamy made their first contribution in https://github.com/Shopify/liquid/pull/1984
Full Changelog: https://github.com/Shopify/liquid/compare/v5.8.7...v5.9.0
- Ruby
Published by karreiro 4 months ago
https://github.com/Shopify/liquid - v5.8.7
What's Changed
- Remove {{ foo }} and {{ bar }} from
doctag description by @jamesmengo in https://github.com/Shopify/liquid/pull/1955 - Add unit test for custom Liquid tag registration by @ianks in https://github.com/Shopify/liquid/pull/1960
- Pin GitHub Actions to commit by @rxbchen in https://github.com/Shopify/liquid/pull/1953
- Expose tag body in the Doc tag by @jamesmengo in https://github.com/Shopify/liquid/pull/1954
- Bump Liquid to 5.8.7 by @jamesmengo in https://github.com/Shopify/liquid/pull/1965
Full Changelog: https://github.com/Shopify/liquid/compare/v5.8.6...v5.8.7
- Ruby
Published by jamesmengo 9 months ago
https://github.com/Shopify/liquid - v5.8.6
What's Changed
- Fully revert calling to_s on filter array by @Maaarcocr in https://github.com/Shopify/liquid/pull/1951
Full Changelog: https://github.com/Shopify/liquid/compare/v5.8.5...v5.8.6
- Ruby
Published by ianks 11 months ago
https://github.com/Shopify/liquid - v5.8.5
What's Changed
- Revert
Utils.to_son all array filters by @Maaarcocr in https://github.com/Shopify/liquid/pull/1943
Full Changelog: https://github.com/Shopify/liquid/compare/v5.8.4...v5.8.5
- Ruby
Published by ianks 11 months ago
https://github.com/Shopify/liquid - v5.8.4
What's Changed
- Use to_liquid_value in uniq filter by @ianks in https://github.com/Shopify/liquid/pull/1948
Full Changelog: https://github.com/Shopify/liquid/compare/v5.8.3...v5.8.4
- Ruby
Published by ianks 11 months ago
https://github.com/Shopify/liquid - v5.8.3
What's Changed
- Update snippet URLs in documentation links to point to newly created snippet page by @jamesmengo in https://github.com/Shopify/liquid/pull/1940
- Fix regression when using empty/nil properties with array filters by @ianks in https://github.com/Shopify/liquid/pull/1944
Full Changelog: https://github.com/Shopify/liquid/compare/v5.8.2...v5.8.3
- Ruby
Published by ianks 11 months ago
https://github.com/Shopify/liquid - v5.8.2
What's Changed
- chore: Add RUBYOPT configuration to github matrix by @miry in https://github.com/Shopify/liquid/pull/1859
- Update LiquidDoc documentation by @karreiro in https://github.com/Shopify/liquid/pull/1919
- Add a link to the LiquidDoc tooling reference in
doctag documentation by @jamesmengo in https://github.com/Shopify/liquid/pull/1928 - Improve docs of
datefilter by @ianks in https://github.com/Shopify/liquid/pull/1920 - Stringify properties before filtering arrays by @ianks in https://github.com/Shopify/liquid/pull/1929
- Always stringify properties in all array filters by @Maaarcocr in https://github.com/Shopify/liquid/pull/1936
New Contributors
- @miry made their first contribution in https://github.com/Shopify/liquid/pull/1859
Full Changelog: https://github.com/Shopify/liquid/compare/v5.8.1...v5.8.2
- Ruby
Published by ianks 11 months ago
https://github.com/Shopify/liquid - v5.8.1
What's Changed
- Fix
{% doc %}tag to be visitable by @karreiro in https://github.com/Shopify/liquid/pull/1918
Full Changelog: https://github.com/Shopify/liquid/compare/v5.8.0...v5.8.1
- Ruby
Published by karreiro about 1 year ago
https://github.com/Shopify/liquid - v5.8.0
What's Changed
- Add support to LiquidDoc with the new
{% doc %}tag by @karreiro in https://github.com/Shopify/liquid/pull/1895 - Bump version to 5.8.0 by @karreiro in https://github.com/Shopify/liquid/pull/1917
Full Changelog: https://github.com/Shopify/liquid/compare/v5.7.3...v5.8.0
- Ruby
Published by karreiro about 1 year ago
https://github.com/Shopify/liquid - v5.7.3
What's Changed
- Fix array
hasfilter docs referring tosomeby @mxstbr in https://github.com/Shopify/liquid/pull/1910 - Bump version to 5.7.3 by @catlee in https://github.com/Shopify/liquid/pull/1909
- Raise SyntaxError on invalid UTF8 strings in lexer/tokenizer by @catlee in https://github.com/Shopify/liquid/pull/1905
New Contributors
- @mxstbr made their first contribution in https://github.com/Shopify/liquid/pull/1910
Full Changelog: https://github.com/Shopify/liquid/compare/v5.7.2...v5.7.3
- Ruby
Published by karreiro about 1 year ago
https://github.com/Shopify/liquid - v5.7.2
What's Changed
- Fix release date on
History.mdby @karreiro in https://github.com/Shopify/liquid/pull/1903 - Fix array filters to not support nested properties by @karreiro in https://github.com/Shopify/liquid/pull/1907
Full Changelog: https://github.com/Shopify/liquid/compare/v5.7.1...v5.7.2
- Ruby
Published by ggmichaelgo about 1 year ago
https://github.com/Shopify/liquid - v5.7.1
What's Changed
- Fix the
findandfind_indexfilters to returnnilwhen filtering empty arrays by @karreiro in https://github.com/Shopify/liquid/pull/1902 - Fix the
hasfilter to returnfalsewhen filtering empty arrays by @karreiro in https://github.com/Shopify/liquid/pull/1902
Full Changelog: https://github.com/Shopify/liquid/compare/v5.7.0...v5.7.1
- Ruby
Published by karreiro about 1 year ago
https://github.com/Shopify/liquid - v5.7.0
What's Changed
- Add
find,find_index,has, andrejectfilters to arrays by @karreiro in https://github.com/Shopify/liquid/pull/1869 - Add the "Releasing" section to
CONTRIBUTING.mdby @karreiro in https://github.com/Shopify/liquid/pull/1891 - Implement logic for stringify Hashes to keep compat with 3.4 by @ianks in https://github.com/Shopify/liquid/pull/1892
- Allow for custom
< Hashclasses to override#to_sby @ianks in https://github.com/Shopify/liquid/pull/1896 - Use
Liquid::Utils.to_sforjoinfilter by @ianks in https://github.com/Shopify/liquid/pull/1897 - Ensure we use
InputIterator#eachwhen injoinfilter by @ianks in https://github.com/Shopify/liquid/pull/1898 - Bump to 5.7.0 by @karreiro in https://github.com/Shopify/liquid/pull/1894
Full Changelog: https://github.com/Shopify/liquid/compare/v5.6.4...v5.7.0
- Ruby
Published by karreiro about 1 year ago
https://github.com/Shopify/liquid - v5.6.4
What's Changed
- Add default string_scanner to
Liquid::VariableLookup.parseby @ianks in https://github.com/Shopify/liquid/pull/1889
Full Changelog: https://github.com/Shopify/liquid/compare/v5.6.3...v5.6.4
- Ruby
Published by ggmichaelgo about 1 year ago
https://github.com/Shopify/liquid - v5.6.3
What's Changed
- remove lru-redux by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1887
Full Changelog: https://github.com/Shopify/liquid/compare/v5.6.2...v5.6.3
- Ruby
Published by ggmichaelgo about 1 year ago
https://github.com/Shopify/liquid - v5.6.2
What's Changed
- float has to start with a digit by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1886
Full Changelog: https://github.com/Shopify/liquid/compare/v5.6.1...v5.6.2
- Ruby
Published by ggmichaelgo about 1 year ago
https://github.com/Shopify/liquid - v5.6.1
What's Changed
- Update README.md with default environment by @benstein in https://github.com/Shopify/liquid/pull/1879
- Faster Expression parser / Tokenizer with StringScanner by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1844
New Contributors
- @benstein made their first contribution in https://github.com/Shopify/liquid/pull/1879
Full Changelog: https://github.com/Shopify/liquid/compare/v5.6.0...v5.6.1
- Ruby
Published by ggmichaelgo about 1 year ago
https://github.com/Shopify/liquid - v5.6.0
Highlights
Architectural Changes
- Added new
Environmentclass to manage configuration and state that was previously stored inTemplate - Moved tag registration from
TemplatetoEnvironment - Removed
StrainerFactoryin favor ofEnvironment-based strainer creation - Consolidated standard tags into a new
Tagsmodule withSTANDARD_TAGSconstant
Performance Improvements
- Optimized
Lexerwith a newLexer2implementation using jump tables for faster tokenization, requires Ruby 3.4 - Improved variable rendering with specialized handling for different types
- Reduced array allocations by using frozen empty constants
API Changes
- Deprecated several
Templateclass methods in favor ofEnvironmentmethods - Added deprecation warnings system
- Changed how filters and tags are registered to use Environment
Bug Fixes:
- Fixed table row handling of break interrupts
- Improved variable output handling for arrays
PRs
- Add concept of
Liquid::Environmentby @ianks in https://github.com/Shopify/liquid/pull/1815 - Handle interrupts in table row by @alexcoco in https://github.com/Shopify/liquid/pull/1818
- Bump to v5.6.0.alpha by @ianks in https://github.com/Shopify/liquid/pull/1819
- Speed up the lexer for Ruby 3.4+ by @ianks in https://github.com/Shopify/liquid/pull/1832
- Update liquid docs for named parameters by @graygilmore in https://github.com/Shopify/liquid/pull/1831
- Faster Variable BlockBody Matching by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1833
- fix lexer parsing comparison without whitespaces by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1837
- fix parsing Variable blockbody with multibyte character by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1835
- raise syntax error from lexer parser with UTF-8 character by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1839
- fix lexer parsing ID 'contains' as comparison by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1840
- fix parsing quirky incomplete expressions by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1838
- remove TagRegistry by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1845
- propagate Environment on new Context creation by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1846
- avoid allocating new empty array by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1843
- Remove
Liquid.cache_classesoption by @ianks in https://github.com/Shopify/liquid/pull/1847 - clean up all warnings by using new Environment by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1848
- Update homepage url by @tjoyal in https://github.com/Shopify/liquid/pull/1634
- Write one value at a time for array variables by @ianks in https://github.com/Shopify/liquid/pull/1863
- Stop testing against
liquid-cby @ianks in https://github.com/Shopify/liquid/pull/1868 - Fix bug in tokenizer with nil source value by @bahar-p in https://github.com/Shopify/liquid/pull/1873
- Bump version patch by @bahar-p in https://github.com/Shopify/liquid/pull/1874
- Bump to
v5.6.0by @ianks in https://github.com/Shopify/liquid/pull/1876
New Contributors
- @alexcoco made their first contribution in https://github.com/Shopify/liquid/pull/1818
- @graygilmore made their first contribution in https://github.com/Shopify/liquid/pull/1831
- @bahar-p made their first contribution in https://github.com/Shopify/liquid/pull/1873
Full Changelog: https://github.com/Shopify/liquid/compare/v5.5.1...v5.6.0
- Ruby
Published by ianks about 1 year ago
https://github.com/Shopify/liquid - v5.6.0.rc1
What's Changed
- Add concept of
Liquid::Environmentby @ianks in https://github.com/Shopify/liquid/pull/1815 - Handle interrupts in table row by @alexcoco in https://github.com/Shopify/liquid/pull/1818
- Bump to v5.6.0.alpha by @ianks in https://github.com/Shopify/liquid/pull/1819
- Speed up the lexer for Ruby 3.4+ by @ianks in https://github.com/Shopify/liquid/pull/1832
- Update liquid docs for named parameters by @graygilmore in https://github.com/Shopify/liquid/pull/1831
- Faster Variable BlockBody Matching by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1833
- fix lexer parsing comparison without whitespaces by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1837
- fix parsing Variable blockbody with multibyte character by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1835
- raise syntax error from lexer parser with UTF-8 character by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1839
- fix lexer parsing ID 'contains' as comparison by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1840
- fix parsing quirky incomplete expressions by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1838
- remove TagRegistry by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1845
- propagate Environment on new Context creation by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1846
- avoid allocating new empty array by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1843
- Remove
Liquid.cache_classesoption by @ianks in https://github.com/Shopify/liquid/pull/1847 - clean up all warnings by using new Environment by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1848
New Contributors
- @alexcoco made their first contribution in https://github.com/Shopify/liquid/pull/1818
- @graygilmore made their first contribution in https://github.com/Shopify/liquid/pull/1831
Full Changelog: https://github.com/Shopify/liquid/compare/v5.5.1...v5.6.0.rc1
- Ruby
Published by ianks over 1 year ago
https://github.com/Shopify/liquid - v5.5.1
Full Changelog: https://github.com/Shopify/liquid/compare/v5.5.1...v5.5.1
What's Changed
- Centralize Ruby Version to
.ruby-versionby @jenshenny in https://github.com/Shopify/liquid/pull/1792 - Add named? method to Cycle class for checking if the cycle is named by @Maaarcocr in https://github.com/Shopify/liquid/pull/1811
- Bump to v5.5.1 by @ianks in https://github.com/Shopify/liquid/pull/1817
New Contributors
- @jenshenny made their first contribution in https://github.com/Shopify/liquid/pull/1792
Full Changelog: https://github.com/Shopify/liquid/compare/v5.5.0...v5.5.1
- Ruby
Published by ianks over 1 year ago
https://github.com/Shopify/liquid - v5.5.0
What's Changed
- Migrate off probot-CLA to new GitHub Action by @cursedcoder in https://github.com/Shopify/liquid/pull/1597
- Increase performance in Liquid::Lexer#tokenize by @Watson1978 in https://github.com/Shopify/liquid/pull/1606
- Raise Liquid::SyntaxError instead of NoMethodError for invalid range by @dylanahsmith in https://github.com/Shopify/liquid/pull/1607
- Add a variable_name method Increment and Decrement tags objects by @dylanahsmith in https://github.com/Shopify/liquid/pull/1609
- Stop using Liquid::Expression.parse for integration testing by @dylanahsmith in https://github.com/Shopify/liquid/pull/1610
- Reserve keyword arguments for new options in assert_template_result by @dylanahsmith in https://github.com/Shopify/liquid/pull/1612
- Use assert_template_result & assert_match_syntax_error in more places by @dylanahsmith in https://github.com/Shopify/liquid/pull/1611
- Add partials, error_mode and render_errors options to assert_template_result by @dylanahsmith in https://github.com/Shopify/liquid/pull/1614
- Expose alias_name and for_loop? in render tag by @Maaarcocr in https://github.com/Shopify/liquid/pull/1615
- Use assert_template_result partials option to specify file system state by @dylanahsmith in https://github.com/Shopify/liquid/pull/1620
- Stop freezing the static environment hashes to allow Proc memoization by @dylanahsmith in https://github.com/Shopify/liquid/pull/1623
- Stop using assert_template_result in some tests depending on language extension by @dylanahsmith in https://github.com/Shopify/liquid/pull/1622
- Add a test and improve one for testing break by @dylanahsmith in https://github.com/Shopify/liquid/pull/1616
- Update escape filter reference summary by @liamgriffin in https://github.com/Shopify/liquid/pull/1628
- Clarifying description for {% comment %} by @Jan0707 in https://github.com/Shopify/liquid/pull/1636
- fix tablerow drop's last attribute with missing cols param by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1633
- Support big integers in truncatewords and slice filters by @dylanahsmith in https://github.com/Shopify/liquid/pull/1617
- tablerow: Avoid accidental special case for constant nil cols by @dylanahsmith in https://github.com/Shopify/liquid/pull/1644
- Remove Usage.increment calls that have been shown to in fact be used by @dylanahsmith in https://github.com/Shopify/liquid/pull/1645
- Update link paths in docs markup by @erinmorrissey in https://github.com/Shopify/liquid/pull/1635
- Fix missing inheritance of disabled tags by @dylanahsmith in https://github.com/Shopify/liquid/pull/1646
- Prevent an internal error in include tag from non-string template_name by @dylanahsmith in https://github.com/Shopify/liquid/pull/1648
- Fix tags in comment by @peterzhu2118 in https://github.com/Shopify/liquid/pull/1345
- Use static environment assert_template_result input values by @dylanahsmith in https://github.com/Shopify/liquid/pull/1641
- refactor: Advance tokenizer array offset instead of using Array#shift by @dylanahsmith in https://github.com/Shopify/liquid/pull/1653
- clarify inline_comment by @shainaraskas in https://github.com/Shopify/liquid/pull/1656
- Allow commas to separate
fortag attributes by @dylanahsmith in https://github.com/Shopify/liquid/pull/1658 - [Liquid reference docs] Adding more content to divided_by filter by @liamgriffin in https://github.com/Shopify/liquid/pull/1665
- Use cache built into
ruby/setup-rubyaction by @ashmaroli in https://github.com/Shopify/liquid/pull/1671 - Provide another assertion for to_liquid_value unless tag test by @dylanahsmith in https://github.com/Shopify/liquid/pull/1672
- Instrument usage of bug with iteration of String with offset or 0 limit by @dylanahsmith in https://github.com/Shopify/liquid/pull/1667
- Initialize context to nil on the Drop class by @jemmaissroff in https://github.com/Shopify/liquid/pull/1673
- Improve test coverage of the to_liquid_value feature. by @dylanahsmith in https://github.com/Shopify/liquid/pull/1674
- raise invalid integer argument error from tablerow by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1676
- recursively parse brackets on variable lookup by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1680
- Allow raw tag to be used with whitespace control by @Maaarcocr in https://github.com/Shopify/liquid/pull/1683
- Avoid a couple of duplicate assertions by @dylanahsmith in https://github.com/Shopify/liquid/pull/1675
- fix variable lookup parse timing out with missing closing bracket by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1684
- Fix CI (as it installs RuboCop 1.45.1 and fails) by @karreiro in https://github.com/Shopify/liquid/pull/1686
- Update link paths in docs markup by @erinmorrissey in https://github.com/Shopify/liquid/pull/1685
- Update
rubocop-shopify(2.7.0 -> 2.12.0) by @karreiro in https://github.com/Shopify/liquid/pull/1687 - Revert "Instrument usage of bug with iteration of String with offset or 0 limit" by @dylanahsmith in https://github.com/Shopify/liquid/pull/1677
- set context's template_name with template's name by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1692
- render template name with Liquid Syntax errors by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1695
- Update Liquid Documentation from Shopify URL by @JLoppert in https://github.com/Shopify/liquid/pull/1712
- Fix broken documentantion link in README by @robertasg in https://github.com/Shopify/liquid/pull/1688
- [trim] Fix trimming at end of raw block when specified in the opening tag by @gmalette in https://github.com/Shopify/liquid/pull/1717
- Add
sumfilter to standard filters by @adamklingbaum in https://github.com/Shopify/liquid/pull/1722 - Ensure
sumfilter callsto_liquidon evaluated property value by @adamklingbaum in https://github.com/Shopify/liquid/pull/1726 - include parse mode to partial cache key by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1727
- [Liquid reference]: Update description of
capitalizeby @mcvinci in https://github.com/Shopify/liquid/pull/1730 - Allow liquid tag inside liquid tag by @Maaarcocr in https://github.com/Shopify/liquid/pull/1731
- Call to_liquid_value when short circuiting conditions by @Maaarcocr in https://github.com/Shopify/liquid/pull/1735
- Fix
BigDecimaloutput insumfilter by @adamklingbaum in https://github.com/Shopify/liquid/pull/1739 - [base64] Respect string encoding of input in base64_decode filters by @gmalette in https://github.com/Shopify/liquid/pull/1746
- Update CI status badge by @atesgoral in https://github.com/Shopify/liquid/pull/1748
- Don't parse nodes inside a comment tag by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1755
- fix parsing comment tag delimiter by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1763
- implement whitespace control to comment tag by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1764
- Fix for custom tag rendering by @IevaGraz in https://github.com/Shopify/liquid/pull/1750
- fix parsing comment tag with extra string by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1769
- don't allow invalid syntax inside comment tag by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1770
- don't reset Liquid tag's whitespace control from comment tag by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1773
- check template UTF8 validity before parsing by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1774
- allow non-string template source by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1775
- add new TemplateEncodingError by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1776
- Fallback to binary comparison when
containsRHS is UTF8 encoded by @ianks in https://github.com/Shopify/liquid/pull/1783 - update variable's context before invoking its to_liquid by @ggmichaelgo in https://github.com/Shopify/liquid/pull/1781
- change: make nil_safe_casecmp judge compatible for nil-nil comparison by @mtasaka in https://github.com/Shopify/liquid/pull/1760
- Bump to v5.5.0 by @ianks in https://github.com/Shopify/liquid/pull/1791
New Contributors
- @cursedcoder made their first contribution in https://github.com/Shopify/liquid/pull/1597
- @Maaarcocr made their first contribution in https://github.com/Shopify/liquid/pull/1615
- @Jan0707 made their first contribution in https://github.com/Shopify/liquid/pull/1636
- @erinmorrissey made their first contribution in https://github.com/Shopify/liquid/pull/1635
- @jemmaissroff made their first contribution in https://github.com/Shopify/liquid/pull/1673
- @karreiro made their first contribution in https://github.com/Shopify/liquid/pull/1686
- @JLoppert made their first contribution in https://github.com/Shopify/liquid/pull/1712
- @robertasg made their first contribution in https://github.com/Shopify/liquid/pull/1688
- @adamklingbaum made their first contribution in https://github.com/Shopify/liquid/pull/1722
- @mcvinci made their first contribution in https://github.com/Shopify/liquid/pull/1730
- @atesgoral made their first contribution in https://github.com/Shopify/liquid/pull/1748
- @IevaGraz made their first contribution in https://github.com/Shopify/liquid/pull/1750
- @ianks made their first contribution in https://github.com/Shopify/liquid/pull/1783
- @mtasaka made their first contribution in https://github.com/Shopify/liquid/pull/1760
Full Changelog: https://github.com/Shopify/liquid/compare/v5.4.0...v5.5.0
- Ruby
Published by ianks almost 2 years ago