Skip to content

v0.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 03:23
· 155 commits to main since this release
v0.2.2

Fixed

  • Pass indent and repeat template functions to custom templates. #26

  • Fixed an issue where stentor could fail to find the start comment.

    The original way stentor scanned for the start comment worked so long as the newline after the comment didn't align just after the end of the internal read buffer. To fix that, stentor now scans the end of the read buffer looking for partial matches with the start comment. #28