- Engine features:
- Added support for MacOS and Linux. [#59](https://github.com/BernieWhite/PSDocs/issues/59)
- Deprecations and removals:
- Added migration guide for v0.6.x to v0.7.0.
- **Breaking change**: Removed support for inline document blocks.
- Use `Invoke-PSDocument` with `.Doc.ps1` files instead.
- **Breaking change**: Removed script block usage of `Note` and `Warning`.
- Script block support was previously deprecated in v0.6.0.
- Use pipeline instead.
- **Breaking change**: Removed support for `-When` section parameter.
- `-When` was previously replaced with `-If` in v0.6.0.
- Extended cmdlets and markdown processor to support wrap separator option
- Added documentation updates for options cmdlet and parameters
- Fix keyword links on readme
- Minor doc quality updates
- Renamed Yaml keyword to Metadata and other quality updates
- Updated yaml example
* Added vscode task for code coverage reporting
* Updated CI metadata
* Added vscode settings to exclude paths
* Documentation updates
* Updated Yaml processing to keep header order and allow header merging
* Quality updates for unit testing
* Added message strings
* Fix to prevent Yaml block from being processed when not explictly used
* Updated Title keyword processing to handle multiple definitions
* Added SharePoint documentation example
* Documentation updates
* Minor documentation updates
* Updated tasks.json to use new schema
* Moved cmdlet help docs
* Reorgansed docs for scaffolding with platyPS
* Added documentation updates
* Fix documentation links on readme
* Minor update to error handling in BuildDocumentation
* Dependency and version update preparing for next release
* Update documentation build tasks
* Update tests and error handling
* Documentation updates
* Correction to change log grammer
* Updates to link external help
* Added launch file for debugging
* Further documentation updates
* Updated change log and readme
* Updates to help and remove -Path parameter which is for a future use case
* Updates for cmdlet help
* Improved code block handling
* Updated documentation links
* Updates to include about topics in document build process
* Updated script to clean up old docs
* Added cleanup of docs build path
* Added common parameters
* Added keyword about help
* Merged into keywords document
* Removed configuration data parameter for Invoke-PSDocument
* Fix up build task to prevent matcher prompt
* Updated documentation
* Automatically create OutputPath if it doesn't exist
* Added PSDocs.Dsc to build task
* Preparing for v0.3.0