squirrelly v8.0.0-beta.1 Release Notes

Release Date: 2020-02-14 // about 4 years ago
  • TL;DR

    • ๐Ÿ“œ I fixed a major error where the parser would go into an infinite loop with an unclosed helper
    • ๐Ÿ‘ I added support for partials, rendering files, and loading files
    • โž• Added Express support
    • ๐Ÿ‘ Async support (theoretically, though not supported with Render yet)

    Commits

    • โœ‚ Remove console.log statement 253cff6
    • ๐Ÿ›  FIX CRITICAL PARSING ERROR WITH UNCLOSED HELPERS 700b73a
    • ๐Ÿ›  Fixed self-closing helpers db31f32
    • โšก๏ธ Update renderFile to only accept 'data', not 'data' and 'options' cadd718
    • ๐Ÿ›  Fixed config override, removed unnecessary types c69efd4
    • ๐Ÿ”ง Work on configuration, include file 116da2c
    • โž• Add async test fc1966d
    • โž• Add async support f568e3d
    • โšก๏ธ Update SqrlErr type to return error, add async option to config.ts b178f36
    • ๐Ÿ”€ Rename cache.clear to cache.reset, cause cache.load to merge 0c656a8
    • โšก๏ธ Update all-contributors badge link d30499e
    • ๐Ÿ›  Fix merge conflict 34005a1
    • ๐Ÿ›  Hopefully fixed all-contributors badge problem 7714f14
    • ๐Ÿ”€ Merge pull request #139 from squirrellyjs/all-contributors/add-nebrelbug ed4b5b3
    • โšก๏ธ Update README.md fdb2aac
    • ๐Ÿ“„ docs: update .all-contributorsrc [skip ci] 2c231ef
    • ๐Ÿ“„ docs: update README.md [skip ci] 843e99f
    • โšก๏ธ Update README, badges for all-contributors 2d4e7ae
    • โšก๏ธ Update dependencies to enable Greenkeeper ๐ŸŒด (#137) ed0e058
    • โšก๏ธ chore(package): update lockfile yarn.lock 6975bcd
    • ๐Ÿ“„ docs(readme): add Greenkeeper badge 84a2645
    • โšก๏ธ chore(package): update dependencies cbebe0d

    Next Steps

    • ๐Ÿ‘ Better async support and support for async helpers and filters
    • ๐Ÿ‘ Layouts support

    v8.0.0-beta.0...v8.0.0-beta.1