Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

0.1.7 - 0.1.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@saurabhdaware saurabhdaware released this 28 May 07:32

Changelog

v0.1.10

  • BREAKING CHANGE, SECURITY UPDATE
    To use require() in the template, user will have to pass allowRequire: true in option. This option is by default set to false.
    const newHTMLTemplate = abellRenderer.render(
      myAbellTemplate, 
      mySandbox, 
      {allowRequire: true}
    );

v0.1.9

  • Fix to recursively find and create nested .abell files

v0.1.8

  • basePath is set to paths relative to input files.

v0.1.7

  • BUG FIX
    Allowing CLI to build without output path