Releases: bettyblocks/liquid-elixir
Releases · bettyblocks/liquid-elixir
Release 1.0.0-alpha.1
Release with improved parsing though at the moment it is not working on elixir lower then 1.7.
Also not tested with custom tags/blocks.
Release 0.9.1
Release 0.9.0
- Fixed more then 2 cases with if statements.
- Elixir 1.8.0 support
- Add missing url_decode filter
Release v0.8.0
Improved performance in several sections.
- For loop performance by changing lookups to arguments matching and Map.get instead of access lookups
- Variable lookup performance for simple variable using instant lookup instead of protocols
- Filter/Tag lookup performance by using predefined maps for instant lookup
- Custom Filter/Tag performance by preloading them into the context instead of requesting them from app env everytime it's needed.
Release version 0.7.0
Fix elixir 1.5 deprecation warnings.
Add ability to assign registers when calling Template.render without having to create a context.
Template.render(template, assigns, registers: %{test: "hallo"}
0.6.1 release
- Add ability for parse to handle nil value
0.6.0
0.5.0
0.4.0 release
Multiple fixes upon the 0.4.0 tag