-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: Shopify/liquid
base: v5.5.0
head repository: Shopify/liquid
compare: main
Commits on Oct 3, 2022
-
`http://www.liquidmarkup.org` is `http` `http://www.liquidmarkup.org` redirects to `https://shopify.github.io/liquid/` `https://www.liquidmarkup.org` can’t provide a secure connection (ERR_SSL_PROTOCOL_ERROR)
Configuration menu - View commit details
-
Copy full SHA for 347a241 - Browse repository at this point
Copy the full SHA 347a241View commit details
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8596bb2 - Browse repository at this point
Copy the full SHA 8596bb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc4f194 - Browse repository at this point
Copy the full SHA fc4f194View commit details -
Remove TargetRubyVersion in RuboCop config
reads from required_ruby_version in RuboCop 1.61+
Configuration menu - View commit details
-
Copy full SHA for 2b48100 - Browse repository at this point
Copy the full SHA 2b48100View commit details -
Remove ruby version definition in CI/CD
it will be read from .ruby-version
Configuration menu - View commit details
-
Copy full SHA for 36c7fc8 - Browse repository at this point
Copy the full SHA 36c7fc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88d013c - Browse repository at this point
Copy the full SHA 88d013cView commit details
Commits on Apr 11, 2024
-
Merge pull request #1792 from Shopify/centralize_ruby_version
Centralize Ruby Version to `.ruby-version`
Configuration menu - View commit details
-
Copy full SHA for 77bc56a - Browse repository at this point
Copy the full SHA 77bc56aView commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d36937d - Browse repository at this point
Copy the full SHA d36937dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ca569 - Browse repository at this point
Copy the full SHA d6ca569View commit details -
Merge pull request #1811 from Shopify/marco-cycle-update
Add named? method to Cycle class for checking if the cycle is named
Configuration menu - View commit details
-
Copy full SHA for ed42120 - Browse repository at this point
Copy the full SHA ed42120View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a0411e0 - Browse repository at this point
Copy the full SHA a0411e0View commit details
Commits on Aug 7, 2024
-
Add concept of
Liquid::Environment
(#1815)* Add concept of `Liquid::World` * Rename `World` to `Environment`
Configuration menu - View commit details
-
Copy full SHA for fb6634f - Browse repository at this point
Copy the full SHA fb6634fView commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9067e51 - Browse repository at this point
Copy the full SHA 9067e51View commit details -
Merge pull request #1818 from Shopify/tablerow-interrupt
Handle interrupts in table row
Configuration menu - View commit details
-
Copy full SHA for ac91d31 - Browse repository at this point
Copy the full SHA ac91d31View commit details -
Configuration menu - View commit details
-
Copy full SHA for b233b3d - Browse repository at this point
Copy the full SHA b233b3dView commit details
Commits on Oct 23, 2024
-
Speed up the lexer for Ruby 3.4+ (#1832)
* Speed up lexing * Bump msrv to 3.0 (from 2.7) * Normalize test for ruby-head compat * Fix bug when parsing negative numbers
Configuration menu - View commit details
-
Copy full SHA for b355378 - Browse repository at this point
Copy the full SHA b355378View commit details
Commits on Oct 24, 2024
-
Update liquid docs for named parameters
The YARD liquid gem now supports specifying named parameters. For the core liquid tags and filters this is the only object I could find that needed to be updated.
Configuration menu - View commit details
-
Copy full SHA for 8d7ed70 - Browse repository at this point
Copy the full SHA 8d7ed70View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb16219 - Browse repository at this point
Copy the full SHA cb16219View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb6ac72 - Browse repository at this point
Copy the full SHA fb6ac72View commit details
Commits on Oct 28, 2024
-
Merge pull request #1831 from Shopify/gg-add-named-params-docs
Update liquid docs for named parameters
Configuration menu - View commit details
-
Copy full SHA for 6d58c41 - Browse repository at this point
Copy the full SHA 6d58c41View commit details -
Merge pull request #1833 from Shopify/fast-variable-parse
Faster Variable BlockBody Matching
Configuration menu - View commit details
-
Copy full SHA for b419648 - Browse repository at this point
Copy the full SHA b419648View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c13805 - Browse repository at this point
Copy the full SHA 6c13805View commit details -
Configuration menu - View commit details
-
Copy full SHA for d94293a - Browse repository at this point
Copy the full SHA d94293aView commit details -
Merge pull request #1837 from Shopify/lexer-comparison-fix
fix lexer parsing comparison without whitespaces
Configuration menu - View commit details
-
Copy full SHA for 36251e6 - Browse repository at this point
Copy the full SHA 36251e6View commit details -
Merge pull request #1835 from Shopify/fix-multibyte-variable-parsing
fix parsing Variable blockbody with multibyte character
Configuration menu - View commit details
-
Copy full SHA for 1943441 - Browse repository at this point
Copy the full SHA 1943441View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a9f33a - Browse repository at this point
Copy the full SHA 8a9f33aView commit details -
Merge pull request #1839 from Shopify/lexer-parse-error-with-utf8
raise syntax error from lexer parser with UTF-8 character
Configuration menu - View commit details
-
Copy full SHA for c626dfa - Browse repository at this point
Copy the full SHA c626dfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1375a9e - Browse repository at this point
Copy the full SHA 1375a9eView commit details -
Merge pull request #1840 from Shopify/fix-lexer-contains-as-id
fix lexer parsing ID 'contains' as comparison
Configuration menu - View commit details
-
Copy full SHA for f6ffc37 - Browse repository at this point
Copy the full SHA f6ffc37View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6a3e25 - Browse repository at this point
Copy the full SHA f6a3e25View commit details -
Configuration menu - View commit details
-
Copy full SHA for f00670c - Browse repository at this point
Copy the full SHA f00670cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffce6de - Browse repository at this point
Copy the full SHA ffce6deView commit details -
Merge pull request #1838 from Shopify/quirky-lexer-parsing
fix parsing quirky incomplete expressions
Configuration menu - View commit details
-
Copy full SHA for 8e40f80 - Browse repository at this point
Copy the full SHA 8e40f80View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29986d3 - Browse repository at this point
Copy the full SHA 29986d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ed54bf - Browse repository at this point
Copy the full SHA 3ed54bfView commit details -
Merge pull request #1845 from Shopify/remove-tag-registry
remove TagRegistry
Configuration menu - View commit details
-
Copy full SHA for 4bd22a2 - Browse repository at this point
Copy the full SHA 4bd22a2View commit details -
Merge pull request #1846 from Shopify/env-propgating
propagate Environment on new Context creation
Configuration menu - View commit details
-
Copy full SHA for 06f4422 - Browse repository at this point
Copy the full SHA 06f4422View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f3ea73 - Browse repository at this point
Copy the full SHA 1f3ea73View commit details -
Merge pull request #1843 from Shopify/empty-array
avoid allocating new empty array
Configuration menu - View commit details
-
Copy full SHA for 8d86613 - Browse repository at this point
Copy the full SHA 8d86613View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for b0cba0b - Browse repository at this point
Copy the full SHA b0cba0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c77ff68 - Browse repository at this point
Copy the full SHA c77ff68View commit details -
Merge pull request #1848 from Shopify/env-warn-cleanup
clean up all warnings by using new Environment
Configuration menu - View commit details
-
Copy full SHA for e5d18c8 - Browse repository at this point
Copy the full SHA e5d18c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b6763 - Browse repository at this point
Copy the full SHA 42b6763View commit details
Commits on Dec 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a06ced - Browse repository at this point
Copy the full SHA 9a06cedView commit details -
Write one value at a time for array variables (#1863)
* Write one value at a time for array variables * Handle recursive array
Configuration menu - View commit details
-
Copy full SHA for 63583ff - Browse repository at this point
Copy the full SHA 63583ffView commit details -
Stop testing against
liquid-c
(#1868)* Stop testing against `liquid-c` * Bump to `v5.6.0.rc2`
Configuration menu - View commit details
-
Copy full SHA for fdd8c71 - Browse repository at this point
Copy the full SHA fdd8c71View commit details
Commits on Dec 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a0a4307 - Browse repository at this point
Copy the full SHA a0a4307View commit details -
Merge pull request #1873 from Shopify/bp/tokenizer-fix
Fix bug in tokenizer with nil source value
Configuration menu - View commit details
-
Copy full SHA for c3ac0e0 - Browse repository at this point
Copy the full SHA c3ac0e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c49dd5 - Browse repository at this point
Copy the full SHA 0c49dd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60701f8 - Browse repository at this point
Copy the full SHA 60701f8View commit details
There are no files selected for viewing