Releases: MommaWatasu/OteraEngine.jl
Releases Β· MommaWatasu/OteraEngine.jl
v1.1.3
v1.1.2
OteraEngine v1.1.2
Breaking Changes
- fix bug about filters inside of blocks
- fix an error
method may be too newin REPL
Merged pull requests:
v1.1.1
OteraEngine v1.1.1
Breaking Changes
- apply patch for
quote_sqlfilter
Merged pull requests:
v1.1.0
OteraEngine v1.1.0
Breaking Changes
- fix newlines on Windows
- fix order in which render applies filter and
stringfunction - add
quote_sqlfunction
Merged pull requests:
Closed issues:
- passing array value with init causes an error in V1.0.0 (#45)
v1.0.1
OteraEngine v1.0.1
Breaking Changes
- fix bug about parsing symbols
Closed issues:
- Failing Unicode encoding (#44)
v1.0.0
OteraEngine v1.0.0
Breaking Changes
- renderer now belongs to each Templates
- as a result of the previous change, Templates no longer consume memory every time it's rendered
- the same name is not available for a filter and a variable
- get compatible with precompilation
Closed issues:
v0.6.1
OteraEngine v0.6.1
Breaking Changes
- Fix parser to process nested comment blocks correctly
- fix and update the docs
Merged pull requests:
- fix: replace B by b in a function example (#41) (@antoinentl)
Closed issues:
- Several warnings are displayed (#40)
v0.6.0
OteraEngine v0.6.0
Breaking Changes
- change usage of
@filter - overriding functions in macros is no longer allowed
Closed issues:
v0.5.8
OteraEngine v0.5.8
Breaking Changes
- Added newline option for Windows
- Changed
autospace,lstrip_blocksandtrim_blocksdefaults to true
Closed issues:
- Error when defining a class attribute in a control block: "cannot juxtapose string literal". (#37)
v0.5.7
OteraEngine v0.5.7
Breaking Changes
- fix bug in TmpCodeBlock
- update requirements of Pkg and Julia into 1.8