Skip to content

Releases: thebatclaudio/eloquent-markdown

v1.3.0

25 Feb 11:13
Compare
Choose a tag to compare
  • [FEAT] Remove ext-yaml and use symfony/yaml instead

v1.2.2

07 Jun 19:18
Compare
Choose a tag to compare
  • [DOCS] Fix some comments
  • [CHORE] Add strict_types to test files

v1.2.1

30 May 11:12
Compare
Choose a tag to compare
  • [FIX] Exclude non-markdown files

v1.2.0

29 May 23:18
Compare
Choose a tag to compare
  • [FEAT] Converted MarkdownWithDateModel abstract class toWithDate trait
  • [CHORE] Tests refactoring

v1.1.0

27 May 08:46
Compare
Choose a tag to compare
  • [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

15 May 16:28
Compare
Choose a tag to compare
  • [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 and find methods
  • [FIX] Improve MarkdownModel to support also update method.
  • [DOC] Improve readme

v1.0.0

09 May 14:30
8d9f864
Compare
Choose a tag to compare
  • [FEAT] Implement base methods (save, find, delete, all)
  • [FEAT] Implement unit tests