vscode-azurestaticwebapps/CHANGELOG.md

46 строки
1.3 KiB
Markdown
Исходник Обычный вид История

2020-02-06 00:38:34 +03:00
# Change Log
2020-09-22 01:33:47 +03:00
## 0.4.0 - 2020-09-21
### Added
- Support for Python and C# API endpoints
### Fixed
- [Bugs fixed](https://github.com/microsoft/vscode-azurestaticwebapps/milestone/4?closed=1)
## 0.3.0 - 2020-07-31
### Added
- Folder structure will be displayed for the app and api location steps when creating static web apps
- Display GitHub Actions under environments
- Rerun and cancel actions
- View individual jobs and their statuses
- Edit configuration file
- Show documentation from the Azure Static Web Apps (Preview) ribbon
- Delete environments
### Fixed
- [Bugs fixed](https://github.com/microsoft/vscode-azurestaticwebapps/milestone/2?closed=1)
2020-06-11 02:27:42 +03:00
## 0.2.0 - 2020-06-10
### Added
- Display Function triggers in tree
- `Open Repo in GitHub` context menu on Environment item
### Changed
- Visual Studio Code - Insiders is no longer a requirement
- Azure Functions extension is no longer a direct dependency
- Default value for application code location step changed from 'app' to '/'
### Fixed
- [Bugs fixed](https://github.com/microsoft/vscode-azurestaticwebapps/milestone/6?closed=1)
## 0.1.0 - 2020-05-18
2020-02-06 00:38:34 +03:00
### Added
- View, create, browse, and delete Azure Static Web Apps (Preview)
- View a static web app's environments
- Create JavaScript/TypeScript HTTP Functions
- View, add, edit, and delete Application Settings