-
-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rc #2880
base: production
Are you sure you want to change the base?
Rc #2880
Commits on Sep 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3919da3 - Browse repository at this point
Copy the full SHA 3919da3View commit details -
feat(di): add inject(), constant(), value() function to inject servic…
…e or value in injectable property value defined by Constant and Value decorator are now available on constructor injectable services on property are now available in the constructor BREAKING CHANGE: This change require to set ` "useDefineForClassFields": false` in your tsconfig Some DI methods are removed like bindInjectableProperties() which is not necessary.
Configuration menu - View commit details
-
Copy full SHA for 343713d - Browse repository at this point
Copy the full SHA 343713dView commit details -
fix(typegraphql): fix typings since injector isn't compatible with th…
…e type signature of container typegraphql definition
Configuration menu - View commit details
-
Copy full SHA for b905d78 - Browse repository at this point
Copy the full SHA b905d78View commit details -
fix(common): remove PlatformBuilder.addComponents() method which isn'…
…t used method BREAKING CHANGE: remove PlatformBuilder.addComponents() method which isn't used method
Configuration menu - View commit details
-
Copy full SHA for 5cd2e3c - Browse repository at this point
Copy the full SHA 5cd2e3cView commit details -
fix(platform-cache): remove getInterceptorOptions which is directly a…
…vailable from @tsed/di BREAKING-CHANGE: getInterceptorOptions must be imported from @tsed/di instead of @tsed/platform-cache
Configuration menu - View commit details
-
Copy full SHA for 956b34b - Browse repository at this point
Copy the full SHA 956b34bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6f9fc7 - Browse repository at this point
Copy the full SHA d6f9fc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a82771 - Browse repository at this point
Copy the full SHA 9a82771View commit details -
feat(mikro-orm): add entityManager() and orm() functions to inject re…
…spectively ORM and EM instance
Configuration menu - View commit details
-
Copy full SHA for ba68086 - Browse repository at this point
Copy the full SHA ba68086View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6be689 - Browse repository at this point
Copy the full SHA d6be689View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a66ded - Browse repository at this point
Copy the full SHA 2a66dedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 761e852 - Browse repository at this point
Copy the full SHA 761e852View commit details -
Configuration menu - View commit details
-
Copy full SHA for 722d7b0 - Browse repository at this point
Copy the full SHA 722d7b0View commit details -
feat(testcontainers-mongo): use mongodb to clean collection instead o…
…f @tsed/mongoose The module can be used with mongoose or mikro-orm.
Configuration menu - View commit details
-
Copy full SHA for 2a390dd - Browse repository at this point
Copy the full SHA 2a390ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for d32df47 - Browse repository at this point
Copy the full SHA d32df47View commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0040c8 - Browse repository at this point
Copy the full SHA c0040c8View commit details -
fix: remove @tsed/vite-ssr-plugin
BREAKING CHANGE: remove @tsed/vite-ssr-plugin use @tsed/vike instead
Configuration menu - View commit details
-
Copy full SHA for f3414c0 - Browse repository at this point
Copy the full SHA f3414c0View commit details -
fix: remove @tsed/testing-mongoose
BREAKING CHANGE: remove @tsed/testing-mongoose. Use @tsed/testcontainers-mongo instead
Configuration menu - View commit details
-
Copy full SHA for 6111459 - Browse repository at this point
Copy the full SHA 6111459View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37adaea - Browse repository at this point
Copy the full SHA 37adaeaView commit details
Commits on Sep 11, 2024
-
refactor(mongoose): remove deprecated MongooseModelOptions.discrimina…
…torValue BREAKING CHANGE: remove deprecated MongooseModelOptions.discriminatorValue. Use @DiscriminatorValue instead
Configuration menu - View commit details
-
Copy full SHA for 0e9a3b1 - Browse repository at this point
Copy the full SHA 0e9a3b1View commit details -
refactor(common): remove deprecated PlatformLoggerSettings interface
BREAKING CHANGE: remove deprecated PlatformLoggerSettings interface. Use DILoggerOptions instead
Configuration menu - View commit details
-
Copy full SHA for 59a680b - Browse repository at this point
Copy the full SHA 59a680bView commit details -
refactor(platform-cache): remove deprecated PlatformCacheLegacyStoreF…
…actory interface BREAKING CHANGE: remove deprecated PlatformCacheLegacyStoreFactory interface. Use FactoryStore instead
Configuration menu - View commit details
-
Copy full SHA for c8bf779 - Browse repository at this point
Copy the full SHA c8bf779View commit details -
refactor(platform-router): remove deprecated OperationMethods constant
BREAKING CHANGE: remove deprecated OperationMethods constant. Use OperationVerbs instead
Configuration menu - View commit details
-
Copy full SHA for c859cab - Browse repository at this point
Copy the full SHA c859cabView commit details -
refactor(schema): remove Route alias decorator
BREAKING CHANGE: remove Route alias decorator. Use Operation instead
Configuration menu - View commit details
-
Copy full SHA for 9c599b1 - Browse repository at this point
Copy the full SHA 9c599b1View commit details -
refactor(schema): remove deprecated BullMQConfig.defaultJobOptions
BREAKING CHANGE: remove deprecated BullMQConfig.defaultJobOptions. Use BullMQConfig.defaultQueueOptions instead
Configuration menu - View commit details
-
Copy full SHA for 8f52777 - Browse repository at this point
Copy the full SHA 8f52777View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea7d48c - Browse repository at this point
Copy the full SHA ea7d48cView commit details
Commits on Sep 14, 2024
-
feat(di): add transform parameter (InjectContext) to inject value in …
…property from $ctx
Configuration menu - View commit details
-
Copy full SHA for 596b261 - Browse repository at this point
Copy the full SHA 596b261View commit details -
feat(apollo): migrate package on Apollo 4
BREAKING CHANGE: all implementation and configuration of @tsed/apollo have changed.
Configuration menu - View commit details
-
Copy full SHA for 4e84844 - Browse repository at this point
Copy the full SHA 4e84844View commit details -
feat(typegraphql): update code to use typegraphql 2.0.0
BREAKING CHANGE: @tsed/typegraphql use new @tsed/apollo package and support Apollo v4
Configuration menu - View commit details
-
Copy full SHA for af6f2fe - Browse repository at this point
Copy the full SHA af6f2feView commit details -
feat(typegraphql): update code to use typegraphql 2.0.0
BREAKING CHANGE: @tsed/typegraphql use new @tsed/apollo package and support Apollo v4
Configuration menu - View commit details
-
Copy full SHA for 89e0015 - Browse repository at this point
Copy the full SHA 89e0015View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7708aa - Browse repository at this point
Copy the full SHA b7708aaView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7fea7fa - Browse repository at this point
Copy the full SHA 7fea7faView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebe57c5 - Browse repository at this point
Copy the full SHA ebe57c5View commit details
Commits on Sep 18, 2024
-
chore: remove CJS Support and bump AJV dependency
BREAKING CHANGE: CJS isn't supported anymore. You have to migrate your project on ESM syntax.
Configuration menu - View commit details
-
Copy full SHA for 941e734 - Browse repository at this point
Copy the full SHA 941e734View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35d3203 - Browse repository at this point
Copy the full SHA 35d3203View commit details
Commits on Sep 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78791ff - Browse repository at this point
Copy the full SHA 78791ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2f8290 - Browse repository at this point
Copy the full SHA f2f8290View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed54e29 - Browse repository at this point
Copy the full SHA ed54e29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e46f0d - Browse repository at this point
Copy the full SHA 0e46f0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 953c5b1 - Browse repository at this point
Copy the full SHA 953c5b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e4f4e2 - Browse repository at this point
Copy the full SHA 4e4f4e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5147c7d - Browse repository at this point
Copy the full SHA 5147c7dView commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ccaf57 - Browse repository at this point
Copy the full SHA 5ccaf57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dc4abb - Browse repository at this point
Copy the full SHA 9dc4abbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c74e252 - Browse repository at this point
Copy the full SHA c74e252View commit details -
fix(common): remove platform-log-middleware import in source code
BREAKING CHANGE: you have to import explicitly @tsed/platform-log-middleware as middleware in the server configuration.
Configuration menu - View commit details
-
Copy full SHA for 6372319 - Browse repository at this point
Copy the full SHA 6372319View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67ef878 - Browse repository at this point
Copy the full SHA 67ef878View commit details -
fix(common): remove export schema decorator from @tsed/common
BREAKING CHANGE: AcceptMime, All, Delete, Get, Head, Location, Options, Patch, Post, Put, Redirect, View must be imported from `@tsed/schema`.
Configuration menu - View commit details
-
Copy full SHA for 3e07044 - Browse repository at this point
Copy the full SHA 3e07044View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ff4b0d - Browse repository at this point
Copy the full SHA 0ff4b0dView commit details
Commits on Oct 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b3d2e4 - Browse repository at this point
Copy the full SHA 5b3d2e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c89aa16 - Browse repository at this point
Copy the full SHA c89aa16View commit details -
fix(prisma): update prisma to v5
BREAKING CHANGE: prisma v4 client isn't supported anymore
Configuration menu - View commit details
-
Copy full SHA for 836090e - Browse repository at this point
Copy the full SHA 836090eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44e9c1b - Browse repository at this point
Copy the full SHA 44e9c1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 906c6f1 - Browse repository at this point
Copy the full SHA 906c6f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 491fc5c - Browse repository at this point
Copy the full SHA 491fc5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e84876f - Browse repository at this point
Copy the full SHA e84876fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a419da - Browse repository at this point
Copy the full SHA 2a419daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ec03a - Browse repository at this point
Copy the full SHA 99ec03aView commit details
Commits on Oct 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 163e68e - Browse repository at this point
Copy the full SHA 163e68eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 688e201 - Browse repository at this point
Copy the full SHA 688e201View commit details -
fix(oidc-provider): remove OIDC_PROVIDER_NODE_MODULE symbol
BREAKING CHANGE: remove OIDC_PROVIDER_NODE_MODULE symbol. Use import Provider from "oidc-provider" instead
Configuration menu - View commit details
-
Copy full SHA for 35e1b08 - Browse repository at this point
Copy the full SHA 35e1b08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9417b39 - Browse repository at this point
Copy the full SHA 9417b39View commit details -
Merge remote-tracking branch 'origin/production' into alpha
# Conflicts: # .github/workflows/build.yml # docs/package.json # lerna.json # package.json # packages/core/package.json # packages/di/package.json # packages/di/src/common/decorators/lazyInject.ts # packages/engines/package.json # packages/graphql/apollo/package.json # packages/graphql/apollo/vitest.config.mts # packages/graphql/graphql-ws/package.json # packages/graphql/typegraphql/package.json # packages/graphql/typegraphql/vitest.config.mts # packages/orm/adapters-redis/package.json # packages/orm/adapters/package.json # packages/orm/adapters/src/adapters/FileSyncAdapter.ts # packages/orm/adapters/src/adapters/LowDbAdapter.ts # packages/orm/adapters/src/adapters/MemoryAdapter.ts # packages/orm/ioredis/package.json # packages/orm/mikro-orm/package.json # packages/orm/mikro-orm/test/integration.spec.ts # packages/orm/mikro-orm/tsconfig.json # packages/orm/mongoose/package.json # packages/orm/mongoose/test/array.integration.spec.ts # packages/orm/mongoose/test/buffer.integration.spec.ts # packages/orm/mongoose/test/circularRef.integration.spec.ts # packages/orm/mongoose/tsconfig.json # packages/orm/objection/package.json # packages/orm/prisma/package.json # packages/orm/testcontainers-mongo/package.json # packages/orm/testcontainers-mongo/src/services/TestContainersMongo.ts # packages/orm/testcontainers-mongo/tsconfig.json # packages/orm/testing-mongoose/package.json # packages/orm/typeorm/package.json # packages/perf/package.json # packages/platform/common/package.json # packages/platform/common/vitest.config.mts # packages/platform/platform-cache/package.json # packages/platform/platform-cache/vitest.config.mts # packages/platform/platform-exceptions/package.json # packages/platform/platform-exceptions/vitest.config.mts # packages/platform/platform-express/package.json # packages/platform/platform-koa/package.json # packages/platform/platform-log-middleware/package.json # packages/platform/platform-log-middleware/vitest.config.mts # packages/platform/platform-log-request/vitest.config.mts # packages/platform/platform-middlewares/package.json # packages/platform/platform-params/package.json # packages/platform/platform-params/vitest.config.mts # packages/platform/platform-response-filter/package.json # packages/platform/platform-response-filter/vitest.config.mts # packages/platform/platform-router/package.json # packages/platform/platform-router/vitest.config.mts # packages/platform/platform-serverless-http/package.json # packages/platform/platform-serverless-testing/package.json # packages/platform/platform-serverless/package.json # packages/platform/platform-serverless/vitest.config.mts # packages/platform/platform-test-sdk/package.json # packages/platform/platform-views/package.json # packages/platform/platform-views/vitest.config.mts # packages/security/jwks/package.json # packages/security/oidc-provider-plugin-wildcard-redirect-uri/package.json # packages/security/oidc-provider-plugin-wildcard-redirect-uri/vitest.config.mts # packages/security/oidc-provider/package.json # packages/security/oidc-provider/src/services/OidcInteractionContext.ts # packages/security/oidc-provider/vitest.config.mts # packages/security/passport/package.json # packages/security/passport/vitest.config.mts # packages/specs/ajv/package.json # packages/specs/exceptions/package.json # packages/specs/json-mapper/package.json # packages/specs/openspec/package.json # packages/specs/schema/package.json # packages/specs/swagger/package.json # packages/third-parties/agenda/package.json # packages/third-parties/agenda/vitest.config.mts # packages/third-parties/bullmq/package.json # packages/third-parties/bullmq/vitest.config.mts # packages/third-parties/components-scan/package.json # packages/third-parties/event-emitter/package.json # packages/third-parties/event-emitter/vitest.config.mts # packages/third-parties/formio-types/package.json # packages/third-parties/formio/package.json # packages/third-parties/formio/vitest.config.mts # packages/third-parties/pulse/package.json # packages/third-parties/pulse/vitest.config.mts # packages/third-parties/schema-formio/package.json # packages/third-parties/socketio-testing/package.json # packages/third-parties/socketio/package.json # packages/third-parties/socketio/vitest.config.mts # packages/third-parties/sse/package.json # packages/third-parties/sse/vitest.config.mts # packages/third-parties/stripe/package.json # packages/third-parties/stripe/vitest.config.mts # packages/third-parties/temporal/package.json # packages/third-parties/temporal/vitest.config.mts # packages/third-parties/terminus/package.json # packages/third-parties/terminus/vitest.config.mts # packages/third-parties/vike/package.json # packages/third-parties/vike/vitest.config.mts # packages/third-parties/vite-ssr-plugin/package.json # packages/utils/normalize-path/package.json # tools/barrels/package.json # tools/github-sponsors/package.json # tools/integration/package.json # tools/typescript/package.json # tools/vitest/package.json # tools/webpack/package.json # yarn.lock
Configuration menu - View commit details
-
Copy full SHA for 086f3ba - Browse repository at this point
Copy the full SHA 086f3baView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8a7bab - Browse repository at this point
Copy the full SHA b8a7babView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a1d31f - Browse repository at this point
Copy the full SHA 1a1d31fView commit details
Commits on Oct 7, 2024
-
feat(di): add $injector/injector to create on the fly or get the inje…
…ctor every where
Configuration menu - View commit details
-
Copy full SHA for 1d10ac5 - Browse repository at this point
Copy the full SHA 1d10ac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35cdff0 - Browse repository at this point
Copy the full SHA 35cdff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c43b1a - Browse repository at this point
Copy the full SHA 6c43b1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2a779d - Browse repository at this point
Copy the full SHA c2a779dView commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bea2874 - Browse repository at this point
Copy the full SHA bea2874View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 82019db - Browse repository at this point
Copy the full SHA 82019dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 732df3a - Browse repository at this point
Copy the full SHA 732df3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84540b1 - Browse repository at this point
Copy the full SHA 84540b1View commit details
Commits on Oct 11, 2024
-
feat(di): export injectable,controller,interceptor functions
BREAKING CHANGE: registerValue and registerController are removed in favor of injectable/controller functions
Configuration menu - View commit details
-
Copy full SHA for ef18457 - Browse repository at this point
Copy the full SHA ef18457View commit details -
Merge pull request #2857 from tsedio/feat-injectable-function
Feat injectable function
Configuration menu - View commit details
-
Copy full SHA for 7565189 - Browse repository at this point
Copy the full SHA 7565189View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3549a2e - Browse repository at this point
Copy the full SHA 3549a2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52cec0c - Browse repository at this point
Copy the full SHA 52cec0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ebdd83 - Browse repository at this point
Copy the full SHA 3ebdd83View commit details
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1851e97 - Browse repository at this point
Copy the full SHA 1851e97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b6f5ca - Browse repository at this point
Copy the full SHA 8b6f5caView commit details -
fix: merge pull request #2859 from tsedio/fix-remove-reexport-symbol-…
…common Fix remove reexport symbol common
Configuration menu - View commit details
-
Copy full SHA for 217e6a5 - Browse repository at this point
Copy the full SHA 217e6a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9079e8 - Browse repository at this point
Copy the full SHA e9079e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1096919 - Browse repository at this point
Copy the full SHA 1096919View commit details -
feat(platform-http): the PlatformTest is now exportable from @tsed/pl…
…atform-http/testing
Configuration menu - View commit details
-
Copy full SHA for 4fcf708 - Browse repository at this point
Copy the full SHA 4fcf708View commit details -
Merge pull request #2860 from tsedio/feat-move-testing
Feat move testing
Configuration menu - View commit details
-
Copy full SHA for e62bf72 - Browse repository at this point
Copy the full SHA e62bf72View commit details -
Configuration menu - View commit details
-
Copy full SHA for f26e3a8 - Browse repository at this point
Copy the full SHA f26e3a8View commit details
Commits on Oct 16, 2024
-
fix(core): remove Configurable, Deprecated,Enumerable, ReadOnly, Writ…
…able decorators BREAKING CHANGE: Configurable, Deprecated,Enumerable, ReadOnly, Writable decorators are removed from @tsed/core
Configuration menu - View commit details
-
Copy full SHA for 528c710 - Browse repository at this point
Copy the full SHA 528c710View commit details
Commits on Oct 17, 2024
-
fix(common): re-export schema decorators from @tsed/common to maintai…
…n compatibility with v7
Configuration menu - View commit details
-
Copy full SHA for 65507cb - Browse repository at this point
Copy the full SHA 65507cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59c5780 - Browse repository at this point
Copy the full SHA 59c5780View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e7d124 - Browse repository at this point
Copy the full SHA 0e7d124View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04ecad9 - Browse repository at this point
Copy the full SHA 04ecad9View commit details
Commits on Oct 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 192fb6b - Browse repository at this point
Copy the full SHA 192fb6bView commit details
Commits on Oct 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d7fdca - Browse repository at this point
Copy the full SHA 3d7fdcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ded0188 - Browse repository at this point
Copy the full SHA ded0188View commit details -
Merge pull request #2868 from tsedio/fix-swc-coverage-options
Fix swc coverage options
Configuration menu - View commit details
-
Copy full SHA for 3004e5a - Browse repository at this point
Copy the full SHA 3004e5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f689407 - Browse repository at this point
Copy the full SHA f689407View commit details -
Configuration menu - View commit details
-
Copy full SHA for dceac3d - Browse repository at this point
Copy the full SHA dceac3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ce75eb - Browse repository at this point
Copy the full SHA 5ce75ebView commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for acf9cf3 - Browse repository at this point
Copy the full SHA acf9cf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2319073 - Browse repository at this point
Copy the full SHA 2319073View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d12350 - Browse repository at this point
Copy the full SHA 4d12350View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5dba0b - Browse repository at this point
Copy the full SHA b5dba0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca63e3 - Browse repository at this point
Copy the full SHA 8ca63e3View commit details -
Merge pull request #2872 from tsedio/feat-install-vitepress
Feat install vitepress
Configuration menu - View commit details
-
Copy full SHA for 8691750 - Browse repository at this point
Copy the full SHA 8691750View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2a2abf - Browse repository at this point
Copy the full SHA f2a2abfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e54413 - Browse repository at this point
Copy the full SHA 7e54413View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56e0b31 - Browse repository at this point
Copy the full SHA 56e0b31View commit details -
feat(schema): add sortPaths option to sort swagger paths by alphabeti…
…cal order (cherry picked from commit 968aff8)
Configuration menu - View commit details
-
Copy full SHA for 2e73e8c - Browse repository at this point
Copy the full SHA 2e73e8cView commit details -
Merge pull request #2874 from tsedio/fix-vitepress-theme-version
fix: update vitepress theme dependency
Configuration menu - View commit details
-
Copy full SHA for b90534d - Browse repository at this point
Copy the full SHA b90534dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dba4e9 - Browse repository at this point
Copy the full SHA 0dba4e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e14c2d8 - Browse repository at this point
Copy the full SHA e14c2d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33c7548 - Browse repository at this point
Copy the full SHA 33c7548View commit details -
Merge pull request #2875 from tsedio/fix-package-publish-config
chore: update package.json publish configuration
Configuration menu - View commit details
-
Copy full SHA for 04bd83f - Browse repository at this point
Copy the full SHA 04bd83fView commit details -
Merge pull request #2873 from tsedio/feat-swagger-sort-path-v8
Feat swagger sort path v8
Configuration menu - View commit details
-
Copy full SHA for 590b49a - Browse repository at this point
Copy the full SHA 590b49aView commit details -
Merge pull request #2865 from tsedio/fix-prisma-circular-esm-ref-v8
fix(prisma): fix circular reference when column is optional
Configuration menu - View commit details
-
Copy full SHA for 93b47a5 - Browse repository at this point
Copy the full SHA 93b47a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdcae93 - Browse repository at this point
Copy the full SHA cdcae93View commit details
Commits on Oct 29, 2024
-
fix(di): remove unused DIContext.runInContext and emit methods
BREAKING CHANGE: DIContext.runInContext and DIContext.emit methods are removed. Use runInContext and $emit function instead.
Configuration menu - View commit details
-
Copy full SHA for 19ee58b - Browse repository at this point
Copy the full SHA 19ee58bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49caea4 - Browse repository at this point
Copy the full SHA 49caea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd50824 - Browse repository at this point
Copy the full SHA cd50824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7453bf0 - Browse repository at this point
Copy the full SHA 7453bf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9799c28 - Browse repository at this point
Copy the full SHA 9799c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 381d854 - Browse repository at this point
Copy the full SHA 381d854View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e497cd9 - Browse repository at this point
Copy the full SHA e497cd9View commit details -
# Conflicts: # docs/package.json # lerna.json # package.json # packages/core/package.json # packages/di/package.json # packages/engines/package.json # packages/graphql/apollo/package.json # packages/graphql/graphql-ws/package.json # packages/graphql/typegraphql/package.json # packages/orm/adapters-redis/package.json # packages/orm/adapters/package.json # packages/orm/ioredis/package.json # packages/orm/mikro-orm/package.json # packages/orm/mongoose/package.json # packages/orm/objection/package.json # packages/orm/prisma/package.json # packages/orm/prisma/src/generator/transform/transformScalarToType.ts # packages/orm/prisma/src/generator/utils/__snapshots__/generateModels.spec.ts.snap # packages/orm/prisma/test/snapshots/generate_code/enums/index.ts # packages/orm/prisma/test/snapshots/generate_code/interfaces/index.ts # packages/orm/prisma/test/snapshots/generate_code/models/PostModel.ts # packages/orm/prisma/test/snapshots/generate_code/models/UserModel.ts # packages/orm/prisma/test/snapshots/generate_code/models/index.ts # packages/orm/prisma/test/snapshots/generate_code/repositories/PostsRepository.ts # packages/orm/prisma/test/snapshots/generate_code/repositories/UsersRepository.ts # packages/orm/prisma/test/snapshots/generate_code/repositories/index.ts # packages/orm/prisma/test/snapshots/generate_code/services/PrismaService.ts # packages/orm/testcontainers-mongo/package.json # packages/orm/testing-mongoose/package.json # packages/orm/typeorm/package.json # packages/perf/package.json # packages/platform/common/package.json # packages/platform/platform-cache/package.json # packages/platform/platform-exceptions/package.json # packages/platform/platform-express/package.json # packages/platform/platform-koa/package.json # packages/platform/platform-log-middleware/package.json # packages/platform/platform-middlewares/package.json # packages/platform/platform-params/package.json # packages/platform/platform-response-filter/package.json # packages/platform/platform-router/package.json # packages/platform/platform-serverless-http/package.json # packages/platform/platform-serverless-testing/package.json # packages/platform/platform-serverless/package.json # packages/platform/platform-test-sdk/package.json # packages/platform/platform-views/package.json # packages/security/jwks/package.json # packages/security/oidc-provider-plugin-wildcard-redirect-uri/package.json # packages/security/oidc-provider/package.json # packages/security/passport/package.json # packages/specs/ajv/package.json # packages/specs/exceptions/package.json # packages/specs/json-mapper/package.json # packages/specs/openspec/package.json # packages/specs/schema/package.json # packages/specs/schema/src/utils/generateSpec.spec.ts # packages/specs/schema/src/utils/generateSpec.ts # packages/specs/swagger/package.json # packages/specs/swagger/src/services/SwaggerService.ts # packages/third-parties/agenda/package.json # packages/third-parties/bullmq/package.json # packages/third-parties/components-scan/package.json # packages/third-parties/event-emitter/package.json # packages/third-parties/formio-types/package.json # packages/third-parties/formio/package.json # packages/third-parties/pulse/package.json # packages/third-parties/schema-formio/package.json # packages/third-parties/socketio-testing/package.json # packages/third-parties/socketio/package.json # packages/third-parties/sse/package.json # packages/third-parties/stripe/package.json # packages/third-parties/temporal/package.json # packages/third-parties/terminus/package.json # packages/third-parties/vike/package.json # packages/third-parties/vite-ssr-plugin/package.json # packages/utils/normalize-path/package.json # tools/barrels/package.json # tools/github-sponsors/package.json # tools/integration/package.json # tools/typescript/package.json # tools/vitest/package.json # tools/webpack/package.json # yarn.lock
Configuration menu - View commit details
-
Copy full SHA for 85d8c5b - Browse repository at this point
Copy the full SHA 85d8c5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84d1d85 - Browse repository at this point
Copy the full SHA 84d1d85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 650fbca - Browse repository at this point
Copy the full SHA 650fbcaView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c11c94 - Browse repository at this point
Copy the full SHA 9c11c94View commit details
Commits on Nov 1, 2024
-
fix(platform-serverless): remove di exports from platform-serverless …
…package BREAKING CHANGE: import BodyParams, QueryParams, etc. from @tsed/platform-params directly
Configuration menu - View commit details
-
Copy full SHA for 7105341 - Browse repository at this point
Copy the full SHA 7105341View commit details -
fix(core): return descriptor when it's necessary to override original…
… method descriptor
Configuration menu - View commit details
-
Copy full SHA for a1c8a1e - Browse repository at this point
Copy the full SHA a1c8a1eView commit details -
fix(platform-middlewares): improve inheritance support of UseAuth/Aut…
…hOptions/Authorize decorator
Configuration menu - View commit details
-
Copy full SHA for f296328 - Browse repository at this point
Copy the full SHA f296328View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02b15f3 - Browse repository at this point
Copy the full SHA 02b15f3View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f12f56b - Browse repository at this point
Copy the full SHA f12f56bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6406314 - Browse repository at this point
Copy the full SHA 6406314View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d486ea - Browse repository at this point
Copy the full SHA 1d486eaView commit details -
fix(platform-http): clean createContext constructor options to avoid …
…ref to injector directly
Configuration menu - View commit details
-
Copy full SHA for 25db0e3 - Browse repository at this point
Copy the full SHA 25db0e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a1a380 - Browse repository at this point
Copy the full SHA 5a1a380View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1b5084 - Browse repository at this point
Copy the full SHA d1b5084View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7efde08 - Browse repository at this point
Copy the full SHA 7efde08View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 20b5bec - Browse repository at this point
Copy the full SHA 20b5becView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1ec58d - Browse repository at this point
Copy the full SHA c1ec58dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee91c21 - Browse repository at this point
Copy the full SHA ee91c21View commit details -
Configuration menu - View commit details
-
Copy full SHA for f287dab - Browse repository at this point
Copy the full SHA f287dabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58a016c - Browse repository at this point
Copy the full SHA 58a016cView commit details -
fix(core): remove unused importPackage in code base
BREAKING CHANGE: importPackage is removed from @tsed/core. Use import() instruction instead.
Configuration menu - View commit details
-
Copy full SHA for e1ea388 - Browse repository at this point
Copy the full SHA e1ea388View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb07219 - Browse repository at this point
Copy the full SHA eb07219View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2129c94 - Browse repository at this point
Copy the full SHA 2129c94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dcfb07 - Browse repository at this point
Copy the full SHA 1dcfb07View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2b3962 - Browse repository at this point
Copy the full SHA e2b3962View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9543d24 - Browse repository at this point
Copy the full SHA 9543d24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 696b468 - Browse repository at this point
Copy the full SHA 696b468View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09ba9bf - Browse repository at this point
Copy the full SHA 09ba9bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a09f15 - Browse repository at this point
Copy the full SHA 3a09f15View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a032aa8 - Browse repository at this point
Copy the full SHA a032aa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 529ae61 - Browse repository at this point
Copy the full SHA 529ae61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 281b368 - Browse repository at this point
Copy the full SHA 281b368View commit details