This repository was archived by the owner on Dec 12, 2025. It is now read-only.
Releases: swiftmade/blogdown
Releases · swiftmade/blogdown
v6.0.0
v5.1.0
v5.0.0
v4.0.1: Improve parser (#16)
Parser improvement:
even if the meta comment brackets are inline, parser will work correctly.
v4.0.0
Bump to 4.0 (#14) * update composer lock * upgrade packages, install php-cs * apply code style fixes * add github workflow * add package banner [skip ci] * require php 7.4 or 8 * change workflow trigger to PR * upgrade to phpunit 9 * fix assertion * tweak new post command
v3.1.0: New post command (#8)
Added blog:new command
v3.0.1
v2.0.0
Major refactor job. More features and more extensibility...
Meet blogdown v2.0
https://swiftmade.github.io/blogdown/
Custom modifiers!
You can now implement your own custom modifiers to tap into the rendering process.
See readme for more information.
Props to @BenSampo for this contribution.