Releases: wintercms/wn-docs-plugin
Releases · wintercms/wn-docs-plugin
v1.0.2
Changes
- Changed Markdown parsing of doc-blocks in PHP API parser to use a custom Commonmark environment and rendering pipeline, as opposed to the standard
Markdown::parse()calls to avoid repeated environment creation and parsing events. This has considerably increased the performance of the PHP API parser.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
New feature
- Added ability to process documentation as a queued job. The job can be added to the queue manually, or you may use the
--queue=option to add the processing to the queue through thephp artisan docs:processcommand.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Initial release of the Docs plugin.