Releases: joachimdalen/azext
Releases · joachimdalen/azext
v0.8.0 (2022-05-17)
🛠️ Maintenance (1)
- Update dependencies
- Pull Request: PR#49 - Update dependencies
v0.7.0 (2022-02-21)
🔥 BREAKING CHANGES 🔥
- Format for task input generation has changed
- Removed
includeInputFields
andrequiredOptions
from README config
🚀 Features (1)
readme@0.7.0
- New layout for task input
v0.6.0 (2022-02-19)
🛠️ Maintenance (1)
- Update dependencies
- Issue: GH#47 - Update dependencies
📦 Module changes
🚀 Features (2)
readme@0.6.0
-
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
🐛 Fixes (1)
changelog@0.6.0
- Fixed extra splitting line added for the first version
v0.5.0 (2022-01-16)
🔥 BREAKING CHANGES 🔥
- Removed
notes
andsummary
fromchangelog
. These have been replaced bysections
🚀 Features (2)
changelog@0.5.0
-
Added the ability to define custom sections
-
Added the ability to add multiple issues and pull requests per change
v0.4.0 (2022-01-05)
🚀 Features (1)
changelog@0.4.0
- Added the ability to override issue and title prefixed with typeResourcePrefixMapping
📣 Enhancements (2)
changelog@0.4.0
- Merge default config with user config
readme@0.4.0
- Merge default config with user config
v0.3.0 (2021-12-30)
💬 Other (1)
- Use standalone prettier to reduce size
- Pull Request: GH#31 - Use standalone prettier
📦 Module changes
🚀 Features (2)
changelog@0.3.0
- Added ability to add changes outside of individual modules
- Added config to set format for contributor link
- Pull Request: GH#35 - Fix duplicated authors in contributions
🐛 Fixes (2)
changelog@0.3.0
- Fixed duplicated contributors in list
- Issue: GH#33 - Duplicated contributors
- Pull Request: GH#35 - Fix duplicated authors in contributions
readme@0.3.0
- Fixed wrong fields being used when generating yaml examples
- Issue: GH#29 - Wrong usage example is generated
- Pull Request: GH#32 - Fix wrong fields used in usage docs
v0.2.2 (2021-12-26)
🐛 Fixes (3)
changelog@0.2.2
- Fix GitHub pull requests getting the wrong link title
- Fix certain cli options not passing the correct value to handler
init@0.2.2
- Fixed an issue where the cli would look for
.azext
directory when trying to create it
💬 Other (2)
readme@0.2.2
- Refactor how cli parameters are set in the cli definition
init@0.2.2
- Refactor how cli parameters are set in the cli definition
v0.2.1 (2021-12-25)
v0.2.0 (2021-12-22)
This release introduces a new command (
azext readme
) to manage documentation. See GitHub Documentation for more information.
🚀 Features (9)
readme@0.1.0
- Introduced feature
- Issue: GH#3 - Documentation generation
- Pull Request: GH#12 - Refactoring and docs generation
changelog@0.2.0
- Include issue number and pull request number when using descriptive titles
- Added help command for changelog generation
- Issue: GH#7 - Update documentation
- Updated title for linked issues and pull requests
- Renamed
tagSize
totypeSize
andtagMapping
totypeMapping
in configuration - Added
changeCount
variable to type headers- Issue: GH#9 - Add change count to tag headers
- Pull Request: GH#15 - Add changeCount to type titles
- Added new subcommand (cache) to update metadata cache
core@0.2.0
- Add support for global options
- Issue: GH#7 - Update documentation
init@0.2.0
- Add new command to create mapping file
🐛 Fixes (2)
changelog@0.2.0
- Fixed an issue with escaping characters for issue and pull request titles
init@0.2.0
- Fixed init command not respecting
--root
option
🛠️ Maintenance (2)
core@0.2.0
- Split CLI and implementation in preparation for Node API
- Forced path of configuration files to be in folder
.azext/
📝 Documentation (1)
core@0.2.0
- Added more detailed documentation
- Issue: GH#7 - Update documentation
v0.0.1
0.0.1 (2021-12-13)
Initial release of AzExt
🚀 Features
changelog@0.0.1
- Added changelog command
init@0.0.1
- Added init command
config@0.0.1
- Added config command
🛠️ Maintenance
core@0.0.1
- Setup CI and CD
- Implemented in Setup build and deployment pipeline