All Versions
84
Latest Version
Avg Release Cycle
18 days
Latest Release
1302 days ago

Changelog History
Page 7

  • v1.1.1 Changes

    January 22, 2018
    • Take into account inheritance when accessing properties for auto-import .NET object (#43)
  • v1.1.0 Changes

    January 22, 2018
    • ๐Ÿ›  Fix date.to_string and date.parse to accept/return nullable DateTime and return null accordingly (#42)
  • v1.0.0 Changes

    December 24, 2017
    • โฌ†๏ธ Bump to 1.0.0
  • v1.0.0-beta Changes

    December 12, 2017
    • โž• Add better exception with span if an error occured when getPath/Load a template include
  • v0.16.0 Changes

    November 11, 2017
    • Work towards 1.0.0-beta
    • ๐Ÿ”„ Change MemberRenamer to receive a MemberInfo instead
    • ๐Ÿ”„ Change MemberFilter to receive a MemberInfo instead. Add support to setup a MemberFilter on a TemplateContext as a MemberRenamer
    • ๐Ÿ“‡ Rename RenderContext/RenderOptions to TemplateRewriterContext/TemplateRewriterOptions
    • ๐Ÿ‘ Allow liquid parser to accept anykind of tags in tag sections and not only the defaults
  • v0.15.0 Changes

    November 09, 2017
    • โž• Add changelog.md
    • Work towards 1.0.0-beta (#29)
    • Named arguments (#28)
    • โž• Add documentation to all .NET builtin functions (59fa7c5, ece713d)
    • ๐Ÿ“„ Generate markdown docs from .NET code for all builtin functions (c8350bb9181c8728ca6223a0e2e8e5de4aa712d4)
    • โž• Add documentation for named arguments (da32cee)
    • โž• Add documentation for this variable (96b31ff, fcd60ce)
    • ๐Ÿ“š Generate tests from builtin functions documentation directly (to verify that examples are actually compiling and correct) (1db628e)
    • โž• Add documentation for empty variable (9884067)
    • โž• Add documentation for obj.empty? (9884067)
    • โž• Add documentation for .NET functions with object params (4755e5b)
    • โž• Add documentation for for statements with limit, offset, reversed. (a433209)
    • โž• Add documentation for tablerow statements with limit, offset, reversed. (5f7274e)
    • โž• Add documentation about for.changed and for.rindex variables (ea3c5d9)
    • โž• Add documentation for when/case (b150a5d)
    • โž• Add documentation for liquid support (d88a931)
  • v0.14.0 Changes

    November 07, 2017
    • โž• Add support for named arguments to function calls (#28)
    • โšก๏ธ Update all builtin functions to use proper argument names (for named arguments)
    • ๐Ÿ“š Start to add markdown documentation to functions directly into .NET code (to extract them later)
  • v0.13.0 Changes

    November 07, 2017
    • ๐Ÿ”„ Change named parameters in scriban for for/tablerow statement to match liquid's behavior (no comma but separated by space)
  • v0.12.1 Changes

    November 06, 2017
    • Enable hyphenated variables (my-variable) only for liquid and convert it to scriban with the this indexer (this["my-variable"])
  • v0.12.0 Changes

    November 05, 2017
    • ๐Ÿ‘Œ Improve API towards 1.0.0-beta (#29)
    • ๐Ÿ‘Œ Improve tests coverage