Skip to content

Releases: rooseveltframework/teddy

0.6.12

21 Sep 13:56
37e8310
Compare
Choose a tag to compare
  • Downgraded cheerio to prevent webpack errors when using Teddy on frontend.
  • Updated various dependencies.

0.6.11

16 Sep 14:50
b093459
Compare
Choose a tag to compare
  • Added new setting teddy.setEmptyVarBehavior('hide') that will make it possible for variables which don't resolve to display as empty strings instead of displaying the variable.

0.6.10

16 Sep 11:53
9fccd79
Compare
Choose a tag to compare
  • Added support for template literal ${templateLiteral} variables.
  • Fixed bug that caused Teddy to crash if you attempted to loop through a Set.
  • Replaced internal HTML entities scanner with the html-entities npm package.
  • Updated various dependencies.

0.6.9

27 Jul 12:48
1559ec2
Compare
Choose a tag to compare
  • Fixed issue with rendering variables with empty strings piped through variables with flags.
  • Updated various dependencies.

0.6.8

26 Jul 05:33
15741e8
Compare
Choose a tag to compare
  • Fixed issue with rendering special characters correctly when piped through a teddy noparse flagged variable.
  • Updated various dependencies.

0.6.7

26 May 13:12
7399449
Compare
Choose a tag to compare
  • Fixed issue causing server-side comments to not be stripped from templates parsed as strings instead of as files.
  • Updated various dependencies.

0.6.6

22 Apr 13:34
96a1e9f
Compare
Choose a tag to compare
  • Fixed issue causing the template caching feature to not work properly in Express apps.
  • Updated various dependencies.

0.6.5

03 Jan 05:25
b91c102
Compare
Choose a tag to compare
  • Fixed scenario where one-line if with only a false condition could crash if it's fed by arguments from an include element.
  • Fixed crash associated with embedding JSON strings in script tags.
  • Fixed bug causing "{}" to be inappropriately stripped from templates.
  • Reduced unminified bundle size from 2.4mb to 1.5mb and added a minified bundle that reduces it further to 449kb.
  • Improved logging and refactored the code a bit.
  • Updated various dependencies.

0.6.4

31 Jul 04:15
f8ce603
Compare
Choose a tag to compare
  • Fixed crash that could occur in an unusual edge case.
  • Various dependencies bumped.

0.6.3

28 Jun 04:23
d2a3882
Compare
Choose a tag to compare
  • Restored template-level caching feature with an improved API.
  • Restored compile method but now with an API similar to other templating systems. It will now take a template string and return a function which when given model data will render HTML from the template and model data.
  • Now hosting the Teddy playground on https://rooseveltframework.github.io/teddy/playground.html. Thanks to jsDelivr for CDN hosting.
  • Various dependencies bumped.