@loopback/docs 6.0.2 → 6.0.4
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 +21 -0
- package/package.json +4 -4
- package/site/Application-generator.md +1 -1
- package/site/Getting-started.md +1 -1
- package/site/Where-filter.md +1 -1
- package/site/apidocs/openapi-v3.requestbody.array.md +1 -1
- package/site/changelogs/bodyparsers/rest-msgpack/CHANGELOG.md +16 -0
- package/site/changelogs/examples/access-control-migration/CHANGELOG.md +16 -0
- package/site/changelogs/examples/binding-resolution/CHANGELOG.md +16 -0
- package/site/changelogs/examples/context/CHANGELOG.md +16 -0
- package/site/changelogs/examples/express-composition/CHANGELOG.md +16 -0
- package/site/changelogs/examples/file-transfer/CHANGELOG.md +16 -0
- package/site/changelogs/examples/graphql/CHANGELOG.md +16 -0
- package/site/changelogs/examples/greeter-extension/CHANGELOG.md +16 -0
- package/site/changelogs/examples/greeting-app/CHANGELOG.md +16 -0
- package/site/changelogs/examples/hello-world/CHANGELOG.md +16 -0
- package/site/changelogs/examples/lb3-application/CHANGELOG.md +16 -0
- package/site/changelogs/examples/log-extension/CHANGELOG.md +16 -0
- package/site/changelogs/examples/metrics-prometheus/CHANGELOG.md +16 -0
- package/site/changelogs/examples/multi-tenancy/CHANGELOG.md +16 -0
- package/site/changelogs/examples/passport-login/CHANGELOG.md +16 -0
- package/site/changelogs/examples/references-many/CHANGELOG.md +16 -0
- package/site/changelogs/examples/rest-crud/CHANGELOG.md +16 -0
- package/site/changelogs/examples/rpc-server/CHANGELOG.md +16 -0
- package/site/changelogs/examples/soap-calculator/CHANGELOG.md +16 -0
- package/site/changelogs/examples/socketio/CHANGELOG.md +16 -0
- package/site/changelogs/examples/todo/CHANGELOG.md +16 -0
- package/site/changelogs/examples/todo-jwt/CHANGELOG.md +16 -0
- package/site/changelogs/examples/todo-list/CHANGELOG.md +16 -0
- package/site/changelogs/examples/validation-app/CHANGELOG.md +16 -0
- package/site/changelogs/examples/webpack/CHANGELOG.md +19 -0
- package/site/changelogs/extensions/apiconnect/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/authentication-jwt/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/authentication-passport/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/context-explorer/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/cron/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/graphql/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/health/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/logging/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/metrics/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/pooling/CHANGELOG.md +19 -0
- package/site/changelogs/extensions/sequelize/CHANGELOG.md +19 -0
- package/site/changelogs/extensions/socketio/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/typeorm/CHANGELOG.md +16 -0
- package/site/changelogs/fixtures/mock-oauth2-provider/CHANGELOG.md +16 -0
- package/site/changelogs/packages/authentication/CHANGELOG.md +16 -0
- package/site/changelogs/packages/authorization/CHANGELOG.md +16 -0
- package/site/changelogs/packages/boot/CHANGELOG.md +16 -0
- package/site/changelogs/packages/booter-lb3app/CHANGELOG.md +16 -0
- package/site/changelogs/packages/build/CHANGELOG.md +19 -0
- package/site/changelogs/packages/cli/CHANGELOG.md +12 -0
- package/site/changelogs/packages/context/CHANGELOG.md +20 -0
- package/site/changelogs/packages/core/CHANGELOG.md +19 -0
- package/site/changelogs/packages/eslint-config/CHANGELOG.md +16 -0
- package/site/changelogs/packages/express/CHANGELOG.md +16 -0
- package/site/changelogs/packages/filter/CHANGELOG.md +8 -0
- package/site/changelogs/packages/http-caching-proxy/CHANGELOG.md +16 -0
- package/site/changelogs/packages/http-server/CHANGELOG.md +16 -0
- package/site/changelogs/packages/metadata/CHANGELOG.md +16 -0
- package/site/changelogs/packages/model-api-builder/CHANGELOG.md +16 -0
- package/site/changelogs/packages/openapi-spec-builder/CHANGELOG.md +16 -0
- package/site/changelogs/packages/openapi-v3/CHANGELOG.md +16 -0
- package/site/changelogs/packages/repository/CHANGELOG.md +19 -0
- package/site/changelogs/packages/repository-json-schema/CHANGELOG.md +16 -0
- package/site/changelogs/packages/repository-tests/CHANGELOG.md +16 -0
- package/site/changelogs/packages/rest/CHANGELOG.md +16 -0
- package/site/changelogs/packages/rest-crud/CHANGELOG.md +16 -0
- package/site/changelogs/packages/rest-explorer/CHANGELOG.md +16 -0
- package/site/changelogs/packages/security/CHANGELOG.md +16 -0
- package/site/changelogs/packages/service-proxy/CHANGELOG.md +16 -0
- package/site/changelogs/packages/testlab/CHANGELOG.md +16 -0
- package/site/changelogs/packages/tsdocs/CHANGELOG.md +19 -0
- package/site/migration/auth/passport.md +2 -2
- package/site/migration/mounting-lb3app.md +1 -1
- package/site/readmes/loopback-next/examples/webpack/README.md +1 -1
- package/site/readmes/loopback-next/sandbox/loopback.io/README.md +147 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,27 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [6.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@6.0.3...@loopback/docs@6.0.4) (2023-09-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @loopback/docs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [6.0.3](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@6.0.2...@loopback/docs@6.0.3) (2023-08-15)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **docs:** fix migration link to Getting-started page ([b63970c](https://github.com/loopbackio/loopback-next/commit/b63970c583d152ed36a2a6d6b10179e79e3bf8f1))
|
|
20
|
+
* **docs:** fix migration/auth/passport section links ([75b40d1](https://github.com/loopbackio/loopback-next/commit/75b40d11d993cfd60c5ea59b12da4c844463c996))
|
|
21
|
+
* **docs:** fix typo in nlike filter query ([e0a81a6](https://github.com/loopbackio/loopback-next/commit/e0a81a60e903517c231aeff62550c1e28df46e6b))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
6
27
|
## [6.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@6.0.1...@loopback/docs@6.0.2) (2023-07-17)
|
|
7
28
|
|
|
8
29
|
**Note:** Version bump only for package @loopback/docs
|
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": "6.0.
|
|
4
|
+
"version": "6.0.4",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"LoopBack",
|
|
7
7
|
"docs"
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"fs-extra": "^11.1.1",
|
|
36
|
-
"tslib": "^2.6.
|
|
36
|
+
"tslib": "^2.6.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@loopback/build": "^10.1.
|
|
39
|
+
"@loopback/build": "^10.1.3"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "9107199cdf1597260ee03e2a903b7db0dec8445d"
|
|
42
42
|
}
|
|
@@ -115,7 +115,7 @@ Here are the first two lines of the
|
|
|
115
115
|
|
|
116
116
|
```
|
|
117
117
|
# Check out https://hub.docker.com/_/node to select a new base image
|
|
118
|
-
FROM node:
|
|
118
|
+
FROM docker.io/library/node:18-slim
|
|
119
119
|
```
|
|
120
120
|
|
|
121
121
|
As the comment suggests, the Docker image name is only a default, and you are
|
package/site/Getting-started.md
CHANGED
|
@@ -42,7 +42,7 @@ Answer the prompts as follows:
|
|
|
42
42
|
```sh
|
|
43
43
|
? Project name: getting-started
|
|
44
44
|
? Project description: Getting started tutorial
|
|
45
|
-
? Project root directory:
|
|
45
|
+
? Project root directory: getting-started
|
|
46
46
|
? Application class name: StarterApplication
|
|
47
47
|
? Select features to enable in the project:
|
|
48
48
|
❯◉ Enable eslint: add a linter with pre-configured lint rules
|
package/site/Where-filter.md
CHANGED
|
@@ -534,7 +534,7 @@ expressions. The regular expression format depends on the backend data source.
|
|
|
534
534
|
Example of like operator:
|
|
535
535
|
|
|
536
536
|
```ts
|
|
537
|
-
await postRepository.find({where: {title: {like: 'M.-st'}}};
|
|
537
|
+
await postRepository.find({where: {title: {like: 'M.-st'}}});
|
|
538
538
|
```
|
|
539
539
|
|
|
540
540
|
Example of nlike operator:
|
|
@@ -31,7 +31,7 @@ array: (itemSpec: SchemaObject | ReferenceObject, properties?: {
|
|
|
31
31
|
export class MyController {
|
|
32
32
|
@post('/greet')
|
|
33
33
|
greet(@requestBody.array(
|
|
34
|
-
{
|
|
34
|
+
{type: 'string'},
|
|
35
35
|
{description: 'an array of names', required: false}
|
|
36
36
|
) names: string[]): string {
|
|
37
37
|
return `Hello, ${names}`;
|
|
@@ -13,6 +13,22 @@ permalink: /doc/en/lb4/changelog.rest-msgpack.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.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.10.1...@loopback/rest-msgpack@0.10.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/rest-msgpack
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [0.10.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.10.0...@loopback/rest-msgpack@0.10.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/rest-msgpack
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [0.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.9.0...@loopback/rest-msgpack@0.10.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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
|
+
## [6.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@6.1.1...@loopback/example-access-control-migration@6.1.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-access-control-migration
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [6.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@6.1.0...@loopback/example-access-control-migration@6.1.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-access-control-migration
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [6.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@6.0.0...@loopback/example-access-control-migration@6.1.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ permalink: /doc/en/lb4/changelog.example-binding-resolution.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.9.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.9.1...@loopback/example-binding-resolution@0.9.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-binding-resolution
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [0.9.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.9.0...@loopback/example-binding-resolution@0.9.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-binding-resolution
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [0.9.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.8.0...@loopback/example-binding-resolution@0.9.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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
|
+
## [6.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@6.1.1...@loopback/example-context@6.1.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-context
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [6.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@6.1.0...@loopback/example-context@6.1.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-context
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [6.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@6.0.0...@loopback/example-context@6.1.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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
|
+
## [6.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@6.1.1...@loopback/example-express-composition@6.1.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-express-composition
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [6.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@6.1.0...@loopback/example-express-composition@6.1.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-express-composition
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [6.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@6.0.0...@loopback/example-express-composition@6.1.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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
|
+
## [5.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@5.1.1...@loopback/example-file-transfer@5.1.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-file-transfer
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [5.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@5.1.0...@loopback/example-file-transfer@5.1.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-file-transfer
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [5.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@5.0.0...@loopback/example-file-transfer@5.1.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ permalink: /doc/en/lb4/changelog.example-graphql.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.9.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.9.1...@loopback/example-graphql@0.9.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-graphql
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [0.9.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.9.0...@loopback/example-graphql@0.9.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-graphql
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [0.9.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.8.0...@loopback/example-graphql@0.9.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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
|
+
## [6.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@6.1.1...@loopback/example-greeter-extension@6.1.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-greeter-extension
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [6.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@6.1.0...@loopback/example-greeter-extension@6.1.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-greeter-extension
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [6.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@6.0.0...@loopback/example-greeter-extension@6.1.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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
|
+
## [6.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@6.1.1...@loopback/example-greeting-app@6.1.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-greeting-app
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [6.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@6.1.0...@loopback/example-greeting-app@6.1.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-greeting-app
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [6.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@6.0.0...@loopback/example-greeting-app@6.1.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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
|
+
## [6.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@6.1.1...@loopback/example-hello-world@6.1.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-hello-world
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [6.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@6.1.0...@loopback/example-hello-world@6.1.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-hello-world
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [6.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@6.0.0...@loopback/example-hello-world@6.1.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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
|
+
## [6.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@6.1.1...@loopback/example-lb3-application@6.1.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-lb3-application
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [6.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@6.1.0...@loopback/example-lb3-application@6.1.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-lb3-application
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [6.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@6.0.0...@loopback/example-lb3-application@6.1.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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
|
+
## [6.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@6.1.1...@loopback/example-log-extension@6.1.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-log-extension
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [6.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@6.1.0...@loopback/example-log-extension@6.1.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-log-extension
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [6.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@6.0.0...@loopback/example-log-extension@6.1.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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.12.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.12.1...@loopback/example-metrics-prometheus@0.12.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-metrics-prometheus
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [0.12.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.12.0...@loopback/example-metrics-prometheus@0.12.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-metrics-prometheus
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [0.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.11.0...@loopback/example-metrics-prometheus@0.12.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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.15.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-multi-tenancy@0.15.1...@loopback/example-multi-tenancy@0.15.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-multi-tenancy
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [0.15.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-multi-tenancy@0.15.0...@loopback/example-multi-tenancy@0.15.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-multi-tenancy
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [0.15.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-multi-tenancy@0.14.0...@loopback/example-multi-tenancy@0.15.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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
|
+
## [5.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-passport-login@5.1.1...@loopback/example-passport-login@5.1.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-passport-login
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [5.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-passport-login@5.1.0...@loopback/example-passport-login@5.1.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-passport-login
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [5.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-passport-login@5.0.0...@loopback/example-passport-login@5.1.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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
|
+
## [7.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-references-many@7.1.1...@loopback/example-references-many@7.1.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-references-many
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [7.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-references-many@7.1.0...@loopback/example-references-many@7.1.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-references-many
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [7.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-references-many@7.0.0...@loopback/example-references-many@7.1.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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
|
+
## [5.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rest-crud@5.1.1...@loopback/example-rest-crud@5.1.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-rest-crud
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [5.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rest-crud@5.1.0...@loopback/example-rest-crud@5.1.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-rest-crud
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [5.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rest-crud@5.0.0...@loopback/example-rest-crud@5.1.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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
|
+
## [6.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rpc-server@6.1.1...@loopback/example-rpc-server@6.1.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-rpc-server
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [6.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rpc-server@6.1.0...@loopback/example-rpc-server@6.1.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-rpc-server
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [6.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rpc-server@6.0.0...@loopback/example-rpc-server@6.1.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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
|
+
## [6.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-soap-calculator@6.1.1...@loopback/example-soap-calculator@6.1.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-soap-calculator
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [6.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-soap-calculator@6.1.0...@loopback/example-soap-calculator@6.1.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-soap-calculator
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [6.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-soap-calculator@6.0.0...@loopback/example-soap-calculator@6.1.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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.8.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-socketio@0.8.1...@loopback/example-socketio@0.8.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-socketio
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [0.8.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-socketio@0.8.0...@loopback/example-socketio@0.8.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-socketio
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [0.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-socketio@0.7.0...@loopback/example-socketio@0.8.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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
|
+
## [7.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@7.1.1...@loopback/example-todo@7.1.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-todo
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [7.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@7.1.0...@loopback/example-todo@7.1.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-todo
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [7.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@7.0.0...@loopback/example-todo@7.1.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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
|
+
## [5.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-jwt@5.1.1...@loopback/example-todo-jwt@5.1.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-todo-jwt
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [5.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-jwt@5.1.0...@loopback/example-todo-jwt@5.1.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-todo-jwt
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [5.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-jwt@5.0.0...@loopback/example-todo-jwt@5.1.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,22 @@ 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
|
+
## [7.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-list@7.1.1...@loopback/example-todo-list@7.1.2) (2023-08-15)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-todo-list
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [7.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-list@7.1.0...@loopback/example-todo-list@7.1.1) (2023-07-17)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/example-todo-list
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [7.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-list@7.0.0...@loopback/example-todo-list@7.1.0) (2023-06-28)
|
|
17
33
|
|
|
18
34
|
|