Releases: sebastienros/fluid
Releases · sebastienros/fluid
v2.0.0-beta-1008
- New
startswith
andendswith
filters - Fixed date filter not using the
TemplateContext
property overrides
v2.0.0-beta-1007
- Prevent json filter from accessing members that are not allowed
- Fix snake case support
- Use TimeZoneInfo instead of time offset
- Fix support for variables in for loops
- Add new whitespace control options
v2.0.0-beta-1006
- Fixed default time zone
- Allow to override
Now()
inTemplateContext
v2.0.0-beta-1005
- Added support for custom default time zone with
TimeZoneUtcOffset
- Expose scope property names
v2.0.0-beta-1004
- Remove all usages of
static
- Optimize encoded values
- Custom operators support with
RegisteredOperators
CultureInfo
can be set perTemplateContext
- Fix MVC view engine
- Add
else
statement inunless
tag - Reusable scope can be defined in
TemplateOptions
v2.0.0-beta-1003
- Improves extensibility helpers
- Expose ArgumentsList for custom tags
v2.0.0-beta-1002
- Fixes whitespace tag support
- Fixes operators precedence
v2.0.0-beta-1001
- First release using Parlot
- Update extensibility model
v1.0.0
- First stable release