Skip to content

Version 8: Beta 2

Pre-release
Pre-release

Choose a tag to compare

@bgub bgub released this 16 Feb 00:34
· 243 commits to master since this release

TL;DR

  • Sqrl.render() now supports async
  • Updated naming conventions so everything is camelCase
  • Async support for helpers and filters (still depends on await though)
  • Add include to browser distribution
  • Fix so renderFile and render take callbacks

Commits

  • Update tests to get coverage across threshold a930fb9
  • Updated README.md e5f3ce1
  • Fixed compile so that the returned fn accepts a callback e8bf591
  • Merge pull request #141 from squirrellyjs/greenkeeper/rollup-plugin-typescript2-0.26.0 0fc4766
  • fix: fix getConfig baseConfig, add include to browser distribution 38d187d
  • fix: fix includeFile to use parent file options 8ad2dd6
  • refactor: fix naming styles, extract types for readability 619418f
  • Added file tests 8913455
  • chore(package): update lockfile yarn.lock df53e87
  • chore(package): update rollup-plugin-typescript2 to version 0.26.0 9ef5e3c

v8.0.0-beta.1...v8.0.0-beta.2