Skip to contents
AcidCLI 0.0.1 (2021-01-05)
Initial release.
AcidCLI 0.0.2 (2021-01-07)
Minor changes:
- Bug fix to allow inline styles inside of headers (e.g.
h1, h2, …).
AcidCLI 0.0.3 (2021-01-10)
New functions:
- Added
toInlineString, which helps return a formatted inline variable string.
AcidCLI 0.0.4 (2021-01-10)
Minor changes:
-
toInlineString: Include “…” when input is truncated.
AcidCLI 0.0.5 (2021-01-18)
Minor changes:
-
dl: Ensure definition list is indented.
AcidCLI 0.0.6 (2021-02-02)
Minor changes:
- Now using goalie package internally for assert checks.