Skip to content

Releases: paradox460/djot

v0.1.4

10 Oct 22:40
v0.1.4
adffd85
Compare
Choose a tag to compare

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

10 Oct 06:11
v0.1.3
b928a60
Compare
Choose a tag to compare

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

  • Housekeeping changes

    • Removed unneeded logger extra_application
    • Bumped ex_doc version

Full Changelog: v0.1.2...v0.1.3

v0.1.2

10 Oct 04:09
v0.1.2
e5ef3af
Compare
Choose a tag to compare

What's Changed

  • Bump rustler by @mhanberg in #6
    Relaxes the version requirement on rustler, to make it play nicer with other tools.

New Contributors

Full Changelog: v0.1.0...v0.1.2

v0.1.1

12 Nov 01:44
v0.1.1
47460a7
Compare
Choose a tag to compare

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

09 Nov 05:29
v0.1.0
0000001
Compare
Choose a tag to compare

The beginning!