Releases: thebatclaudio/eloquent-markdown
Releases · thebatclaudio/eloquent-markdown
v1.3.0
v1.2.2
- [DOCS] Fix some comments
- [CHORE] Add
strict_types
to test files
v1.2.1
- [FIX] Exclude non-markdown files
v1.2.0
- [FEAT] Converted
MarkdownWithDateModel
abstract class toWithDate
trait - [CHORE] Tests refactoring
v1.1.0
- [FEAT] Add support for
Illuminate\Contracts\Filesystem\Filesystem
to allow different filesystems - [FEAT] Add tests for
MarkdownWithDateModel
- [FEAT] Add
toHtml
method to render content as HTML - [DOCS] Improve documentation and readme
v1.0.1
- [FEAT] Create new
MarkdownWithDateModel
to manage markdown files with date in their name (e.g.2024-05-15-your-markdown-file.md
). - [FEAT] Add some tests for
update
andfind
methods - [FIX] Improve
MarkdownModel
to support alsoupdate
method. - [DOC] Improve readme
v1.0.0
- [FEAT] Implement base methods (save, find, delete, all)
- [FEAT] Implement unit tests