|
2 | 2 |
|
3 | 3 | ## Latest Changes |
4 | 4 |
|
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 |
24 | 6 |
|
25 | 7 | * β¨ Display docstrings on hover in path operations panel. PR [#67](https://github.com/fastapi/fastapi-vscode/pull/67) by [@savannahostrowski](https://github.com/savannahostrowski). |
26 | 8 | * πΈ 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 | 23 | * β¨ Add endpoint discovery service for Endpoint Explorer. PR [#2](https://github.com/fastapi/fastapi-vscode/pull/2) by [@savannahostrowski](https://github.com/savannahostrowski). |
42 | 24 | * β¨ Initial frontend work for explorer view. PR [#1](https://github.com/fastapi/fastapi-vscode/pull/1) by [@savannahostrowski](https://github.com/savannahostrowski). |
43 | 25 |
|
44 | | -## Fixes |
| 26 | +### Fixes |
45 | 27 |
|
| 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). |
46 | 29 | * π§ Update `.vscodeignore` to make bundle smaller. PR [#6](https://github.com/fastapi/fastapi-vscode/pull/6) by [@savannahostrowski](https://github.com/savannahostrowski). |
47 | 30 | * π Add `matchOnDescription` to allow function name searching. PR [#60](https://github.com/fastapi/fastapi-vscode/pull/60) by [@savannahostrowski](https://github.com/savannahostrowski). |
48 | 31 | * π 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 | 42 | * π Fix CodeLens route matching and nested router discovery . PR [#20](https://github.com/fastapi/fastapi-vscode/pull/20) by [@savannahostrowski](https://github.com/savannahostrowski). |
60 | 43 | * π 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). |
61 | 44 |
|
62 | | -## Docs |
| 45 | +### Docs |
63 | 46 |
|
| 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). |
64 | 50 | * π Document FastAPI Cloud deployment in README. PR [#37](https://github.com/fastapi/fastapi-vscode/pull/37) by [@savannahostrowski](https://github.com/savannahostrowski). |
65 | 51 | * π Add cloud deploy to walkthrough. PR [#35](https://github.com/fastapi/fastapi-vscode/pull/35) by [@savannahostrowski](https://github.com/savannahostrowski). |
66 | 52 | * π Cleanup README to highlight features and usage. PR [#26](https://github.com/fastapi/fastapi-vscode/pull/26) by [@savannahostrowski](https://github.com/savannahostrowski). |
67 | 53 | * π Update feature list in docs. PR [#24](https://github.com/fastapi/fastapi-vscode/pull/24) by [@savannahostrowski](https://github.com/savannahostrowski). |
68 | 54 | * π Add documentation for `fastapi.showTestCodeLenses`. PR [#16](https://github.com/fastapi/fastapi-vscode/pull/16) by [@savannahostrowski](https://github.com/savannahostrowski). |
69 | 55 |
|
70 | | -## Refactors |
| 56 | +### Refactors |
71 | 57 |
|
72 | 58 | * β»οΈ Refactor `fastapi.entryPoint` accept module notation only. PR [#65](https://github.com/fastapi/fastapi-vscode/pull/65) by [@savannahostrowski](https://github.com/savannahostrowski). |
73 | 59 |
|
74 | | -## Internal |
| 60 | +### Internal |
75 | 61 |
|
| 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). |
76 | 67 | * βοΈ 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). |
77 | 68 | * βοΈ Bump `@types/vscode` and `engine.vscode`. PR [#62](https://github.com/fastapi/fastapi-vscode/pull/62) by [@savannahostrowski](https://github.com/savannahostrowski). |
78 | 69 | * βοΈ Allow per-project telemetry configuration. PR [#68](https://github.com/fastapi/fastapi-vscode/pull/68) by [@savannahostrowski](https://github.com/savannahostrowski). |
|
0 commit comments