2018-08-01 18:00:40 +03:00
# Change Log
2018-08-13 20:51:49 +03:00
All notable changes to the Azure Pipelines extension will be documented in this file.
2018-08-01 18:00:40 +03:00
2018-08-13 20:51:49 +03:00
The format is based on [Keep a Changelog ](http://keepachangelog.com/ ). Versioning follows an internal Azure DevOps format that is not compatible with SemVer.
2018-08-01 18:00:40 +03:00
2021-06-11 03:20:58 +03:00
## vNext
### Fixed
- Improved startup performance by 80%
- Reduced extension size by 90%
- Resolved several Dependabot alerts
2021-01-21 17:12:46 +03:00
## 1.183.0
### Breaking change
2021-01-21 17:47:07 +03:00
- Configuration namespace has moved. If you added `customSchemaFile` or had keybindings to commands, you'll need to update your config. Wherever it says `[azure-pipelines].thing` , it should now read `azure-pipelines.thing` . And if you assigned a keybinding to `configure-pipeline` , change it to `azure-pipelines.configure-pipeline` instead. Sorry for the inconvenience, but this fixes several bugs and yields a better config experience. (Thanks @50Wliu !)
2021-01-21 17:12:46 +03:00
### Fixed
- Extension readme points to correct branch (thanks @AtOMiCNebula !)
- Several dependabot alerts
2021-01-20 21:02:05 +03:00
## 1.182.0
All of the material changes in this version were courtesy of @50Wliu . Thanks!
### Fixed
- Improve debuggability when working on extension + language server packages
- Removed need to prompt for extension restart on schema change
- Document the language client implementation
### Updated
- M181 YAML schema
2020-10-19 21:47:29 +03:00
## 1.177.0
### Fixed
- hopefully fixed some of the startup performance problems (hat tip to @50Wliu )
### Updated
- M176 YAML schema
2020-08-18 19:10:17 +03:00
## 1.174.2
### Fixed
- stopped passing null to `path.isAbsolute()`
2020-08-18 17:29:06 +03:00
## 1.174.1
2020-08-18 17:38:13 +03:00
### Added
- allow relative paths to custom schema
2020-08-18 17:29:06 +03:00
### Fixed
- over-notification when schema changes
2020-08-18 16:55:54 +03:00
## 1.174.0
### Fixed
- updated schema to M174
2020-05-20 14:53:37 +03:00
## 1.170.0
### Added
- Added an option to use a custom schema file
### Fixed
- updated schema to M169
2020-01-22 23:21:30 +03:00
## 1.165.1
2020-01-22 23:12:25 +03:00
### Fixed
- update a few dependencies
2020-01-22 16:36:03 +03:00
## 1.165.0
### Fixed
2020-01-22 16:41:27 +03:00
- updated schema to M163
2020-01-22 16:36:03 +03:00
- editor.autoIndent setting is updated from a bool to a string
2019-10-11 12:27:33 +03:00
## 1.157.5
### Added
- Added YAML Templates and detection logic for Function App
2019-09-18 09:19:56 +03:00
## 1.157.4
### Added
2019-09-20 08:54:19 +03:00
- Added an option to browse the pipeline targeting Azure Resource.
2019-09-18 09:19:56 +03:00
2019-09-12 18:12:34 +03:00
## 1.157.3
### Fixed
- Azure Repos scenario for `Configure Pipeline` where url contains DefaultCollection
2019-09-10 18:39:58 +03:00
## 1.157.2
### Added
- Added troubleshooting steps in README
2019-09-05 13:29:15 +03:00
## 1.157.1
### Fixed
- Azure Repos scenario for `Configure Pipeline`
2019-08-19 16:52:32 +03:00
## 1.157.0
### Added
2019-09-04 10:04:23 +03:00
- Added "Configure Pipeline" option in Command Palette (Ctrl+Shift+P) and File Explorer. This will configure a continuous integration (CI) and deployment (CD) pipeline to Azure Windows Web App
2019-08-19 16:52:32 +03:00
2019-07-31 23:32:55 +03:00
## 1.155.0
### Fixed
- Updated to M155 schema including some new tasks
2019-08-01 01:14:29 +03:00
- Several improvements to validation and auto-complete
2019-07-31 23:32:55 +03:00
2019-05-13 21:23:50 +03:00
## 1.152.0
### Added
- Support for `stages` and other new schema
2019-01-10 17:19:58 +03:00
## 1.147.2
### Fixed
- Partial support for expressions
2019-01-08 23:46:30 +03:00
## 1.147.1
### Fixed
- Support aliases for task inputs
2018-12-14 19:34:07 +03:00
## 1.145.2
### Fixed
- Identify required task inputs
2018-12-04 23:57:44 +03:00
## 1.145.1
### Fixed
- updated to latest tasks in schema
2018-12-07 00:00:20 +03:00
- allow expressions in some properties, including "condition"
2018-12-04 23:57:44 +03:00
2018-11-26 22:33:04 +03:00
## 1.145.0
2018-11-16 17:58:47 +03:00
### Fixed
- link to correct GitHub repo in package.json
2018-11-26 22:33:04 +03:00
- several YAML correctness bugs
2018-11-16 17:58:47 +03:00
2018-11-05 17:02:11 +03:00
## 1.144.0
### Fixed
- LF vs CRLF line endings caused the validator to lose its place
2018-11-15 18:31:37 +03:00
- removed several invalid auto-complete suggestions
- enforce first property in some constructs
2018-11-05 17:02:11 +03:00
2018-08-13 20:51:49 +03:00
## 1.141.0 - 2018-09-05
### Added
- Initial release
- Syntax highlighting for Azure Pipelines files
- Intellisense for Azure Pipelines files