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

1 Коммитов

Автор SHA1 Сообщение Дата
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