0.5.9 (2022-02-13)
- Update rant to new version v4.0.0-alpha.29 (bb6d2d0)
- Update rant to new version v4.0.0-alpha.31 (eda86db)
0.5.8 (2022-01-30)
- Update rant to new version v4.0.0-alpha.28 (84d154a)
- Add detailed rant compiler messages to console log in case of compiler errors (92f866c)
- Provide global rant functions for common markdown stylings (bold, italic, bold-italic, highlight, link) (9049b21)
0.5.7 (2022-01-27)
- Update rant to new version v4.0.0-alpha.27 (f67ee4b)
- Update Readme (7fdb5a5)
0.5.6 (2022-01-25)
- Update rant to new version v4.0.0-alpha.26 (aace7c0)
0.5.5 (2022-01-24)
- Update rant to new version v4.0.0-alpha.25 (e8ccfa0)
0.5.4 (2022-01-18)
0.5.3 (2022-01-15)
- Display Rant errors in output directly, disable require function (module loading does not work anyway) (01c18a7)
0.5.2 (2022-01-12)
0.5.1 (2022-01-11)
0.5.0 (2022-01-10)
- Allow importing rant codeblocks via BlockLink into other rant codeblocks using 'import: [[File#^block-id]]' statements at the top of the program (3f625b7)
0.4.0 (2022-01-07)
- Fix markdown processing of code blocks (e.g. dice roller) within inline rant block and block links (adc2a09)
- Allow embedding block links in inline rant blocks (fcb9646)
0.3.3 (2022-01-04)
- Properly unload rant processors (e56a29f)
0.3.2 (2021-12-31)
- Allow Markdown parsing of inline rant blocks as well, enabling styling, links, etc. (c726232)
0.3.1 (2021-12-30)
- properly remove rant processors on unload, to avoid re-running rant on all programs that existed in the currently active file's history (247024b)
- re-rant was not working properly on inline rant blocks (f494222)
0.3.0 (2021-12-29)
- enable markdown processing within Rant codeblocks (f1182c1)
0.2.5 (2021-12-29)
- add bold/italic styling options to rant codeblocks (87e7d55)
0.2.4 (2021-12-28)
- add setting to disable/enable rant block styling (164bf68)
0.2.3 (2021-12-28)
- fix release workflow (af578d6)
0.2.2 (2021-12-28)
- remove empty styles.css and remove styles.css from release workflow (f0f2504)
0.2.1 (2021-12-28)
- re-add styles.css (8aa7aa9)
0.2.0 (2021-12-28)
- add initial support for inline rant blocks (5a81955)