Skip to content

1.8.0

Compare
Choose a tag to compare
@kylekatarnls kylekatarnls released this 16 May 15:11
· 127 commits to master since this release
39195e9
  • #70 Added multiline_interpolation option (true by default)
  • #70 Disallowed multi-line tag interpolations #[\n] (throw an exception).
  • #70 Disallowed multi-line expression interpolations #{\n} if 'multiline_interpolation' option is set to false (throw an exception).
  • #69 Changed comments parsing to consider interpolations as raw text