- #17: Enhancement: Add support for page description.
- #18: Enhancement: Support for setting header image of the page.
- #20: Enhancement: Add support for title area layout.
- #25: Make
draft
optional. - #26: Include folder name for slug when not set in front matter.
- #27: Add support in Front Matter to enable or disable page comments. By default they are disabled.
- #32: Added MIT license to the project
- #28: Fix for
cleanStart
when comfirm flag is not provided. Thanks to Mark Heptinstall.
- #7: Added parameter to clean up all pages and assets before publishing
- #19: Added support for specifying the
layoutType
from within the front matter - #21: Implemented easier command execution from within the tool
- #22: Enhanced the test actions with screenshots
- #23: Added process exit codes to make sure it correctly outputs a success or failure status
- #16: Fix for specified webPartData is not a valid JSON string.
- #9: Removed the
jq
dependency with a fallback to JSON parsing in the tool itself. - #11: Unknown arguments do not blow up the command execution +
--help
added to the main command. - #12: Added cross-platform support.
- #14: Cross-platform builds and publishing setup on GitHub Actions.
- Updated the CLI for Microsoft 365 to 3.4.0 as this has huge performance improvements
- #2: Added support for linking pages in Markdown.
- Added
outputFolder
argument which when provided, will ouput the processed Markdown files with updated image and page links.
- #1: Fix for when
m365
tool is not globally available
- Initial release