All Versions
84
Latest Version
Avg Release Cycle
18 days
Latest Release
1302 days ago
Changelog History
Page 7
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
anddate.parse
to accept/return nullable DateTime and return null accordingly (#42)
- ๐ Fix
-
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
toTemplateRewriterContext
/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
andfor.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)
- ๐ Change named parameters in scriban for
-
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"]
)
- Enable hyphenated variables (my-variable) only for liquid and convert it to scriban with the this indexer (
-
v0.12.0 Changes
November 05, 2017- ๐ Improve API towards 1.0.0-beta (#29)
- ๐ Improve tests coverage