Skip to content

Commit 2ea3c04

Browse files
committed
πŸ“ Update release notes
1 parent 9c746b4 commit 2ea3c04

File tree

1 file changed

+14
-23
lines changed

1 file changed

+14
-23
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,7 @@
22

33
## Latest Changes
44

5-
### Fixes
6-
7-
* πŸ› Fix path parameters being replaced by same-named local variables. PR [#79](https://github.com/fastapi/fastapi-vscode/pull/79) by [@savannahostrowski](https://github.com/savannahostrowski).
8-
9-
### Docs
10-
11-
* πŸ“ Update details about application discovery in README. PR [#80](https://github.com/fastapi/fastapi-vscode/pull/80) by [@savannahostrowski](https://github.com/savannahostrowski).
12-
* πŸ“ Update `entryPoint` setting description in README to specify module notation. PR [#74](https://github.com/fastapi/fastapi-vscode/pull/74) by [@savannahostrowski](https://github.com/savannahostrowski).
13-
* πŸ“ Update GIFs and simplify walkthrough. PR [#73](https://github.com/fastapi/fastapi-vscode/pull/73) by [@savannahostrowski](https://github.com/savannahostrowski).
14-
15-
### Internal
16-
17-
* βš™οΈ Rename to `release-notes.md` to `CHANGELOG.md`. PR [#78](https://github.com/fastapi/fastapi-vscode/pull/78) by [@savannahostrowski](https://github.com/savannahostrowski).
18-
* πŸ”οΈ Update marketplace metadata. PR [#77](https://github.com/fastapi/fastapi-vscode/pull/77) by [@savannahostrowski](https://github.com/savannahostrowski).
19-
* πŸ“Œ Add dependabot.yml and pin SHAs for GHAs. PR [#76](https://github.com/fastapi/fastapi-vscode/pull/76) by [@savannahostrowski](https://github.com/savannahostrowski).
20-
* πŸ”– Bump extension version. PR [#75](https://github.com/fastapi/fastapi-vscode/pull/75) by [@savannahostrowski](https://github.com/savannahostrowski).
21-
* πŸ”§ Fix latest-changes sub-header config and current release notes with it. PR [#72](https://github.com/fastapi/fastapi-vscode/pull/72) by [@tiangolo](https://github.com/tiangolo).
22-
23-
## Features
5+
### Features
246

257
* ✨ Display docstrings on hover in path operations panel. PR [#67](https://github.com/fastapi/fastapi-vscode/pull/67) by [@savannahostrowski](https://github.com/savannahostrowski).
268
* 🚸 Allow users to change `since` when actively streaming logs. PR [#63](https://github.com/fastapi/fastapi-vscode/pull/63) by [@savannahostrowski](https://github.com/savannahostrowski).
@@ -41,8 +23,9 @@
4123
* ✨ Add endpoint discovery service for Endpoint Explorer. PR [#2](https://github.com/fastapi/fastapi-vscode/pull/2) by [@savannahostrowski](https://github.com/savannahostrowski).
4224
* ✨ Initial frontend work for explorer view. PR [#1](https://github.com/fastapi/fastapi-vscode/pull/1) by [@savannahostrowski](https://github.com/savannahostrowski).
4325

44-
## Fixes
26+
### Fixes
4527

28+
* πŸ› Fix path parameters being replaced by same-named local variables. PR [#79](https://github.com/fastapi/fastapi-vscode/pull/79) by [@savannahostrowski](https://github.com/savannahostrowski).
4629
* πŸ”§ Update `.vscodeignore` to make bundle smaller. PR [#6](https://github.com/fastapi/fastapi-vscode/pull/6) by [@savannahostrowski](https://github.com/savannahostrowski).
4730
* πŸ› Add `matchOnDescription` to allow function name searching. PR [#60](https://github.com/fastapi/fastapi-vscode/pull/60) by [@savannahostrowski](https://github.com/savannahostrowski).
4831
* πŸ› Find all FastAPI apps in a workspace folder, rather than just the shallowest. PR [#69](https://github.com/fastapi/fastapi-vscode/pull/69) by [@savannahostrowski](https://github.com/savannahostrowski).
@@ -59,20 +42,28 @@
5942
* πŸ› Fix CodeLens route matching and nested router discovery . PR [#20](https://github.com/fastapi/fastapi-vscode/pull/20) by [@savannahostrowski](https://github.com/savannahostrowski).
6043
* πŸ› Fix incorrect selection of root when app and router defined in same file. PR [#9](https://github.com/fastapi/fastapi-vscode/pull/9) by [@savannahostrowski](https://github.com/savannahostrowski).
6144

62-
## Docs
45+
### Docs
6346

47+
* πŸ“ Update details about application discovery in README. PR [#80](https://github.com/fastapi/fastapi-vscode/pull/80) by [@savannahostrowski](https://github.com/savannahostrowski).
48+
* πŸ“ Update `entryPoint` setting description in README to specify module notation. PR [#74](https://github.com/fastapi/fastapi-vscode/pull/74) by [@savannahostrowski](https://github.com/savannahostrowski).
49+
* πŸ“ Update GIFs and simplify walkthrough. PR [#73](https://github.com/fastapi/fastapi-vscode/pull/73) by [@savannahostrowski](https://github.com/savannahostrowski).
6450
* πŸ“ Document FastAPI Cloud deployment in README. PR [#37](https://github.com/fastapi/fastapi-vscode/pull/37) by [@savannahostrowski](https://github.com/savannahostrowski).
6551
* πŸ“ Add cloud deploy to walkthrough. PR [#35](https://github.com/fastapi/fastapi-vscode/pull/35) by [@savannahostrowski](https://github.com/savannahostrowski).
6652
* πŸ“ Cleanup README to highlight features and usage. PR [#26](https://github.com/fastapi/fastapi-vscode/pull/26) by [@savannahostrowski](https://github.com/savannahostrowski).
6753
* πŸ“ Update feature list in docs. PR [#24](https://github.com/fastapi/fastapi-vscode/pull/24) by [@savannahostrowski](https://github.com/savannahostrowski).
6854
* πŸ“ Add documentation for `fastapi.showTestCodeLenses`. PR [#16](https://github.com/fastapi/fastapi-vscode/pull/16) by [@savannahostrowski](https://github.com/savannahostrowski).
6955

70-
## Refactors
56+
### Refactors
7157

7258
* ♻️ Refactor `fastapi.entryPoint` accept module notation only. PR [#65](https://github.com/fastapi/fastapi-vscode/pull/65) by [@savannahostrowski](https://github.com/savannahostrowski).
7359

74-
## Internal
60+
### Internal
7561

62+
* βš™οΈ Rename to `release-notes.md` to `CHANGELOG.md`. PR [#78](https://github.com/fastapi/fastapi-vscode/pull/78) by [@savannahostrowski](https://github.com/savannahostrowski).
63+
* πŸ”οΈ Update marketplace metadata. PR [#77](https://github.com/fastapi/fastapi-vscode/pull/77) by [@savannahostrowski](https://github.com/savannahostrowski).
64+
* πŸ“Œ Add dependabot.yml and pin SHAs for GHAs. PR [#76](https://github.com/fastapi/fastapi-vscode/pull/76) by [@savannahostrowski](https://github.com/savannahostrowski).
65+
* πŸ”– Bump extension version. PR [#75](https://github.com/fastapi/fastapi-vscode/pull/75) by [@savannahostrowski](https://github.com/savannahostrowski).
66+
* πŸ”§ Fix latest-changes sub-header config and current release notes with it. PR [#72](https://github.com/fastapi/fastapi-vscode/pull/72) by [@tiangolo](https://github.com/tiangolo).
7667
* βš™οΈ Remove `dist/` before running tests to prevent stale files. PR [#61](https://github.com/fastapi/fastapi-vscode/pull/61) by [@savannahostrowski](https://github.com/savannahostrowski).
7768
* βš™οΈ Bump `@types/vscode` and `engine.vscode`. PR [#62](https://github.com/fastapi/fastapi-vscode/pull/62) by [@savannahostrowski](https://github.com/savannahostrowski).
7869
* βš™οΈ Allow per-project telemetry configuration. PR [#68](https://github.com/fastapi/fastapi-vscode/pull/68) by [@savannahostrowski](https://github.com/savannahostrowski).

0 commit comments

Comments
Β (0)