- Update dependencies
- Pull Request: PR#49 - Update dependencies
🔥 BREAKING CHANGES 🔥
- Format for task input generation has changed
- Removed
includeInputFields
andrequiredOptions
from README config
- New layout for task input
- Update dependencies
- Issue: GH#47 - Update dependencies
-
Process replacement commands in partial files
-
Added asset handling for images to support multiple documentation displays
- Suggested in GH#3 - Documentation generation
- Added in PR#46 - Add asset handling and fix minor changelog issue
- Fixed extra splitting line added for the first version
🔥 BREAKING CHANGES 🔥
- Removed
notes
andsummary
fromchangelog
. These have been replaced bysections
-
Added the ability to define custom sections
-
Added the ability to add multiple issues and pull requests per change
- Added the ability to override issue and title prefixed with typeResourcePrefixMapping
- Merge default config with user config
- Merge default config with user config
- Use standalone prettier to reduce size
- Pull Request: PR#31 - Use standalone prettier
-
Added ability to add changes outside of individual modules
-
Added config to set format for contributor link
- Fixed duplicated contributors in list
- Reported in GH#33 - Duplicated contributors
- Fixed in PR#35 - Fix duplicated authors in contributions
- Fixed wrong fields being used when generating yaml examples
- Reported in GH#29 - Wrong usage example is generated
- Fixed in PR#32 - Fix wrong fields used in usage docs
-
Fix GitHub pull requests getting the wrong link title
-
Fix certain cli options not passing the correct value to handler
- Fixed an issue where the cli would look for
.azext
directory when trying to create it
- Refactor how cli parameters are set in the cli definition
- Refactor how cli parameters are set in the cli definition
- Updated NPM readme
- Changed in PR#20 - Fix readme for Npm
✏️ Release summary
This release introduces a new command (azext readme
) to manage documentation. See GitHub Documentation for more information.
-
Split CLI and implementation in preparation for Node API
- Pull Request: PR#6 - Refactor to support for usage from node
-
Forced path of configuration files to be in folder
.azext/
- Pull Request: PR#12 - Refactoring and docs generation
- Add support for global options
- Added in PR#7 - Update documentation
- Added more detailed documentation
- Changed in PR#7 - Update documentation
- Introduced feature
- Suggested in GH#3 - Documentation generation
- Added in PR#12 - Refactoring and docs generation
-
Include issue number and pull request number when using descriptive titles
-
Added help command for changelog generation
- Added in PR#7 - Update documentation
-
Updated title for linked issues and pull requests
-
Renamed
tagSize
totypeSize
andtagMapping
totypeMapping
in configuration -
Added
changeCount
variable to type headers- Suggested in GH#9 - Add change count to tag headers
- Added in PR#15 - Add changeCount to type titles
-
Added new subcommand (cache) to update metadata cache
- Add new command to create mapping file
- Suggested in GH#3 - Documentation generation
- Fixed an issue with escaping characters for issue and pull request titles
- Fixed init command not respecting
--root
option
✏️ Release summary
Initial release of AzExt
- Setup CI and CD
- Pull Request: PR#1 - Setup build and deployment pipeline
- Added changelog command
- Added init command
- Added config command