Releases: mourner/tinyjam
Releases · mourner/tinyjam
v0.4.0
- Remove
front-matter
dependency in favor of manually parsing the front matter.
- Upgrade dependencies to resolve vulnerabilities. In particular, upgrade
marked
to v2.
v0.3.0
⚠️ Breaking: switch to ES module entry point & drop support for Node versions earlier than v12.17.0.
v0.2.0
- Switch templating system from
ejs
to yeahjs
, a tiny and fast EJS subset.
- Allow inline output (writing to the source directory if
output_dir
is not provided).
v0.1.0
- Add
log
and highlight
options to the API.
- Add
--breaks
, --smartypants
, --silent
options to the CLI.
- Improve docs & examples.
v0.0.2
- Fix
tinyjam
NPM binary.
- Nicer CLI output.