Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 678 Bytes

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 678 Bytes

Changelog

All notable changes to this project will be documented in this file.

[1.1.11] - 2024-11-01

Added

  • Fixed some issues with the README file.
  • Changed the codeowners file to include the correct team.

[1.1.1] - 2024-11-01

Added

  • Initial implementation of mdstfu package for fetching and rendering Markdown from URLs.
  • Caching support to store fetched Markdown data.
  • Optional custom renderer for Markdown content.
  • Configurable marked options for Markdown-to-HTML conversion.

Fixed

  • Improved error handling for invalid URLs and network failures.

[1.0.0] - 2024-10-31

Added

  • Basic package structure and functionality.