Merge branch 'Shopify:master' into master

This commit is contained in:
Anders Søgaard
2021-09-16 19:14:10 +02:00
committed by GitHub
7 changed files with 34 additions and 4 deletions
+4 -1
View File
@@ -1,13 +1,16 @@
# Liquid Change Log
## 5.0.2 (unreleased)
## 5.1.0 / 2021-09-09
### Features
* Add `remove_last`, and `replace_last` filters (#1422) [Anders Hagbard]
* 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]
## 5.0.1 / 2021-03-24