Version 8: Beta 1
Pre-release
Pre-release
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