Releases: sebastienros/fluid
Releases · sebastienros/fluid
v2.0.9
- Updated Parlot to 0.0.17
- Fixing support for new lines as keyword separator
v2.0.8
- Fixed
default
filter to handlefalse
,nil
andempty
- New
FluidParser.Compile()
method to compile the parser for performance - Updated Parlot to 0.0.15
- Fixed member naming strategies
v2.0.7
- Fix MVC view engine
- Add
AllowModelMembers
options to disable model properties - Fix accessors cache
v2.0.6
- Fix if statements
- Improve binary expressions performance
v2.0.5
- Report meaningful error messages
v2.0.4
- Fix logical expression
- Fix trimming options
- Performance improvements
v2.0.3
- Fix ranges and limits
v2.0.2
- Fix some comparisons to
blank
andempty
v2.0.1
- Fix raw tag
v2.0.0-beta-1014
- Fixing operators parsing