Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

31 lines (29 loc) · 1.61 KB

Changelog

  • 0.1.0 (2023-11-16): Initial release
    • 0.1.1 (2023-11-16): Remove null configuration file; fix bad json syntax highlighting on readme
  • 0.2.0 (2023-11-17): Add doctest; add emphasis_strong double style; add more strong/emphasis examples to input.md; fix issue with strong code double style; improve the double style algorithm; fix changelog; improve readme
  • 0.3.0 (2023-11-17): Avoid adding block style if it already has a style; add images; remove convert smart quotes feature
  • 0.4.0 (2023-11-18): Fix image alt text; add links; fix comments; add unit tests
    • 0.4.1 (2023-11-20): Fix image/link depth issue
    • 0.4.2 (2023-11-20): Fix image/link and/or other content in table or blockquote issue; fix image/link depth tests
    • 0.4.3 (2023-11-20): Add note #5 to avoid using a single style for blocks and spans; properly handle backslashes in styled code spans
  • 0.5.0 (2023-11-27): Add figure style; update dependencies
    • 0.5.1 (2023-11-27): Fix figure style in list items
  • 0.6.0 (2023-11-29): Fix nested lists; add pipeline example / documentation / diagram; update dependencies
    • 0.6.1 (2023-11-29): Fix readme
    • 0.6.2 (2023-12-08): Fix task list marker issue; update dependencies
  • 0.7.0 (2024-01-09): Add an [ignore] info string tag to make stylin ignore the fenced code block; update dependencies
  • 0.8.0 (2024-01-09): Add caption styles
    • 0.8.1 (2024-01-09): Allow custom numbering
  • 0.9.0 (2024-07-31): Fix makefile; update dependencies
    • 0.9.1 (2024-10-24): Update dependencies
    • 0.9.2 (2024-12-04): Update dependencies; add commit target to makefile