Commit 74b3949
committed
chore(release): 1.23.0 [skip ci]
Includes auto-generated README and updated coverage badges
## [1.23.0](v1.22.1...v1.23.0) (2025-06-15)
### Features
* add testAutoExposure function to demonstrate auto-exposure pattern ([58bd8a2](58bd8a2))
* add testAutoExposure handler to MCP server ([9e173d1](9e173d1))
* add TypeDoc [@group](https://github.com/group) annotations and configuration enhancements ([b60c31e](b60c31e))
* extend schema generator to support testAutoExposure function ([2a746fc](2a746fc))
* implement JSON Schema-first auto-exposure pattern ([af28353](af28353))
### Bug Fixes
* remove any types and unused variables from test files ([acf405b](acf405b))
* resolve CI race condition by limiting auto-fixes to Node.js 22.x only ([30d167c](30d167c))
* resolve final linting issues with type assertions and any types ([5c013af](5c013af))
* resolve type assertions and linting issues ([f5d9898](f5d9898))
* resolve variable name conflict in openapi test ([dd5b02c](dd5b02c))
### Documentation
* enhance JSDoc documentation across core modules ([a6a619e](a6a619e))
### Styles
* auto-fix linting issues ([cffac7c](cffac7c))
* auto-fix linting issues ([8bde2ee](8bde2ee))
* auto-fix linting issues ([783a549](783a549))
* auto-fix linting issues ([b27059e](b27059e))
### Code Refactoring
* enhance README generation with TypeDoc integration ([600e7ec](600e7ec))
* remove legacy compatibility from API server ([3e54033](3e54033))
* simplify schema generation by removing TypeScript AST parsing ([1a8cebd](1a8cebd))
### Tests
* add comprehensive auto-exposure test coverage ([d387d04](d387d04))
### Build System
* migrate to pure ES modules ([de39c05](de39c05))
* modernize TypeScript config for ES modules ([708d13c](708d13c))
* regenerate auto-exposure artifacts with testAutoExposure function ([9e17175](9e17175))
### Chores
* ignore test temporary directories in gitignore ([2c6376c](2c6376c))
* regenerate schemas with latest timestamp ([b5d4c1c](b5d4c1c))
* update generated file timestamps ([13777cb](13777cb))1 parent 30d167c commit 74b3949
4 files changed
+59
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
1 | 52 | | |
2 | 53 | | |
3 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | | - | |
| 172 | + | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments