- Remove unnecessary files from build
- Use native require() in production
- Drop caching capabilities in transpile mode, only advertise it for development
- Expose express engine function
- Drop fs-extra dependency
- Upgrade all dependencies
- Invalidate require cache for imported templates in dev mode
- Drop support for wrapper tags (templates should use fragments instead)
- Downgrade fs-extra to 8.1.0 for better Node compatibility
- Support wrapper tags that will be discarded from the output
- Upgrade all dependencies
- Prepend "<!doctype html>" to "<html>" tags by default
- Support compiled .js templates
- Allow disabling Babel transpiler
- Fix templates not being found if an incomplete filename containing a dot is passed
- Minor optimizations
- Add TSDoc comments
- Expand Readme documentation
- Make Babel options customizable
- Rewrite Express integration
- Fix crash when using relative imports in templates
- Make preact an explicit dependency
- Initial release