Sourced from @nestjs/core
's
releases.
v10.2.0 (2023-08-21)
Features
core
- #12237 feat(core): add strongly-typed decorators factory (reflector) (
@kamilmysliwiec
)- #12107 feat(core): discover by decorator, explorer pattern (
@kamilmysliwiec
)core
,platform-fastify
- #11992 feat(fastify): supporting fastify route config (
@rich-w-lee
)Enhancements
common
,core
- #12161 feat(common): added "fatal" as a log level (issue #11945) (
@TheCodby
)common
- #12096 fix(common): fix custom multi file validator (
@mohamadrezamomeni
)Dependencies
- Other
- #12228 chore(deps-dev): bump
@typescript-eslint/eslint-plugin
from 5.61.0 to 6.4.0 (@dependabot[bot]
)- #12242 chore(deps): update dependency jest to v29.6.2 - autoclosed (
@renovate[bot]
)- #12168 chore(deps): update confluentinc/cp-zookeeper docker tag to v7.4.1 (
@renovate[bot]
)- #12156 chore(deps-dev): bump amqp-connection-manager from 4.1.13 to 4.1.14 (
@dependabot[bot]
)- #12225 chore(deps-dev): bump graphql from 16.7.1 to 16.8.0 (
@dependabot[bot]
)- #11965 fix(deps): update dependency
@nestjs/mercurius
to v12.0.4 (@renovate[bot]
)- #12239 chore(deps-dev): bump nats from 2.15.1 to 2.16.0 (
@dependabot[bot]
)- #12238 chore(deps-dev): bump mqtt from 5.0.2 to 5.0.3 (
@dependabot[bot]
)- #12227 chore(deps-dev): bump eslint from 8.46.0 to 8.47.0 (
@dependabot[bot]
)- #12226 chore(deps-dev): bump mongoose from 7.4.2 to 7.4.3 (
@dependabot[bot]
)- #12229 chore(deps-dev): bump lint-staged from 13.2.3 to 14.0.0 (
@dependabot[bot]
)- #12234 chore(deps-dev): bump prettier from 3.0.1 to 3.0.2 (
@dependabot[bot]
)- #12212 chore(deps-dev): bump
@commitlint/config-angular
from 17.6.7 to 17.7.0 (@dependabot[bot]
)- #12186 chore(deps): bump fast-json-stringify from 5.7.0 to 5.8.0 (
@dependabot[bot]
)- #12216 chore(deps-dev): bump
@commitlint/cli
from 17.6.7 to 17.7.1 (@dependabot[bot]
)- #12223 chore(deps-dev): bump
@types/node
from 20.4.8 to 20.5.0 (@dependabot[bot]
)- #12190 chore(deps-dev): bump mqtt from 5.0.1 to 5.0.2 (
@dependabot[bot]
)- #12202 chore(deps-dev): bump eslint-config-prettier from 8.9.0 to 9.0.0 (
@dependabot[bot]
)- #12203 chore(deps-dev): bump mysql2 from 3.5.2 to 3.6.0 (
@dependabot[bot]
)- #12205 chore(deps-dev): bump prettier from 3.0.0 to 3.0.1 (
@dependabot[bot]
)- #12189 chore(deps-dev): bump socket.io-client from 4.7.1 to 4.7.2 (
@dependabot[bot]
)- #12191 chore(deps-dev): bump mongoose from 7.4.1 to 7.4.2 (
@dependabot[bot]
)- #12198 chore(deps-dev): bump
@types/node
from 20.4.5 to 20.4.8 (@dependabot[bot]
)- #12180 chore(deps-dev): bump
@grpc/grpc-js
from 1.8.21 to 1.9.0 (@dependabot[bot]
)- #12181 chore(deps-dev): bump engine.io-client from 6.5.1 to 6.5.2 (
@dependabot[bot]
)- #12182 chore(deps-dev): bump
@types/sinon
from 10.0.15 to 10.0.16 (@dependabot[bot]
)- #12171 chore(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.9.0 (
@dependabot[bot]
)- #12172 chore(deps-dev): bump mqtt from 5.0.0 to 5.0.1 (
@dependabot[bot]
)- #12173 chore(deps-dev): bump eslint from 8.45.0 to 8.46.0 (
@dependabot[bot]
)- #12148 chore(deps-dev): bump
@types/node
from 20.4.4 to 20.4.5 (@dependabot[bot]
)- #12169 chore(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.28.0 (
@dependabot[bot]
)platform-socket.io
- #12185 chore(deps): bump socket.io from 4.7.1 to 4.7.2 (
@dependabot[bot]
)
... (truncated)
6287de4
chore(@nestjs
)
publish v10.2.1 release207fc24
fix(core): minor reflector type issue3b78e85
chore: update readmede5584e
chore(@nestjs
)
publish v10.2.0 releasefcca783
Merge pull request #12237
from nestjs/feat/strongly-typed-decoratorb8c2c29
Merge pull request #12107
from nestjs/feat/discover-by-decoratorf99f6f1
Update packages/core/discovery/discovery-service.ts41790f8
Merge pull request #12161
from TheCodby/master13a671a
chore: merge conflicts566eb8c
chore: update comments