Releases: samchon/nestia
Releases · samchon/nestia
v1.0.16
What's Changed
- fix(@nestia/fetcher): incorrect overloading of fetcher functions by @wibus-wee in #247
- Close #266 by accepting #247 - enhance Fetcher by @samchon in #267
- Fix #268 - when optional query param comes by @samchon in #269
- Fix #270 - when no body on POST method by @samchon in #271
- Fix #268 - filter out
undefined
values fromURLSearchParams
by @samchon in #272 - Close #273 - more exact uuid regex by @samchon in #274
New Contributors
- @wibus-wee made their first contribution in #247
Full Changelog: v1.0.15...v1.0.16
v1.0.15
v1.0.12
v1.0.11
What's Changed
- Fix SwaggerGenerator bug, writing duplicated security values by @samchon in #239
- Fix #240 -
ISwaggerDocuments.security
by @samchon in #241 - Close #242 - new library
@nestia/e2e
by @samchon in #243 - fixed a few typos by @TheYarin in #245
- Complement #248 - recommend
ts-patch
by @samchon in #249
New Contributors
Full Changelog: v1.0.10...v1.0.11
v1.0.10
What's Changed
- Close #220 - use Express'
req.is
to verify MIME type to beapplication/json
by @39hn in #221 - Close #212 - support swagger security by @samchon in #223
- Close #222 - support headers configurator by @samchon in #224
- Complement #222 - generated code styling by @samchon in #225
- Close #209 - new decorator function
TypedQuery()
by @samchon in #227 - Close #228 - add swagger plugin properties by @samchon in #229
- Update README content by @samchon in #232
- Close #233 - add SDK demo gif by @samchon in #234
- Complement#233 - edit README of sub-modules by @samchon in #235
- Close #236 - swagger generator ignores
@internal
tagged API by @samchon in #237 - Complement #209 - documentation by comments by @samchon in #238
New Contributors
Full Changelog: v1.0.7...v1.0.10