Skip to content

Releases: leMaur/markdown

4.0.1

Choose a tag to compare

@leMaur leMaur released this 07 Sep 08:40
Immutable release. Only release title and notes can be modified.
274da50

What's Changed

  • fix: keep the temporary view after the Blade pass by @leMaur in #39

The Blade pass no longer deletes the temporary view it renders each document through. Deleting it raced under multi-worker servers (Laravel Octane / FrankenPHP): one worker could unlink the file while another had just resolved the same content-hash filename, raising View [hash] not found. The file count is bounded by the number of distinct documents and is cleared together with the other compiled views.

Full Changelog: 4.0.0...4.0.1

4.0.0

Choose a tag to compare

@leMaur leMaur released this 20 Jul 17:12
Immutable release. Only release title and notes can be modified.
0cb5355

What's Changed

  • docs: update CHANGELOG for 3.0.2 by @github-actions[bot] in #28
  • fix(ci): never auto-merge an untested head in dependabot-auto-merge by @leMaur in #29
  • chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 by @dependabot[bot] in #30
  • chore(deps): bump shivammathur/setup-php from 2.37.1 to 2.37.2 by @dependabot[bot] in #32
  • ci: set persist-credentials: false on checkout steps by @leMaur in #33
  • chore(deps): bump ramsey/composer-install from 5c2bcf28d7b060ef3c601d7b476d5430a7b46c27 to 26d8a556604053a9612623447203a691f406fbe6 by @dependabot[bot] in #31
  • chore(deps): bump actions/cache from 5.0.5 to 6.1.0 by @dependabot[bot] in #35
  • chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 by @dependabot[bot] in #34
  • feat!: protect code blocks from the Blade rendering pass by @leMaur in #36

Full Changelog: 3.0.2...4.0.0

3.0.2

Choose a tag to compare

@leMaur leMaur released this 01 Jun 18:54
Immutable release. Only release title and notes can be modified.
8b7cce1

What's Changed

  • docs: update CHANGELOG for 3.0.1 by @github-actions[bot] in #26
  • chore(ci): add Composer audit gate and composer-normalize by @leMaur in #27

New Contributors

  • @github-actions[bot] made their first contribution in #26

Full Changelog: 3.0.1...3.0.2

3.0.1

Choose a tag to compare

@leMaur leMaur released this 27 May 09:34
Immutable release. Only release title and notes can be modified.
54f2ea8

What's Changed

  • chore(ci): pin actions to SHAs + gate dependabot auto-merge on tests by @leMaur in #21
  • chore: SHA-pin actions + least-privilege permissions + gate Dependabot auto-merge by @leMaur in #22
  • chore(ci): canary — PR-based signed-merge flow (branch-protection enablement) by @leMaur in #23
  • fix(ci): pint check-only (no codebase mutation) by @leMaur in #24
  • chore(ci): converge changelog on shared peter-evans pattern by @leMaur in #25

Full Changelog: 3.0.0...3.0.1

3.0.0

Choose a tag to compare

@leMaur leMaur released this 25 May 18:49
50c53c0

What's Changed

  • feat!: drop EOL Laravel 10 + PHP 8.1 (require L11+, PHP 8.2+) by @leMaur in #20

Full Changelog: 2.2.0...3.0.0

2.2.0

Choose a tag to compare

@leMaur leMaur released this 19 Mar 10:40
b860144

What's Changed

  • chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 7 by @dependabot[bot] in #14
  • chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #15
  • chore(deps): bump ramsey/composer-install from 3 to 4 by @dependabot[bot] in #16
  • Add Laravel 13 and PHP 8.5 support by @leMaur in #17

Full Changelog: 2.1.0...2.2.0

2.1.0

Choose a tag to compare

@leMaur leMaur released this 22 Feb 20:07
431b6de

What's Changed

Full Changelog: 2.0.1...2.1.0

2.0.1

Choose a tag to compare

@leMaur leMaur released this 22 Feb 18:05
748f8b8

What's Changed

  • Replace php-cs-fixer with pint by @leMaur in #12
  • chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot[bot] in #9
  • chore(deps): bump ramsey/composer-install from 2 to 3 by @dependabot[bot] in #8

Full Changelog: 2.0.0...2.0.1

2.0.0

Choose a tag to compare

@leMaur leMaur released this 22 Feb 17:55
a0d58c0

What's Changed

  • chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot[bot] in #5
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot[bot] in #4
  • Upgrade to Laravel 11 by @leMaur in #11

Full Changelog: 1.0.1...2.0.0

1.0.1

Choose a tag to compare

@leMaur leMaur released this 09 Aug 19:21

Full Changelog: 1.0.0...1.0.1