Releases: bogas04/marinate
Releases · bogas04/marinate
Version 0.1.0
🆕 Dynamic parts can be recursive (ultimately evaluating into a string or stream)
This enables you to write follow template:
const template = marinate`
Function returning promise resolving into a stream
${async () => fs.createReadStream('style.css')}
`
📃 Rewrote the library to support above feature, also making it easier to add more features.
Initial Release
0.0.2 Initial commit