Releases: leMaur/markdown
Releases · leMaur/markdown
Release list
4.0.1
What's Changed
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
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
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
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
2.2.0
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
2.0.1
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
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