Releases: fastvolt/markdown
Releases · fastvolt/markdown
Release list
v0.3.0
Standardized and Fluent API
The core API methods were renamed to follow standard PHP conventions for better discoverability and fluency. Introduced clear, descriptive aliases for execution methods:
-
getHtml()(preferred overtoHtml()). -
->saveToHtmlFile()(preferred over->toHtmlFile()). -
->addOutputDirectory()(preferred over->setCompileDir()). - Implemented support for single executor mode.
- Full Directory-to-Directory Conversion using the
runmethod. - @k00ni Fixed the
toHtmlmethod return type and docblock #14 - Added support for recursive directory processing #11
- Backup directories are now created automatically if it does not exist
- Test files are now removed in the vendor directory after Composer installation
Full Changelog: v0.2.4...v0.2.5
v0.2.4
- Fixed compatibility issues with PHP v8.2 and newer
- Fixed [BUG] Deprecated dynamic property in ParseMarkdown on PHP 8.2+ and Deprecation error
- Improved codebase.
v0.2.3
- fixed class not found error.
- removed AMPHP library package.
- removed
src\Libs\Processdirectory.
v0.2.2
- Fixed Deprecation Notice
- Added
setInlineContentmethod - Improved
setContentandsetCompileDirimplementation - Fixed
accessed before initializationrelated errors
v0.2.1
Full Changelog:
- "Creation of dynamic property id deprecated" problems fixed for PHP 8.x.
v0.2
- Added
toHtmlFileMethod - Simplified usage
- Increased Parse Speed
- Optimized Codebase.
Full Changelog: v0.0.1...v0.2.0
Launched Markdown Library
Full Changelog: https://github.com/fastvolt/markdown/commits/v0.0.1