Squirrelly
Get StartedTemplate SyntaxAPICommunity
7.x.x
7.x.x
  • Overview
  • FAQ
  • Demo
  • Performance
  • Changelog
  • Getting Started
    • Installation
    • Your First Template
    • Why Squirrelly?
    • What's a template engine?
  • Template Syntax
    • The Basics
    • Global References
    • Helper References
    • Filters
    • Helpers
    • Self-Closing Helpers
    • Native Helpers
    • Setting custom tags
    • Partials
    • Built-in Helpers
  • API
    • API Overview
    • Compile
    • Render
    • renderFile
    • load
    • defineFilter
    • setDefaultFilters
    • autoEscaping
    • defineHelper
    • defineNativeHelper
    • definePartial
    • defaultTags
  • Recipes
    • Squirrelly with ExpressJS
  • Guides
    • Generating Badges with Squirrelly
Powered by GitBook
On this page
  • 7.0.0
  • Changed
  • 6.0.1
  • Changed
  • 5.0.1-beta
  • Fixed
  • Changed
  • 4.0.1
  • Changed

Changelog

7.0.0

Changed

  • Fixed an issue with $ signs in references

  • Fixed an issue where a helper opening block or self-closing helper on the same line as a reference would cause an error

  • If a newline directly follows a closing tag, such as }} , it will be removed. This makes minification a lot easier

6.0.1

Changed

  • Added load, fixed __express, added renderFile, added caching

  • Custom delimeters (these actually came out in 5.0.0)

5.0.1-beta

Fixed

  • No more infinite loops

Changed

  • Now you don't need IDs, or ending block tokens.

4.0.1

Changed

  • Squirrelly now precompiles by default

  • Major syntax changes

PreviousPerformanceNextInstallation

Last updated 5 years ago