Releases: samchon/nestia
Releases · samchon/nestia
v1.1.1
v1.1.0
From now on, nestia
abandons ttypescript
and utilizes ts-patch
only. It's the reason why ttypescript
has stopped maintaining, but ts-patch
is on going. Thanks for keeping such wonderful library ts-patch
@nonara.
Also, guide documents homepages are newly opened:
What's Changed
- Support TS5 by @samchon in #306
- Add
HttpError.toJSON()
method by @samchon in #307 - Close #301 -
TypedQuery
supports array type by @samchon in #308 - Close #311 - enhance
TypedParam
's type support by @samchon in #312 - New guide documents https://nestia.io by @samchon in #314
- Change
Primitive
type to support tuple types by @samchon in #317 - Complement #301 -
TypedQuery()
allow nullable types by @samchon in #318
Full Changelog: v1.0.20...v1.1.0
v1.0.20
v1.0.19
What's Changed
- Add
predicate()
andequals()
functions ine2e.TestValidator
by @samchon in #295 - Fix #296 and #293: exact generic type analyzing + prohibit unnamed type by @samchon in #297
- Enhance
TestValidator
to support both sync/async by @samchon in #299 - Fix samchon/typia#573 - same problem can be happened by @samchon in #303
Full Changelog: v1.0.18...v1.0.19
v1.0.18
What's Changed
- Add feat:
ArrayUtil.subsets()
by @samchon in #285 - fix : Too long return type fails to generate SDK #282 by @kakasoo in #284
- Fix #282 and Complement #284 - full name typing by @samchon in #286
- Update README -> 50x faster stringify by @samchon in #287
- Fix #288 - exact type error message by @samchon in #289
- Support
@internal
and @deprecated` tags (SDK) by @samchon in #291
New Contributors
Full Changelog: v1.0.17...v1.0.18
v1.0.17
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
What's Changed
- Close #261 -
assertStringify()
became default by @samchon in #262 - Fix #260 - support optional
Query(field)
by @samchon in #263 - Publish packages (
[email protected]
,[email protected]
) by @samchon in #264 - Check existence of
ttypescript
in SDK by @samchon in #265
Full Changelog: 1.0.13...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