Shopify / liquid

Liquid markup language. Safe, customer facing template language for flexible web apps.
https://shopify.github.io/liquid/
MIT License
11.13k stars 1.39k forks source link

remove TagRegistry #1845

Closed ggmichaelgo closed 2 weeks ago

ggmichaelgo commented 2 weeks ago

Using a TagRegistry class in the Liquid module is no longer necessary. Developers don't update the Tag classes frequently as before, and we could use zeitwerk to reload the Tag classes.