Skip to content

Releases: bogas04/marinate

Version 0.1.0

28 Nov 10:10
Compare
Choose a tag to compare

🆕 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

23 Nov 06:18
Compare
Choose a tag to compare
0.0.2

Initial commit