Skip to content

Releases: rooseveltframework/teddy

0.5.10

01 Mar 19:06
868d408
Compare
Choose a tag to compare
  • Fixed bug with one-line-ifs. See #540
  • Various dependencies bumped

0.5.9

07 Oct 04:18
5542c43
Compare
Choose a tag to compare
  • Fixed an issue where model content could get printed without being escaped even when the |s flag is not present.
  • Various dependencies bumped.

0.5.8

16 Jun 23:44
264ae61
Compare
Choose a tag to compare
  • Fixed bug in client-side support where file extensions would be inappropriately appended to template names in some cases.
  • Dropped Node 15 support. Added Node 16 support.
  • Various dependencies bumped.

0.5.6

06 Oct 12:34
89e8db7
Compare
Choose a tag to compare
  • Closed #404
  • Various dependencies bumped.

0.5.5

29 Sep 17:12
2631a33
Compare
Choose a tag to compare

0.5.4

26 Sep 23:28
a97180c
Compare
Choose a tag to compare
  • Closed #412
  • Closed #418
  • Closed many unreported bugs.
  • Wrote a test for #404
  • Wrote a test for #357 but upon further investigation now consider it a wontfix.
  • Various dependencies bumped.

0.5.3

26 May 16:51
c80db8c
Compare
Choose a tag to compare
  • Fixed some Windows-exclusive bugs related to how newlines are parsed in Windows vs. other operating systems.
  • Various dependencies bumped.
  • CI improvements.

0.5.2

23 May 16:41
0e742b0
Compare
Choose a tag to compare
  • Undo accidental removal of package-lock.json.

0.5.1

23 May 16:34
33d12f7
Compare
Choose a tag to compare
  • Removed postinstall script since it created a problematic prompt to install webpack-cli during npm installs.

0.5.0

23 May 16:22
d85ad24
Compare
Choose a tag to compare
  • Variables with spaces in them will now be parsed.
  • Fixed issue where one line if statements couldn't use variables as part of the condition.
  • Fixed issue where recursive variable resolution could cause an infinite loop.
  • Signifcant performance improvements.
  • Total rewrite into a much cleaner codebase:
    • Less reliance on regex and more reliance on character counting in base algorithm.
    • Code now split into separate files for development but bundled into a single JS file with Webpack during deployment.
  • Various dependencies bumped.
  • CI improvements.