Releases: samchon/nestia
Releases · samchon/nestia
v3.2.6
v3.2.5
From now on, Nestia starts supporting performance benchmark through e2e test functions.
Related chapters:
What's Changed
- Upgrade
@nestia/migrate
for special characters' escaping. by @samchon in #915 - Add
IFetchRoute.template
property. by @samchon in #917 - Complete benchmark supporting by
@nestia/e2e
by @samchon in #918 - Fix progress bug of
DynamicBenchmarker
by @samchon in #919 - No more automatic trace on
TestValidator
for benchmark. by @samchon in #920 - More exact benchmark event tracing by @samchon in #921
- Fix #922: change no transform configuration error message. by @samchon in #924
- Enhance benchmark markdown styling by @samchon in #925
- Fix migration github actions bug by new package by @samchon in #926
- E2E chapters of guide documents by @samchon in #927
- Make nestia DTO cloner to respond typia v6.2 update. by @samchon in #930
Full Changelog: v3.2.1...v3.2.5
v3.2.1
What's Changed
- Add vulnerable assets of website to gitignore by @samchon in #905
- benchmark: Apple M1 by @sytranvn in #907
- Special character typed case of
@nestia/migrate
by @samchon in #910 - Close samchon/typia#1062: adapt
UniqueItems
tag on@nestia/migrate
. by @samchon in #911 - Fix #912:
@WebSocketRoute()
bug whenclone
mode SDK generation. by @samchon in #913
New Contributors
Full Changelog: v3.2.0...v3.2.1
v3.2.0
TGrid v1 be relased, and this update is to following it.
What's Changed
- Bump next from 14.1.0 to 14.1.1 in /website by @dependabot in #903
- Adapt TGrid v1 update for
@WebSocketRoute()
by @samchon in #904
Full Changelog: v3.1.4...v3.2.0
v3.1.4
v3.1.3
v3.1.2
v3.1.1
Now, @nestia/core
and @nestia/sdk
starts supporting websocket protocol.
https://nestia.io/docs/core/WebSocketRoute
What's Changed
- Support
anyOf
andwebhook
types in the@nestia/migrate
by @samchon in #881 - Close #715:
@WebSocketRoute()
decorators. by @samchon in #884 - Close #887: SDK generator for
@WebSocketRoute()
by @samchon in #888 - Test programs for
@WebSocketRoute()
. by @samchon in #889 - Let
@WebSocketRoute()
to generate compilation errors. by @samchon in #890 - Finalize WebSocket features with documentation by @samchon in #891
Full Changelog: v3.0.5...v3.1.1