mikebridge / Liquid.NET

.Net Port of the Liquid template language
MIT License
61 stars 15 forks source link

Add some options for mapping POCO fields into a LiquidHash via .ToLiquid() #58

Open mikebridge opened 8 years ago

mikebridge commented 8 years ago

Right now it calls .ToLower on everything.

schotime commented 8 years ago

Where is this one up to?

We have a branch that we're using https://github.com/mikebridge/Liquid.NET/compare/master...schotime:case_insensitive_liquid_hash that just does the hash, but it obviously doesn't handle the local variables.