@loopback/docs 5.1.5 → 5.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/package.json +4 -4
- package/site/changelogs/bodyparsers/rest-msgpack/CHANGELOG.md +9 -0
- package/site/changelogs/examples/access-control-migration/CHANGELOG.md +4 -0
- package/site/changelogs/examples/binding-resolution/CHANGELOG.md +9 -0
- package/site/changelogs/examples/context/CHANGELOG.md +4 -0
- package/site/changelogs/examples/express-composition/CHANGELOG.md +4 -0
- package/site/changelogs/examples/file-transfer/CHANGELOG.md +4 -0
- package/site/changelogs/examples/graphql/CHANGELOG.md +9 -0
- package/site/changelogs/examples/greeter-extension/CHANGELOG.md +4 -0
- package/site/changelogs/examples/greeting-app/CHANGELOG.md +4 -0
- package/site/changelogs/examples/hello-world/CHANGELOG.md +4 -0
- package/site/changelogs/examples/lb3-application/CHANGELOG.md +4 -0
- package/site/changelogs/examples/log-extension/CHANGELOG.md +4 -0
- package/site/changelogs/examples/metrics-prometheus/CHANGELOG.md +4 -0
- package/site/changelogs/examples/multi-tenancy/CHANGELOG.md +4 -0
- package/site/changelogs/examples/passport-login/CHANGELOG.md +4 -0
- package/site/changelogs/examples/references-many/CHANGELOG.md +4 -0
- package/site/changelogs/examples/rest-crud/CHANGELOG.md +4 -0
- package/site/changelogs/examples/rpc-server/CHANGELOG.md +4 -0
- package/site/changelogs/examples/soap-calculator/CHANGELOG.md +4 -0
- package/site/changelogs/examples/socketio/CHANGELOG.md +4 -0
- package/site/changelogs/examples/todo/CHANGELOG.md +4 -0
- package/site/changelogs/examples/todo-jwt/CHANGELOG.md +4 -0
- package/site/changelogs/examples/todo-list/CHANGELOG.md +4 -0
- package/site/changelogs/examples/validation-app/CHANGELOG.md +4 -0
- package/site/changelogs/examples/webpack/CHANGELOG.md +9 -0
- package/site/changelogs/extensions/apiconnect/CHANGELOG.md +9 -0
- package/site/changelogs/extensions/authentication-jwt/CHANGELOG.md +9 -0
- package/site/changelogs/extensions/authentication-passport/CHANGELOG.md +9 -0
- package/site/changelogs/extensions/context-explorer/CHANGELOG.md +9 -0
- package/site/changelogs/extensions/cron/CHANGELOG.md +9 -0
- package/site/changelogs/extensions/graphql/CHANGELOG.md +9 -0
- package/site/changelogs/extensions/health/CHANGELOG.md +9 -0
- package/site/changelogs/extensions/logging/CHANGELOG.md +9 -0
- package/site/changelogs/extensions/metrics/CHANGELOG.md +9 -0
- package/site/changelogs/extensions/pooling/CHANGELOG.md +9 -0
- package/site/changelogs/extensions/socketio/CHANGELOG.md +9 -0
- package/site/changelogs/extensions/typeorm/CHANGELOG.md +9 -0
- package/site/changelogs/fixtures/mock-oauth2-provider/CHANGELOG.md +9 -0
- package/site/changelogs/packages/authentication/CHANGELOG.md +9 -0
- package/site/changelogs/packages/authorization/CHANGELOG.md +9 -0
- package/site/changelogs/packages/boot/CHANGELOG.md +9 -0
- package/site/changelogs/packages/booter-lb3app/CHANGELOG.md +9 -0
- package/site/changelogs/packages/build/CHANGELOG.md +10 -1
- package/site/changelogs/packages/cli/CHANGELOG.md +13 -0
- package/site/changelogs/packages/context/CHANGELOG.md +12 -0
- package/site/changelogs/packages/core/CHANGELOG.md +9 -0
- package/site/changelogs/packages/eslint-config/CHANGELOG.md +10 -1
- package/site/changelogs/packages/express/CHANGELOG.md +9 -0
- package/site/changelogs/packages/filter/CHANGELOG.md +9 -0
- package/site/changelogs/packages/http-caching-proxy/CHANGELOG.md +9 -0
- package/site/changelogs/packages/http-server/CHANGELOG.md +9 -0
- package/site/changelogs/packages/metadata/CHANGELOG.md +9 -0
- package/site/changelogs/packages/model-api-builder/CHANGELOG.md +9 -0
- package/site/changelogs/packages/monorepo/CHANGELOG.md +10 -1
- package/site/changelogs/packages/openapi-spec-builder/CHANGELOG.md +9 -0
- package/site/changelogs/packages/openapi-v3/CHANGELOG.md +9 -0
- package/site/changelogs/packages/repository/CHANGELOG.md +12 -0
- package/site/changelogs/packages/repository-json-schema/CHANGELOG.md +17 -0
- package/site/changelogs/packages/repository-tests/CHANGELOG.md +9 -0
- package/site/changelogs/packages/rest/CHANGELOG.md +9 -0
- package/site/changelogs/packages/rest-crud/CHANGELOG.md +9 -0
- package/site/changelogs/packages/rest-explorer/CHANGELOG.md +9 -0
- package/site/changelogs/packages/security/CHANGELOG.md +9 -0
- package/site/changelogs/packages/service-proxy/CHANGELOG.md +9 -0
- package/site/changelogs/packages/testlab/CHANGELOG.md +10 -1
- package/site/changelogs/packages/tsdocs/CHANGELOG.md +9 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [5.1.6](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@5.1.5...@loopback/docs@5.1.6) (2023-01-09)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @loopback/docs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
# Change Log
|
|
2
15
|
|
|
3
16
|
All notable changes to this project will be documented in this file. See
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loopback/docs",
|
|
3
3
|
"description": "Documentation files rendered at [https://loopback.io](https://loopback.io)",
|
|
4
|
-
"version": "5.1.
|
|
4
|
+
"version": "5.1.6",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"LoopBack",
|
|
7
7
|
"docs"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"directory": "docs"
|
|
17
17
|
},
|
|
18
18
|
"engines": {
|
|
19
|
-
"node": "14 || 16 ||
|
|
19
|
+
"node": "14 || 16 || 18 || 19"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"version": "node ./bin/copy-readmes.js && node ./bin/copy-changelogs.js && cd .. && npm run tsdocs",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"tslib": "^2.4.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@loopback/build": "^9.0.
|
|
39
|
+
"@loopback/build": "^9.0.7"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "06cbcba72ceb28ab5033bae80cc5504c80ac53c2"
|
|
42
42
|
}
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.rest-msgpack.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.8.6](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.8.5...@loopback/rest-msgpack@0.8.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/rest-msgpack
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.8.5](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.8.4...@loopback/rest-msgpack@0.8.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/rest-msgpack
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-access-control-migration.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@5.0.5...@loopback/example-access-control-migration@5.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-access-control-migration
|
|
19
|
+
|
|
16
20
|
## [5.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@5.0.4...@loopback/example-access-control-migration@5.0.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-access-control-migration
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.example-binding-resolution.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.7.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.7.5...@loopback/example-binding-resolution@0.7.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-binding-resolution
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.7.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.7.4...@loopback/example-binding-resolution@0.7.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/example-binding-resolution
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-context.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@5.0.5...@loopback/example-context@5.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-context
|
|
19
|
+
|
|
16
20
|
## [5.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@5.0.4...@loopback/example-context@5.0.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-context
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-express-composition.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@5.0.5...@loopback/example-express-composition@5.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-express-composition
|
|
19
|
+
|
|
16
20
|
## [5.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@5.0.4...@loopback/example-express-composition@5.0.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-express-composition
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-file-transfer.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [4.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@4.0.5...@loopback/example-file-transfer@4.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-file-transfer
|
|
19
|
+
|
|
16
20
|
## [4.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@4.0.4...@loopback/example-file-transfer@4.0.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-file-transfer
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.example-graphql.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.7.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.7.5...@loopback/example-graphql@0.7.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-graphql
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.7.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.7.4...@loopback/example-graphql@0.7.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/example-graphql
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-greeter-extension.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@5.0.5...@loopback/example-greeter-extension@5.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-greeter-extension
|
|
19
|
+
|
|
16
20
|
## [5.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@5.0.4...@loopback/example-greeter-extension@5.0.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-greeter-extension
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-greeting-app.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@5.0.5...@loopback/example-greeting-app@5.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-greeting-app
|
|
19
|
+
|
|
16
20
|
## [5.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@5.0.4...@loopback/example-greeting-app@5.0.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-greeting-app
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-hello-world.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@5.0.5...@loopback/example-hello-world@5.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-hello-world
|
|
19
|
+
|
|
16
20
|
## [5.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@5.0.4...@loopback/example-hello-world@5.0.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-hello-world
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-lb3-application.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@5.0.5...@loopback/example-lb3-application@5.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-lb3-application
|
|
19
|
+
|
|
16
20
|
## [5.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@5.0.4...@loopback/example-lb3-application@5.0.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-lb3-application
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-log-extension.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@5.0.5...@loopback/example-log-extension@5.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-log-extension
|
|
19
|
+
|
|
16
20
|
## [5.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@5.0.4...@loopback/example-log-extension@5.0.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-log-extension
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-metrics-prometheus.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.10.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.10.5...@loopback/example-metrics-prometheus@0.10.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-metrics-prometheus
|
|
19
|
+
|
|
16
20
|
## [0.10.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.10.4...@loopback/example-metrics-prometheus@0.10.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-metrics-prometheus
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-multi-tenancy.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.13.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-multi-tenancy@0.13.5...@loopback/example-multi-tenancy@0.13.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-multi-tenancy
|
|
19
|
+
|
|
16
20
|
## [0.13.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-multi-tenancy@0.13.4...@loopback/example-multi-tenancy@0.13.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-multi-tenancy
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-passport-login.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [4.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-passport-login@4.0.5...@loopback/example-passport-login@4.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-passport-login
|
|
19
|
+
|
|
16
20
|
## [4.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-passport-login@4.0.4...@loopback/example-passport-login@4.0.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-passport-login
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-references-many.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [6.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-references-many@6.0.5...@loopback/example-references-many@6.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-references-many
|
|
19
|
+
|
|
16
20
|
## [6.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-references-many@6.0.4...@loopback/example-references-many@6.0.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-references-many
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-rest-crud.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [4.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rest-crud@4.0.5...@loopback/example-rest-crud@4.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-rest-crud
|
|
19
|
+
|
|
16
20
|
## [4.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rest-crud@4.0.4...@loopback/example-rest-crud@4.0.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-rest-crud
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-rpc-server.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rpc-server@5.0.5...@loopback/example-rpc-server@5.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-rpc-server
|
|
19
|
+
|
|
16
20
|
## [5.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rpc-server@5.0.4...@loopback/example-rpc-server@5.0.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-rpc-server
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-soap-calculator.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-soap-calculator@5.0.5...@loopback/example-soap-calculator@5.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-soap-calculator
|
|
19
|
+
|
|
16
20
|
## [5.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-soap-calculator@5.0.4...@loopback/example-soap-calculator@5.0.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-soap-calculator
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-socketio.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.6.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-socketio@0.6.5...@loopback/example-socketio@0.6.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-socketio
|
|
19
|
+
|
|
16
20
|
## [0.6.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-socketio@0.6.4...@loopback/example-socketio@0.6.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-socketio
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-todo.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [6.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@6.0.5...@loopback/example-todo@6.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-todo
|
|
19
|
+
|
|
16
20
|
## [6.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@6.0.4...@loopback/example-todo@6.0.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-todo
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-todo-jwt.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [4.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-jwt@4.0.5...@loopback/example-todo-jwt@4.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-todo-jwt
|
|
19
|
+
|
|
16
20
|
## [4.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-jwt@4.0.4...@loopback/example-todo-jwt@4.0.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-todo-jwt
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-todo-list.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [6.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-list@6.0.5...@loopback/example-todo-list@6.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-todo-list
|
|
19
|
+
|
|
16
20
|
## [6.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-list@6.0.4...@loopback/example-todo-list@6.0.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-todo-list
|
|
@@ -13,6 +13,10 @@ permalink: /doc/en/lb4/changelog.example-validation-app.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [4.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-validation-app@4.0.5...@loopback/example-validation-app@4.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-validation-app
|
|
19
|
+
|
|
16
20
|
## [4.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-validation-app@4.0.4...@loopback/example-validation-app@4.0.5) (2022-11-24)
|
|
17
21
|
|
|
18
22
|
**Note:** Version bump only for package @loopback/example-validation-app
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.example-webpack.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.8.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-webpack@0.8.5...@loopback/example-webpack@0.8.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-webpack
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.8.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-webpack@0.8.4...@loopback/example-webpack@0.8.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/example-webpack
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.apiconnect.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.10.6](https://github.com/loopbackio/loopback-next/compare/@loopback/apiconnect@0.10.5...@loopback/apiconnect@0.10.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/apiconnect
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.10.5](https://github.com/loopbackio/loopback-next/compare/@loopback/apiconnect@0.10.4...@loopback/apiconnect@0.10.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/apiconnect
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.authentication-jwt.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.12.6](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication-jwt@0.12.5...@loopback/authentication-jwt@0.12.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/authentication-jwt
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.12.5](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication-jwt@0.12.4...@loopback/authentication-jwt@0.12.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/authentication-jwt
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.authentication-passport.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication-passport@5.0.5...@loopback/authentication-passport@5.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/authentication-passport
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [5.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication-passport@5.0.4...@loopback/authentication-passport@5.0.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/authentication-passport
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.context-explorer.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.8.6](https://github.com/loopbackio/loopback-next/compare/@loopback/context-explorer@0.8.5...@loopback/context-explorer@0.8.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/context-explorer
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.8.5](https://github.com/loopbackio/loopback-next/compare/@loopback/context-explorer@0.8.4...@loopback/context-explorer@0.8.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/context-explorer
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.cron.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.9.6](https://github.com/loopbackio/loopback-next/compare/@loopback/cron@0.9.5...@loopback/cron@0.9.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/cron
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.9.5](https://github.com/loopbackio/loopback-next/compare/@loopback/cron@0.9.4...@loopback/cron@0.9.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/cron
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.graphql.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.8.6](https://github.com/loopbackio/loopback-next/compare/@loopback/graphql@0.8.5...@loopback/graphql@0.8.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/graphql
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.8.5](https://github.com/loopbackio/loopback-next/compare/@loopback/graphql@0.8.4...@loopback/graphql@0.8.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/graphql
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.health.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.11.6](https://github.com/loopbackio/loopback-next/compare/@loopback/health@0.11.5...@loopback/health@0.11.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/health
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.11.5](https://github.com/loopbackio/loopback-next/compare/@loopback/health@0.11.4...@loopback/health@0.11.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/health
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.logging.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.9.6](https://github.com/loopbackio/loopback-next/compare/@loopback/logging@0.9.5...@loopback/logging@0.9.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/logging
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.9.5](https://github.com/loopbackio/loopback-next/compare/@loopback/logging@0.9.4...@loopback/logging@0.9.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/logging
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.metrics.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.11.6](https://github.com/loopbackio/loopback-next/compare/@loopback/metrics@0.11.5...@loopback/metrics@0.11.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/metrics
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.11.5](https://github.com/loopbackio/loopback-next/compare/@loopback/metrics@0.11.4...@loopback/metrics@0.11.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/metrics
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.pooling.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.8.6](https://github.com/loopbackio/loopback-next/compare/@loopback/pooling@0.8.5...@loopback/pooling@0.8.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/pooling
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.8.5](https://github.com/loopbackio/loopback-next/compare/@loopback/pooling@0.8.4...@loopback/pooling@0.8.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/pooling
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.socketio.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.6.6](https://github.com/loopbackio/loopback-next/compare/@loopback/socketio@0.6.5...@loopback/socketio@0.6.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/socketio
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.6.5](https://github.com/loopbackio/loopback-next/compare/@loopback/socketio@0.6.4...@loopback/socketio@0.6.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/socketio
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.typeorm.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.7.6](https://github.com/loopbackio/loopback-next/compare/@loopback/typeorm@0.7.5...@loopback/typeorm@0.7.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/typeorm
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.7.5](https://github.com/loopbackio/loopback-next/compare/@loopback/typeorm@0.7.4...@loopback/typeorm@0.7.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/typeorm
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.mock-oauth2-provider.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.6.6](https://github.com/loopbackio/loopback-next/compare/@loopback/mock-oauth2-provider@0.6.5...@loopback/mock-oauth2-provider@0.6.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/mock-oauth2-provider
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.6.5](https://github.com/loopbackio/loopback-next/compare/@loopback/mock-oauth2-provider@0.6.4...@loopback/mock-oauth2-provider@0.6.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/mock-oauth2-provider
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.authentication.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [9.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication@9.0.5...@loopback/authentication@9.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/authentication
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [9.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication@9.0.4...@loopback/authentication@9.0.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/authentication
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.authorization.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.12.6](https://github.com/loopbackio/loopback-next/compare/@loopback/authorization@0.12.5...@loopback/authorization@0.12.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/authorization
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.12.5](https://github.com/loopbackio/loopback-next/compare/@loopback/authorization@0.12.4...@loopback/authorization@0.12.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/authorization
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.boot.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/boot@5.0.5...@loopback/boot@5.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/boot
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [5.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/boot@5.0.4...@loopback/boot@5.0.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/boot
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.booter-lb3app.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [4.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/booter-lb3app@4.0.5...@loopback/booter-lb3app@4.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/booter-lb3app
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [4.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/booter-lb3app@4.0.4...@loopback/booter-lb3app@4.0.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/booter-lb3app
|
|
@@ -13,7 +13,7 @@ permalink: /doc/en/lb4/changelog.build.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
-
## [9.0.
|
|
16
|
+
## [9.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/build@9.0.6...@loopback/build@9.0.7) (2023-01-09)
|
|
17
17
|
|
|
18
18
|
**Note:** Version bump only for package @loopback/build
|
|
19
19
|
|
|
@@ -21,6 +21,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
24
|
+
# Change Log
|
|
25
|
+
|
|
26
|
+
All notable changes to this project will be documented in this file. See
|
|
27
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
28
|
+
|
|
29
|
+
## [9.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/build@9.0.5...@loopback/build@9.0.6) (2022-12-14)
|
|
30
|
+
|
|
31
|
+
**Note:** Version bump only for package @loopback/build
|
|
32
|
+
|
|
24
33
|
# Change Log
|
|
25
34
|
|
|
26
35
|
All notable changes to this project will be documented in this file. See
|
|
@@ -13,6 +13,19 @@ permalink: /doc/en/lb4/changelog.cli.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [4.1.6](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.1.5...@loopback/cli@4.1.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- **cli:** made changes so update comamnd updates the peerDependencies as well
|
|
21
|
+
([bb755d1](https://github.com/loopbackio/loopback-next/commit/bb755d1240abaedcf7a8d322a9889242982654aa)),
|
|
22
|
+
closes [#9144](https://github.com/loopbackio/loopback-next/issues/9144)
|
|
23
|
+
|
|
24
|
+
# Change Log
|
|
25
|
+
|
|
26
|
+
All notable changes to this project will be documented in this file. See
|
|
27
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
28
|
+
|
|
16
29
|
## [4.1.5](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.1.4...@loopback/cli@4.1.5) (2022-11-24)
|
|
17
30
|
|
|
18
31
|
### Bug Fixes
|
|
@@ -13,6 +13,18 @@ permalink: /doc/en/lb4/changelog.context.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/context@5.0.5...@loopback/context@5.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- use new sessions for lazy resolution with getter/view
|
|
21
|
+
([13e3e10](https://github.com/loopbackio/loopback-next/commit/13e3e10b832abf5a6838e437a7bfcb3d48cd64f3))
|
|
22
|
+
|
|
23
|
+
# Change Log
|
|
24
|
+
|
|
25
|
+
All notable changes to this project will be documented in this file. See
|
|
26
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
27
|
+
|
|
16
28
|
## [5.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/context@5.0.4...@loopback/context@5.0.5) (2022-11-24)
|
|
17
29
|
|
|
18
30
|
**Note:** Version bump only for package @loopback/context
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.core.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [4.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/core@4.0.5...@loopback/core@4.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/core
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [4.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/core@4.0.4...@loopback/core@4.0.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/core
|
|
@@ -13,7 +13,7 @@ permalink: /doc/en/lb4/changelog.eslint-config.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
-
## [13.0.
|
|
16
|
+
## [13.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/eslint-config@13.0.6...@loopback/eslint-config@13.0.7) (2023-01-09)
|
|
17
17
|
|
|
18
18
|
**Note:** Version bump only for package @loopback/eslint-config
|
|
19
19
|
|
|
@@ -21,6 +21,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
24
|
+
# Change Log
|
|
25
|
+
|
|
26
|
+
All notable changes to this project will be documented in this file. See
|
|
27
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
28
|
+
|
|
29
|
+
## [13.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/eslint-config@13.0.5...@loopback/eslint-config@13.0.6) (2022-12-14)
|
|
30
|
+
|
|
31
|
+
**Note:** Version bump only for package @loopback/eslint-config
|
|
32
|
+
|
|
24
33
|
# Change Log
|
|
25
34
|
|
|
26
35
|
All notable changes to this project will be documented in this file. See
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.express.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/express@5.0.5...@loopback/express@5.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/express
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [5.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/express@5.0.4...@loopback/express@5.0.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/express
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.filter.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [3.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/filter@3.0.5...@loopback/filter@3.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/filter
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [3.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/filter@3.0.4...@loopback/filter@3.0.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/filter
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.http-caching-proxy.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [4.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/http-caching-proxy@4.0.5...@loopback/http-caching-proxy@4.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/http-caching-proxy
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [4.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/http-caching-proxy@4.0.4...@loopback/http-caching-proxy@4.0.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/http-caching-proxy
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.http-server.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [4.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/http-server@4.0.5...@loopback/http-server@4.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/http-server
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [4.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/http-server@4.0.4...@loopback/http-server@4.0.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/http-server
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.metadata.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/metadata@5.0.5...@loopback/metadata@5.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/metadata
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [5.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/metadata@5.0.4...@loopback/metadata@5.0.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/metadata
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.model-api-builder.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [4.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/model-api-builder@4.0.5...@loopback/model-api-builder@4.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/model-api-builder
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [4.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/model-api-builder@4.0.4...@loopback/model-api-builder@4.0.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/model-api-builder
|
|
@@ -13,7 +13,7 @@ permalink: /doc/en/lb4/changelog.monorepo.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
-
## [0.5.
|
|
16
|
+
## [0.5.7](https://github.com/loopbackio/loopback-next/compare/@loopback/monorepo@0.5.6...@loopback/monorepo@0.5.7) (2023-01-09)
|
|
17
17
|
|
|
18
18
|
**Note:** Version bump only for package @loopback/monorepo
|
|
19
19
|
|
|
@@ -21,6 +21,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
24
|
+
# Change Log
|
|
25
|
+
|
|
26
|
+
All notable changes to this project will be documented in this file. See
|
|
27
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
28
|
+
|
|
29
|
+
## [0.5.6](https://github.com/loopbackio/loopback-next/compare/@loopback/monorepo@0.5.5...@loopback/monorepo@0.5.6) (2022-12-14)
|
|
30
|
+
|
|
31
|
+
**Note:** Version bump only for package @loopback/monorepo
|
|
32
|
+
|
|
24
33
|
# Change Log
|
|
25
34
|
|
|
26
35
|
All notable changes to this project will be documented in this file. See
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.openapi-spec-builder.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/openapi-spec-builder@5.0.5...@loopback/openapi-spec-builder@5.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/openapi-spec-builder
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [5.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/openapi-spec-builder@5.0.4...@loopback/openapi-spec-builder@5.0.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/openapi-spec-builder
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.openapi-v3.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [8.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/openapi-v3@8.0.5...@loopback/openapi-v3@8.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/openapi-v3
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [8.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/openapi-v3@8.0.4...@loopback/openapi-v3@8.0.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/openapi-v3
|
|
@@ -13,6 +13,18 @@ permalink: /doc/en/lb4/changelog.repository.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository@5.1.0...@loopback/repository@5.1.1) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- fix build errors for TS 4.9.x
|
|
21
|
+
([9ab73bf](https://github.com/loopbackio/loopback-next/commit/9ab73bfd74e478b0640e26b218a493086cd31d23))
|
|
22
|
+
|
|
23
|
+
# Change Log
|
|
24
|
+
|
|
25
|
+
All notable changes to this project will be documented in this file. See
|
|
26
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
27
|
+
|
|
16
28
|
# [5.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository@5.0.4...@loopback/repository@5.1.0) (2022-11-24)
|
|
17
29
|
|
|
18
30
|
### Bug Fixes
|
|
@@ -13,6 +13,23 @@ permalink: /doc/en/lb4/changelog.repository-json-schema.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
# [6.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@6.0.5...@loopback/repository-json-schema@6.1.0) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- fix build errors for TS 4.9.x
|
|
21
|
+
([9ab73bf](https://github.com/loopbackio/loopback-next/commit/9ab73bfd74e478b0640e26b218a493086cd31d23))
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
- **cli:** enum relations in openapispec relation object
|
|
26
|
+
([46fb08e](https://github.com/loopbackio/loopback-next/commit/46fb08eababa66a53ae0fd797445514873dcb422))
|
|
27
|
+
|
|
28
|
+
# Change Log
|
|
29
|
+
|
|
30
|
+
All notable changes to this project will be documented in this file. See
|
|
31
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
32
|
+
|
|
16
33
|
## [6.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@6.0.4...@loopback/repository-json-schema@6.0.5) (2022-11-24)
|
|
17
34
|
|
|
18
35
|
**Note:** Version bump only for package @loopback/repository-json-schema
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.repository-tests.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.21.6](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-tests@0.21.5...@loopback/repository-tests@0.21.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/repository-tests
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.21.5](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-tests@0.21.4...@loopback/repository-tests@0.21.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/repository-tests
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.rest.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [12.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@12.0.5...@loopback/rest@12.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/rest
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [12.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@12.0.4...@loopback/rest@12.0.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/rest
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.rest-crud.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.15.5](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-crud@0.15.4...@loopback/rest-crud@0.15.5) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/rest-crud
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.15.4](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-crud@0.15.3...@loopback/rest-crud@0.15.4) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/rest-crud
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.rest-explorer.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-explorer@5.0.5...@loopback/rest-explorer@5.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/rest-explorer
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [5.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-explorer@5.0.4...@loopback/rest-explorer@5.0.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/rest-explorer
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.security.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.8.6](https://github.com/loopbackio/loopback-next/compare/@loopback/security@0.8.5...@loopback/security@0.8.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/security
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [0.8.5](https://github.com/loopbackio/loopback-next/compare/@loopback/security@0.8.4...@loopback/security@0.8.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/security
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.service-proxy.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/service-proxy@5.0.5...@loopback/service-proxy@5.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/service-proxy
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [5.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/service-proxy@5.0.4...@loopback/service-proxy@5.0.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/service-proxy
|
|
@@ -13,7 +13,7 @@ permalink: /doc/en/lb4/changelog.testlab.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
-
## [5.0.
|
|
16
|
+
## [5.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/testlab@5.0.6...@loopback/testlab@5.0.7) (2023-01-09)
|
|
17
17
|
|
|
18
18
|
**Note:** Version bump only for package @loopback/testlab
|
|
19
19
|
|
|
@@ -21,6 +21,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
24
|
+
# Change Log
|
|
25
|
+
|
|
26
|
+
All notable changes to this project will be documented in this file. See
|
|
27
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
28
|
+
|
|
29
|
+
## [5.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/testlab@5.0.5...@loopback/testlab@5.0.6) (2022-12-14)
|
|
30
|
+
|
|
31
|
+
**Note:** Version bump only for package @loopback/testlab
|
|
32
|
+
|
|
24
33
|
# Change Log
|
|
25
34
|
|
|
26
35
|
All notable changes to this project will be documented in this file. See
|
|
@@ -13,6 +13,15 @@ permalink: /doc/en/lb4/changelog.tsdocs.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file. See
|
|
14
14
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [4.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/tsdocs@4.0.5...@loopback/tsdocs@4.0.6) (2022-12-14)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/tsdocs
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
16
25
|
## [4.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/tsdocs@4.0.4...@loopback/tsdocs@4.0.5) (2022-11-24)
|
|
17
26
|
|
|
18
27
|
**Note:** Version bump only for package @loopback/tsdocs
|