Skip to content

Releases: MommaWatasu/OteraEngine.jl

v1.1.3

11 May 08:43

Choose a tag to compare

OteraEngine v1.1.3

Diff since v1.1.2

Breaking Changes

  • apply patch for named tuple

Merged pull requests:

  • Fix errors when passing a named tuple to a template (#53) (@fypc)

Closed issues:

  • Errors when passing a named tuple to a template (#52)

v1.1.2

12 Apr 16:26

Choose a tag to compare

OteraEngine v1.1.2

Diff since v1.1.1

Breaking Changes

  • fix bug about filters inside of blocks
  • fix an error method may be too new in REPL

Merged pull requests:

  • Fix world age issue in Template call using Base.invokelatest (#51) (@fypc)

v1.1.1

18 Feb 14:07

Choose a tag to compare

OteraEngine v1.1.1

Diff since v1.1.0

Breaking Changes

  • apply patch for quote_sql filter

Merged pull requests:

  • Fix unexpected results from quote_sql without autoescaping (#48) (@p-gw)

v1.1.0

13 Feb 13:53

Choose a tag to compare

OteraEngine v1.1.0

Diff since v1.0.1

Breaking Changes

  • fix newlines on Windows
  • fix order in which render applies filter and string function
  • add quote_sql function

Merged pull requests:

  • Remove Pkg from dependencies (#46) (@visr)

Closed issues:

  • passing array value with init causes an error in V1.0.0 (#45)

v1.0.1

08 Feb 08:39

Choose a tag to compare

OteraEngine v1.0.1

Diff since v1.0.0

Breaking Changes

  • fix bug about parsing symbols

Closed issues:

  • Failing Unicode encoding (#44)

v1.0.0

25 Dec 03:00

Choose a tag to compare

OteraEngine v1.0.0

Diff since v0.6.1

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:

  • Unable to nest comment blocks, e.g. {# ... {# ... #} ... #} (#42)
  • Incompatibilities with package precompilation (#43)

v0.6.1

19 Dec 04:51

Choose a tag to compare

OteraEngine v0.6.1

Diff since v0.6.0

Breaking Changes

  • Fix parser to process nested comment blocks correctly
  • fix and update the docs

Merged pull requests:

Closed issues:

  • Several warnings are displayed (#40)

v0.6.0

15 Nov 04:24

Choose a tag to compare

OteraEngine v0.6.0

Diff since v0.5.8

Breaking Changes

  • change usage of @filter
  • overriding functions in macros is no longer allowed

Closed issues:

  • Running tests locally raise some fails (#38)
  • Template with for loop leads to extra newlines (#39)

v0.5.8

11 Nov 14:16

Choose a tag to compare

OteraEngine v0.5.8

Diff since v0.5.7

Breaking Changes

  • Added newline option for Windows
  • Changed autospace, lstrip_blocks and trim_blocks defaults to true

Closed issues:

  • Error when defining a class attribute in a control block: "cannot juxtapose string literal". (#37)

v0.5.7

06 Nov 15:48

Choose a tag to compare

OteraEngine v0.5.7

Diff since v0.5.6

Breaking Changes

  • fix bug in TmpCodeBlock
  • update requirements of Pkg and Julia into 1.8