fix(deps): update dependency @nestia/core to v3 #97
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.4.3
->^3.0.0
Release Notes
samchon/nestia (@nestia/core)
v3.18.0
Compare Source
The new package,
@nestia/editor
.It is a
swagger-ui
helper that combining it with Cloud TypeScript Editor (StackBlitz) and embedded SDKWhat's Changed
@nestia/editor
, Swagger-UI with online TypeScript Editor by @samchon in https://github.com/samchon/nestia/pull/1081@nestia/editor
's prettier bug by @samchon in https://github.com/samchon/nestia/pull/1090@hidden
comment tag. by @samchon in https://github.com/samchon/nestia/pull/1092Full Changelog: samchon/nestia@v3.17.0...v3.18.0
v3.17.0
Compare Source
What's Changed
New Contributors
Full Changelog: samchon/nestia@v3.16.0...v3.17.0
v3.16.0
Compare Source
What's Changed
validate.log
option and usetypia.json.validateStringify()
. by @samchon in https://github.com/samchon/nestia/pull/1053Full Changelog: samchon/nestia@v3.14.1...v3.16.0
v3.15.0
Compare Source
v3.14.1
Compare Source
What's Changed
@
symbol breaker on@nestia/migrate
by @samchon in https://github.com/samchon/nestia/pull/1041decorator of
@nestjs/swagger` by @samchon in https://github.com/samchon/nestia/pull/1049Full Changelog: samchon/nestia@v3.14.0...v3.14.1
v3.14.0
Compare Source
What's Changed
FormDataInput<T>
type for React Native environment. by @samchon in https://github.com/samchon/nestia/pull/1033@nestia/migrate
by @samchon in https://github.com/samchon/nestia/pull/1035Full Changelog: samchon/nestia@v3.13.0...v3.14.0
v3.13.0
Compare Source
What's Changed
clone type create duplicate
test case by @rojiwon123 in https://github.com/samchon/nestia/pull/1017@samchon/openapi
version. by @samchon in https://github.com/samchon/nestia/pull/1025typia
. by @samchon in https://github.com/samchon/nestia/pull/1026@nestia/migrate
. by @samchon in https://github.com/samchon/nestia/pull/1027New Contributors
Full Changelog: samchon/nestia@v3.12.2...v3.13.0
v3.12.2
Compare Source
What's Changed
OpenApi.IOperation.IResponse[key].description
to be required. by @samchon in https://github.com/samchon/nestia/pull/1015Full Changelog: samchon/nestia@v3.12.1...v3.12.2
v3.12.1
Compare Source
What's Changed
@nestia/migrate
by @samchon in https://github.com/samchon/nestia/pull/1008NoTransformConfigurationError.throws
by @samchon in https://github.com/samchon/nestia/pull/1010@ApiTags()
to the controller class. by @samchon in https://github.com/samchon/nestia/pull/1011Full Changelog: samchon/nestia@v3.12.0...v3.12.1
v3.12.0
Compare Source
What's Changed
@nestia/migrate
's template assets by @samchon in https://github.com/samchon/nestia/pull/1003nestia
, the CLI tool by @samchon in https://github.com/samchon/nestia/pull/1004Full Changelog: samchon/nestia@v3.11.3...v3.12.0
v3.11.3
Compare Source
What's Changed
Full Changelog: samchon/nestia@v3.11.2...v3.11.3
v3.11.2
Compare Source
What's Changed
INestiaConfig.input
is not application, but controller path(s). by @samchon in https://github.com/samchon/nestia/pull/995@nestia/migrate
. by @samchon in https://github.com/samchon/nestia/pull/997Full Changelog: samchon/nestia@v3.11.1...v3.11.2
v3.11.1
Compare Source
Boosted up
@nestia/sdk
performance by entirely re-making, building time of Swagger Document and SDK library has been reduced.Also,
@nestia/sdk
has started supporting multiple SDK libraries and Swagger Documents generations.You can configure multiple
INestiaConfig
typed instances in thenestia.config.ts
file.https://nestia.io/docs/sdk/swagger/#multiple-files-generation
What's Changed
@nestia/sdk
performance. by @samchon in https://github.com/samchon/nestia/pull/982@nestia/migrate
embedded NestJS/Nestia versions. by @samchon in https://github.com/samchon/nestia/pull/988@TypedException()
has been changed. by @samchon in https://github.com/samchon/nestia/pull/991Full Changelog: samchon/nestia@v3.10.0...v3.11.1
v3.11.0
Compare Source
v3.10.0
Compare Source
typia
enhanced performance, andnestia
follows the update.As the ObjectHierarchical like structures are commonly seen in the real world services, especially in the backend applications, I strongly recommend installing this update.
What's Changed
migrate
andeditor
. by @samchon in https://github.com/samchon/nestia/pull/973typia
. by @samchhttps://github.com/samchon/nestia/pull/977ll/977@nestia/migrate
to respondtypia
/nestia
upgrades by @samchon in https://github.com/samchon/nestia/pull/978Full Changelog: samchon/nestia@v3.9.0...v3.10.0
v3.9.1
Compare Source
v3.9.0
Compare Source
What's Changed
Full Changelog: samchon/nestia@v3.8.1...v3.9.0
v3.8.1
Compare Source
What's Changed
npx nestia openai
command. by @samchon in https://github.com/samchon/nestia/pull/965jsx
configured case. by @p-sw in https://github.com/samchon/nestia/pull/968New Contributors
Full Changelog: samchon/nestia@v3.7.2...v3.8.1
v3.8.0
Compare Source
v3.7.2
Compare Source
What's Changed
TypedFormData.Body()
function in older NodeJS version. by @samchon in https://github.com/samchon/nestia/pull/964typia
version and updatePrimitive
type to be compatible. by @samchon in https://github.com/samchon/nestia/pull/963Full Changelog: samchon/nestia@v3.7.1...v3.7.2
v3.7.1
Compare Source
What's Changed
@nestia/benchmark
too. by @samchon in https://github.com/samchon/nestia/pull/959@nestia/benchmark
by @samchon in https://github.com/samchon/nestia/pull/961MigrateFetcher.propagate()
function. by @samchon in https://github.com/samchon/nestia/pull/962New Contributors
Full Changelog: samchon/nestia@v3.7.0...v3.7.1
v3.7.0
Compare Source
What's Changed
@SwaggerExample()
. by @samchon in https://github.com/samchon/nestia/pull/954@samchon/openapi
version for@SwaggerExample()
. by @samchon in https://github.com/samchon/nestia/pull/955@nestia/migrate
also supports@SwaggerExample()
. by @samchon in https://github.com/samchon/nestia/pull/957@nestia/editor
's mode bug by @samchon in https://github.com/samchon/nestia/pull/958Full Changelog: samchon/nestia@v3.6.1...v3.7.0
v3.6.1
Compare Source
What's Changed
@nestia/benchmark
from@nestia/e2e
. by @samchon in https://github.com/samchon/nestia/pull/950Full Changelog: samchon/nestia@v3.5.0...v3.6.1
v3.6.0
Compare Source
v3.5.0
Compare Source
What's Changed
@nestia/sdk
. by @samchon in https://github.com/samchon/nestia/pull/947INestiaConfig
type to be latest in docs by @samchon in https://github.com/samchon/nestia/pull/948config.swagger.decompose
to be defaulttrue
. by @samchon in https://github.com/samchon/nestia/pull/946Full Changelog: samchon/nestia@v3.4.3...v3.5.0
v3.4.3
Compare Source
What's Changed
@nestia/sdk
. by @samchon in https://github.com/samchon/nestia/pull/945Full Changelog: samchon/nestia@v3.4.1...v3.4.3
v3.4.2
Compare Source
v3.4.1
Compare Source
What's Changed
@samchon/openapi
dependency. by @samchon in https://github.com/samchon/nestia/pull/942Full Changelog: samchon/nestia@v3.4.0...v3.4.1
v3.4.0
Compare Source
What's Changed
MigrateFetcher()
on@nestia/fetcher
by @samchon in https://github.com/samchon/nestia/pull/940Full Changelog: samchon/nestia@v3.3.2...v3.4.0
v3.3.2
Compare Source
What's Changed
node-fetch
for React Native by @samchon in https://github.com/samchon/nestia/pull/933@samchon/openapi
's migration tool. by @samchon in https://github.com/samchon/nestia/pull/934[email protected]
for[email protected]
. by @samchon in https://github.com/samchon/nestia/pull/935@samchon/openapi
up. by @samchon in https://github.com/samchon/nestia/pull/937Full Changelog: samchon/nestia@v3.2.6...v3.3.2
v3.3.1
Compare Source
v3.3.0
Compare Source
v3.2.6
Compare Source
What's Changed
@SwaggerCuztomizer()
bug of@internal
tagged. by @samchon in https://github.com/samchon/nestia/pull/932Full Changelog: samchon/nestia@v3.2.5...v3.2.6
v3.2.5
Compare Source
From now on, Nestia starts supporting performance benchmark through e2e test functions.
Related chapters:
What's Changed
@nestia/migrate
for special characters' escaping. by @samchon in https://github.com/samchon/nestia/pull/915IFetchRoute.template
property. by @samchon in https://github.com/samchon/nestia/pull/917@nestia/e2e
by @samchon in https://github.com/samchon/nestia/pull/918DynamicBenchmarker
by @samchon in https://github.com/samchon/nestia/pull/919TestValidator
for benchmark. by @samchon in https://github.com/samchon/nestia/pull/920Full Changelog: samchon/nestia@v3.2.1...v3.2.5
v3.2.4
Compare Source
v3.2.3
Compare Source
v3.2.2
Compare Source
v3.2.1
Compare Source
What's Changed
@nestia/migrate
by @samchon in https://github.com/samchon/nestia/pull/910UniqueItems
tag on@nestia/migrate
. by @samchon in https://github.com/samchon/nestia/pull/911@WebSocketRoute()
bug whenclone
mode SDK generation. by @samchon in https://github.com/samchon/nestia/pull/913New Contributors
Full Changelog: samchon/nestia@v3.2.0...v3.2.1
v3.2.0
Compare Source
TGrid v1 be relased, and this update is to following it.
https://tgrid.com
What's Changed
@WebSocketRoute()
by @samchon in https://github.com/samchon/nestia/pull/904Full Changelog: samchon/nestia@v3.1.4...v3.2.0
v3.1.4
Compare Source
What's Changed
get-function-location
dependency on@nestia/core
. by @samchon in https://github.com/samchon/nestia/pull/901Full Changelog: samchon/nestia@v3.1.3...v3.1.4
v3.1.3
Compare Source
What's Changed
@TypedFormData.Body()
with.
character. by @samchon in https://github.com/samchon/nestia/pull/899Full Changelog: samchon/nestia@v3.1.2...v3.1.3
v3.1.2
Compare Source
What's Changed
@TypedFormData.Body()
infastify
. by @samchon in https://github.com/samchon/nestia/pull/897Full Changelog: samchon/nestia@v3.1.1...v3.1.2
v3.1.1
Compare Source
Now,
@nestia/core
and@nestia/sdk
starts supporting websocket protocol.https://nestia.io/docs/core/WebSocketRoute
What's Changed
anyOf
andwebhook
types in the@nestia/migrate
by @samchon in https://github.com/samchon/nestia/pull/881@WebSocketRoute()
decorators. by @samchon in https://github.com/samchon/nestia/pull/884@WebSocketRoute()
by @samchon in https://github.com/samchon/nestia/pull/888@WebSocketRoute()
. by @samchon in https://github.com/samchon/nestia/pull/889@WebSocketRoute()
to generate compilation errors. by @samchon in https://github.com/samchon/nestia/pull/890Full Changelog: samchon/nestia@v3.0.5...v3.1.1
v3.1.0
Compare Source
v3.0.5
Compare Source
What's Changed
Full Changelog: samchon/nestia@v3.0.4...v3.0.5
v3.0.4
Compare Source
What's Changed
@samchon/openapi
for its bug reason by @samchon in https://github.com/samchon/nestia/pull/874website/pages/docs/sdk/sdk.mdx
by @dohyuu in https://github.com/samchon/nestia/pull/878New Contributors
Full Changelog: samchon/nestia@v3.0.3...v3.0.4
v3.0.3
Compare Source
What's Changed
Full Changelog: samchon/nestia@v3.0.2...v3.0.3
v3.0.2
Compare Source
Swagger generator of
nestia
has adopted OpenAPI v3.1 specification.Also, upgraded
typia
dependency from v5 to v6.What's Changed
TestValidator.equals()
to trace more detaily. by @samchon in https://github.com/samchon/nestia/pull/861@nestia/migrate
for invalid path parameterized. by @samchon in https://github.com/samchon/nestia/pull/869@nestia/editor
supports every OpenAPI versions. by @samchon in https://github.com/samchon/nestia/pull/870@samchon/openapi
and adapt its memoization rule. by @samchon in https://github.com/samchon/nestia/pull/871Full Changelog: samchon/nestia@v2.6.4...v3.0.2
v3.0.1
Compare Source
v3.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.