Releases: paradox460/djot
Releases · paradox460/djot
v0.1.4
Whats changed
Code wise? Nothing. Ease of use? Significant.
This release uses precompiled binaries, where possible, to make installation much easier on most systems.
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
-
Updated the shipped version of the djot crate to v0.6.0
- This brings about two new renderers, that can be specified when using Djot:
:minified
and:indented
:indented
renders a document in an indented manner, so the code resembles the original source.
:minified
renders a document with extraneous whitespace stripped.
See the docs/readme for information on how to configure these new renderers
- This brings about two new renderers, that can be specified when using Djot:
-
Housekeeping changes
- Removed unneeded logger extra_application
- Bumped ex_doc version
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
Add's djot sigil sigil_d
, for use in templates. See readme for details
Fixes compile error due to not including the rustler files in the hex
package
v0.1.0
The beginning!