Releases: jaredwray/ecto
Releases · jaredwray/ecto
Updates and Cleanup with Less Files
- Removed all test files from build package
- Cleaned up Naming Convention for Test Data
- Upgraded to Latest LiquidJS!
The Big Initial Release!
- Zero Config by default but all properties exposed for flexibility. Check out our easy API.
- Async render and renderFromFile functions for ES6 and Typescript.
- Render via Template File with Automatic Engine Selection. No more selecting which engine to use, engine choice is automatically decided based on the file extension.
- Only the Top Template Engines: EJS, Markdown, Pug, Nunjucks, Mustache, Liquid, and Handlebars.
Adding in create function for export
v0.9.9 Update ecto.ts
Adding in module support for Javascript
v0.9.8 Create index.test.ts
Handing if the path already exists
v0.9.5 Update package.json
Handing if the path already exists
v0.9.4 adding in ensureFile paths for long paths
Adding in long file path support for writing files
v0.9.3 adding in ensureFile paths for long paths
Setting Options on Handlebars Template
v0.9.2 Update package.json
Updated Readme and Adding in Engine Parameter
v0.9.1 Updated Versioning
Render from File Now Live and Partial/Include Support
v0.8.0 Render from File