mikebridge / Liquid.NET

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

rename liquid types to correspond with ruby liquid #35

Closed mikebridge closed 9 years ago

mikebridge commented 9 years ago

Renames classes to correspond more closely to liquid naming

ExpressionConstant :arrow_right: LiquidValue DictionaryValue :arrow_right: LiquidHash ArrayValue :arrow_right: LiquidCollection StringValue :arrow_right: LiquidString BooleanValue :arrow_right: LiquidBoolean DateValue :arrow_right: LiquidDate NumericValue :arrow_right: LiquidNumeric GeneratorValue :arrow_right: LiquidRange

codecov-io commented 9 years ago

Current coverage is 90.41%

Merging #35 into master will not affect coverage as of c3d2883

@@            master     #35   diff @@
======================================
  Files          134     134       
  Stmts         4288    4288       
  Branches       444     444       
  Methods          0       0       
======================================
  Hit           3877    3877       
  Partial        156     156       
  Missed         255     255       

Review entire Coverage Diff as of c3d2883

Powered by Codecov. Updated on successful CI builds.

mikebridge commented 9 years ago

closes #34