Skip to content

Releases: wintercms/wn-docs-plugin

v1.0.2

24 Jul 00:22
66bb399

Choose a tag to compare

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

23 Jul 07:14
2299624

Choose a tag to compare

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 the php artisan docs:process command.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

23 Jul 05:50
054f7b7

Choose a tag to compare

Initial release of the Docs plugin.