Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
Bernie White 1475c29341
Updated dependencies (#283)
* Updated dependencies

* Use a specific pester version
2023-10-23 13:28:03 +10:00
Bernie White 0c13195ebb
Code quality updates (#257) 2023-07-18 15:17:54 +10:00
Bernie White 3b0d520917
Add support for cross-platform #59 (#68)
- 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.
2020-08-16 17:56:55 +10:00
Bernie White 449a3c9776
Pipeline updates to support CD to PowerShell Gallery (#55)
- Update to CI/CD pipeline to support CD to PowerShell Gallery
2019-01-14 19:54:00 +10:00
Bernie White d519886037
Added bootstrap build script for vsts (#22) 2018-05-30 21:06:16 +10:00
Bernie White 02512fe2cd
Quality and CI process updates (#21)
* Updated CI to use Invoke-Build
* Improved CI process and added encoding to Invoke-DscNodeDocument
2018-05-28 22:21:40 +10:00
Bernie White 639bb2a2b9
Fix handling of line break for multiline table columns issue #11 (#14)
- 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
2018-05-18 17:23:39 +08:00
Bernie White 8bea2b2d6d
Fix to address reporting test failures correctly (#13)
- Update tests to use Pester v4+
- Updated pester calls #12
- Updates for \n line endings
2018-05-16 19:30:34 +10:00
Bernie White 93cc913eda
Release merge for v0.3.0 (#6)
* 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
2017-12-07 22:11:55 +08:00
Bernie White 2e1857f3f3 Release merge for v0.2.0 (#1)
* Updates for v0.2.0 release
2017-08-24 17:14:38 +10:00