Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cross platform support to PSDocs #59

Closed
4 tasks done
BernieWhite opened this issue May 8, 2019 · 0 comments · Fixed by #68
Closed
4 tasks done

Add cross platform support to PSDocs #59

BernieWhite opened this issue May 8, 2019 · 0 comments · Fixed by #68
Assignees
Labels
enhancement A request to change or add to current behaviour
Milestone

Comments

@BernieWhite
Copy link
Member

BernieWhite commented May 8, 2019

Currently PSDocs works on Windows and is tested against Windows PowerShell.

While Desired State Configuration and thus PSDocs.Dsc is only supported on Windows PowerShell currently, that shouldn't prevent core PSDocs which is a separate module from being used on other platforms and adding support for PowerShell Core.

  • Update module code to support MacOS, Windows and Linux.
  • Update CI pipeline to test against MacOS, Windows and Linux.
  • Update module manifest to support cross platform deployment.
  • Update dependencies documentation.
@BernieWhite BernieWhite added the enhancement A request to change or add to current behaviour label May 8, 2019
@BernieWhite BernieWhite added this to the v0.7.0 milestone May 8, 2019
@BernieWhite BernieWhite self-assigned this May 8, 2019
BernieWhite added a commit that referenced this issue Sep 12, 2019
BernieWhite added a commit that referenced this issue Sep 19, 2019
BernieWhite added a commit that referenced this issue Aug 16, 2020
- Engine features:
  - Added support for MacOS and Linux. [#59](BernieWhite#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.
@BernieWhite BernieWhite mentioned this issue Jan 5, 2021
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A request to change or add to current behaviour
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant