@loopback/docs 6.0.6 → 7.0.0
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 +18 -0
- package/package.json +4 -4
- package/site/apidocs/authentication.authenticate.md +3 -3
- package/site/apidocs/authentication.authenticate.skip.md +5 -1
- package/site/apidocs/authorization.authorize.allow.md +12 -1
- package/site/apidocs/authorization.authorize.allowall.md +5 -1
- package/site/apidocs/authorization.authorize.allowallexcept.md +12 -1
- package/site/apidocs/authorization.authorize.allowauthenticated.md +5 -1
- package/site/apidocs/authorization.authorize.deny.md +12 -1
- package/site/apidocs/authorization.authorize.denyall.md +5 -1
- package/site/apidocs/authorization.authorize.denyallexcept.md +12 -1
- package/site/apidocs/authorization.authorize.denyunauthenticated.md +5 -1
- package/site/apidocs/authorization.authorize.md +13 -13
- package/site/apidocs/authorization.authorize.scope.md +12 -1
- package/site/apidocs/authorization.authorize.skip.md +5 -1
- package/site/apidocs/authorization.authorize.vote.md +12 -1
- package/site/apidocs/context.config.getter.md +13 -1
- package/site/apidocs/context.config.md +4 -4
- package/site/apidocs/context.config.view.md +13 -1
- package/site/apidocs/context.inject.binding.md +12 -1
- package/site/apidocs/context.inject.context.md +4 -1
- package/site/apidocs/context.inject.getter.md +13 -1
- package/site/apidocs/context.inject.md +8 -8
- package/site/apidocs/context.inject.setter.md +13 -1
- package/site/apidocs/context.inject.tag.md +12 -1
- package/site/apidocs/context.inject.view.md +12 -1
- package/site/apidocs/filter.operators.md +1 -1
- package/site/apidocs/openapi-v3.param.array.md +13 -1
- package/site/apidocs/openapi-v3.param.md +1 -1
- package/site/apidocs/openapi-v3.requestbody.array.md +12 -1
- package/site/apidocs/openapi-v3.requestbody.file.md +11 -1
- package/site/apidocs/openapi-v3.requestbody.md +4 -4
- package/site/apidocs/openapi-v3.response.file.md +11 -1
- package/site/apidocs/openapi-v3.response.md +3 -3
- package/site/apidocs/sequelize.sequelizecrudrepository.buildsequelizeorder.md +3 -1
- package/site/apidocs/sequelize.sequelizecrudrepository.md +1 -1
- package/site/apidocs/socketio.getnamespacekeyforname.md +12 -1
- package/site/apidocs/socketio.md +1 -1
- package/site/apidocs/testlab.inject.md +13 -1
- package/site/apidocs/testlab.md +1 -1
- package/site/changelogs/bodyparsers/rest-msgpack/CHANGELOG.md +8 -0
- package/site/changelogs/examples/access-control-migration/CHANGELOG.md +8 -0
- package/site/changelogs/examples/binding-resolution/CHANGELOG.md +8 -0
- package/site/changelogs/examples/context/CHANGELOG.md +8 -0
- package/site/changelogs/examples/express-composition/CHANGELOG.md +8 -0
- package/site/changelogs/examples/file-transfer/CHANGELOG.md +8 -0
- package/site/changelogs/examples/graphql/CHANGELOG.md +8 -0
- package/site/changelogs/examples/greeter-extension/CHANGELOG.md +8 -0
- package/site/changelogs/examples/greeting-app/CHANGELOG.md +8 -0
- package/site/changelogs/examples/hello-world/CHANGELOG.md +8 -0
- package/site/changelogs/examples/lb3-application/CHANGELOG.md +8 -0
- package/site/changelogs/examples/log-extension/CHANGELOG.md +8 -0
- package/site/changelogs/examples/metrics-prometheus/CHANGELOG.md +8 -0
- package/site/changelogs/examples/multi-tenancy/CHANGELOG.md +8 -0
- package/site/changelogs/examples/passport-login/CHANGELOG.md +8 -0
- package/site/changelogs/examples/references-many/CHANGELOG.md +8 -0
- package/site/changelogs/examples/rest-crud/CHANGELOG.md +8 -0
- package/site/changelogs/examples/rpc-server/CHANGELOG.md +8 -0
- package/site/changelogs/examples/soap-calculator/CHANGELOG.md +8 -0
- package/site/changelogs/examples/socketio/CHANGELOG.md +8 -0
- package/site/changelogs/examples/todo/CHANGELOG.md +8 -0
- package/site/changelogs/examples/todo-jwt/CHANGELOG.md +8 -0
- package/site/changelogs/examples/todo-list/CHANGELOG.md +8 -0
- package/site/changelogs/examples/validation-app/CHANGELOG.md +8 -0
- package/site/changelogs/examples/webpack/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/apiconnect/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/authentication-jwt/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/authentication-passport/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/context-explorer/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/cron/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/graphql/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/health/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/logging/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/metrics/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/pooling/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/sequelize/CHANGELOG.md +13 -0
- package/site/changelogs/extensions/socketio/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/typeorm/CHANGELOG.md +8 -0
- package/site/changelogs/packages/authentication/CHANGELOG.md +8 -0
- package/site/changelogs/packages/authorization/CHANGELOG.md +8 -0
- package/site/changelogs/packages/boot/CHANGELOG.md +8 -0
- package/site/changelogs/packages/booter-lb3app/CHANGELOG.md +8 -0
- package/site/changelogs/packages/build/CHANGELOG.md +18 -0
- package/site/changelogs/packages/cli/CHANGELOG.md +8 -0
- package/site/changelogs/packages/context/CHANGELOG.md +8 -0
- package/site/changelogs/packages/core/CHANGELOG.md +8 -0
- package/site/changelogs/packages/eslint-config/CHANGELOG.md +23 -0
- package/site/changelogs/packages/express/CHANGELOG.md +8 -0
- package/site/changelogs/packages/filter/CHANGELOG.md +8 -0
- package/site/changelogs/packages/http-caching-proxy/CHANGELOG.md +8 -0
- package/site/changelogs/packages/http-server/CHANGELOG.md +8 -0
- package/site/changelogs/packages/metadata/CHANGELOG.md +8 -0
- package/site/changelogs/packages/model-api-builder/CHANGELOG.md +8 -0
- package/site/changelogs/packages/openapi-spec-builder/CHANGELOG.md +8 -0
- package/site/changelogs/packages/openapi-v3/CHANGELOG.md +8 -0
- package/site/changelogs/packages/repository/CHANGELOG.md +8 -0
- package/site/changelogs/packages/repository-json-schema/CHANGELOG.md +8 -0
- package/site/changelogs/packages/repository-tests/CHANGELOG.md +8 -0
- package/site/changelogs/packages/rest/CHANGELOG.md +8 -0
- package/site/changelogs/packages/rest-crud/CHANGELOG.md +8 -0
- package/site/changelogs/packages/rest-explorer/CHANGELOG.md +8 -0
- package/site/changelogs/packages/security/CHANGELOG.md +8 -0
- package/site/changelogs/packages/service-proxy/CHANGELOG.md +8 -0
- package/site/changelogs/packages/testlab/CHANGELOG.md +18 -0
- package/site/changelogs/packages/tsdocs/CHANGELOG.md +8 -0
|
@@ -11,7 +11,7 @@ permalink: /doc/en/lb4/apidocs.openapi-v3.param.array.html
|
|
|
11
11
|
|
|
12
12
|
[Home](./index.md) > [@loopback/openapi-v3](./openapi-v3.md) > [param](./openapi-v3.param.md) > [array](./openapi-v3.param.array.md)
|
|
13
13
|
|
|
14
|
-
## param.array
|
|
14
|
+
## param.array() function
|
|
15
15
|
|
|
16
16
|
Define a parameter of `array` type.
|
|
17
17
|
|
|
@@ -21,6 +21,18 @@ Define a parameter of `array` type.
|
|
|
21
21
|
array: (name: string, source: ParameterLocation, itemSpec: SchemaObject | ReferenceObject) => (target: object, member: string, index: number) => void
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
+
## Parameters
|
|
25
|
+
|
|
26
|
+
| Parameter | Type | Description |
|
|
27
|
+
| --- | --- | --- |
|
|
28
|
+
| name | string | Parameter name |
|
|
29
|
+
| source | ParameterLocation | Source of the parameter value |
|
|
30
|
+
| itemSpec | SchemaObject \| ReferenceObject | Item type for the array or the full item object |
|
|
31
|
+
|
|
32
|
+
**Returns:**
|
|
33
|
+
|
|
34
|
+
(target: object, member: string, index: number) => void
|
|
35
|
+
|
|
24
36
|
## Example
|
|
25
37
|
|
|
26
38
|
|
|
@@ -25,6 +25,7 @@ export declare namespace param
|
|
|
25
25
|
|
|
26
26
|
| Function | Description |
|
|
27
27
|
| --- | --- |
|
|
28
|
+
| [array(name, source, itemSpec)](./openapi-v3.param.array.md) | Define a parameter of <code>array</code> type. |
|
|
28
29
|
| [filter(modelCtor, options)](./openapi-v3.param.filter.md) | Sugar decorator for <code>filter</code> query parameter |
|
|
29
30
|
| [where(modelCtor, name)](./openapi-v3.param.where.md) | Sugar decorator for <code>where</code> query parameter |
|
|
30
31
|
|
|
@@ -32,7 +33,6 @@ export declare namespace param
|
|
|
32
33
|
|
|
33
34
|
| Variable | Description |
|
|
34
35
|
| --- | --- |
|
|
35
|
-
| [array](./openapi-v3.param.array.md) | Define a parameter of <code>array</code> type. |
|
|
36
36
|
| [header](./openapi-v3.param.header.md) | Header parameter decorator |
|
|
37
37
|
| [path](./openapi-v3.param.path.md) | Path parameter decorator |
|
|
38
38
|
| [query](./openapi-v3.param.query.md) | Query parameter decorator |
|
|
@@ -11,7 +11,7 @@ permalink: /doc/en/lb4/apidocs.openapi-v3.requestbody.array.html
|
|
|
11
11
|
|
|
12
12
|
[Home](./index.md) > [@loopback/openapi-v3](./openapi-v3.md) > [requestBody](./openapi-v3.requestbody.md) > [array](./openapi-v3.requestbody.array.md)
|
|
13
13
|
|
|
14
|
-
## requestBody.array
|
|
14
|
+
## requestBody.array() function
|
|
15
15
|
|
|
16
16
|
Define a requestBody of `array` type.
|
|
17
17
|
|
|
@@ -24,6 +24,17 @@ array: (itemSpec: SchemaObject | ReferenceObject, properties?: {
|
|
|
24
24
|
}) => (target: object, member: string, index: number) => void
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
+
## Parameters
|
|
28
|
+
|
|
29
|
+
| Parameter | Type | Description |
|
|
30
|
+
| --- | --- | --- |
|
|
31
|
+
| itemSpec | SchemaObject \| ReferenceObject | the full item object |
|
|
32
|
+
| properties | { description?: string; required?: boolean; } | _(Optional)_ The requestBody properties other than <code>content</code> |
|
|
33
|
+
|
|
34
|
+
**Returns:**
|
|
35
|
+
|
|
36
|
+
(target: object, member: string, index: number) => void
|
|
37
|
+
|
|
27
38
|
## Example
|
|
28
39
|
|
|
29
40
|
|
|
@@ -11,7 +11,7 @@ permalink: /doc/en/lb4/apidocs.openapi-v3.requestbody.file.html
|
|
|
11
11
|
|
|
12
12
|
[Home](./index.md) > [@loopback/openapi-v3](./openapi-v3.md) > [requestBody](./openapi-v3.requestbody.md) > [file](./openapi-v3.requestbody.file.md)
|
|
13
13
|
|
|
14
|
-
## requestBody.file
|
|
14
|
+
## requestBody.file() function
|
|
15
15
|
|
|
16
16
|
Define a requestBody of `file` type. This is used to support multipart/form-data based file upload. Use `@requestBody` for other content types.
|
|
17
17
|
|
|
@@ -26,6 +26,16 @@ file: (properties?: {
|
|
|
26
26
|
}) => (target: object, member: string, index: number) => void
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
+
## Parameters
|
|
30
|
+
|
|
31
|
+
| Parameter | Type | Description |
|
|
32
|
+
| --- | --- | --- |
|
|
33
|
+
| properties | { description?: string; required?: boolean; } | _(Optional)_ Optional description and required flag |
|
|
34
|
+
|
|
35
|
+
**Returns:**
|
|
36
|
+
|
|
37
|
+
(target: object, member: string, index: number) => void
|
|
38
|
+
|
|
29
39
|
## Example
|
|
30
40
|
|
|
31
41
|
import {<!-- -->Request<!-- -->} from '<!-- -->@<!-- -->loopback/rest';
|
|
@@ -19,11 +19,11 @@ permalink: /doc/en/lb4/apidocs.openapi-v3.requestbody.html
|
|
|
19
19
|
export declare namespace requestBody
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## Functions
|
|
23
23
|
|
|
24
|
-
|
|
|
24
|
+
| Function | Description |
|
|
25
25
|
| --- | --- |
|
|
26
|
-
| [array](./openapi-v3.requestbody.array.md) | Define a requestBody of <code>array</code> type. |
|
|
27
|
-
| [file](./openapi-v3.requestbody.file.md) | <p>Define a requestBody of <code>file</code> type. This is used to support multipart/form-data based file upload. Use <code>@requestBody</code> for other content types.</p><p>[OpenAPI file upload](https://swagger.io/docs/specification/describing-request-body/file-upload)</p> |
|
|
26
|
+
| [array(itemSpec, properties)](./openapi-v3.requestbody.array.md) | Define a requestBody of <code>array</code> type. |
|
|
27
|
+
| [file(properties)](./openapi-v3.requestbody.file.md) | <p>Define a requestBody of <code>file</code> type. This is used to support multipart/form-data based file upload. Use <code>@requestBody</code> for other content types.</p><p>[OpenAPI file upload](https://swagger.io/docs/specification/describing-request-body/file-upload)</p> |
|
|
28
28
|
|
|
29
29
|
|
|
@@ -11,7 +11,7 @@ permalink: /doc/en/lb4/apidocs.openapi-v3.response.file.html
|
|
|
11
11
|
|
|
12
12
|
[Home](./index.md) > [@loopback/openapi-v3](./openapi-v3.md) > [response](./openapi-v3.response.md) > [file](./openapi-v3.response.file.md)
|
|
13
13
|
|
|
14
|
-
## response.file
|
|
14
|
+
## response.file() function
|
|
15
15
|
|
|
16
16
|
Decorate the response as a file
|
|
17
17
|
|
|
@@ -21,6 +21,16 @@ Decorate the response as a file
|
|
|
21
21
|
file: (...mediaTypes: string[]) => MethodDecorator
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
+
## Parameters
|
|
25
|
+
|
|
26
|
+
| Parameter | Type | Description |
|
|
27
|
+
| --- | --- | --- |
|
|
28
|
+
| mediaTypes | string\[\] | A list of media types for the file response. It's default to <code>['application/octet-stream']</code>. |
|
|
29
|
+
|
|
30
|
+
**Returns:**
|
|
31
|
+
|
|
32
|
+
MethodDecorator
|
|
33
|
+
|
|
24
34
|
## Example
|
|
25
35
|
|
|
26
36
|
|
|
@@ -19,10 +19,10 @@ permalink: /doc/en/lb4/apidocs.openapi-v3.response.html
|
|
|
19
19
|
export declare namespace response
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## Functions
|
|
23
23
|
|
|
24
|
-
|
|
|
24
|
+
| Function | Description |
|
|
25
25
|
| --- | --- |
|
|
26
|
-
| [file](./openapi-v3.response.file.md) | Decorate the response as a file |
|
|
26
|
+
| [file(mediaTypes)](./openapi-v3.response.file.md) | Decorate the response as a file |
|
|
27
27
|
|
|
28
28
|
|
|
@@ -13,7 +13,9 @@ permalink: /doc/en/lb4/apidocs.sequelize.sequelizecrudrepository.buildsequelizeo
|
|
|
13
13
|
|
|
14
14
|
## SequelizeCrudRepository.buildSequelizeOrder() method
|
|
15
15
|
|
|
16
|
-
Get Sequelize Order filter value from loopback style order value
|
|
16
|
+
Get Sequelize Order filter value from loopback style order value.
|
|
17
|
+
|
|
18
|
+
It also supports passing associations in the order array to sort by nested models. Example: `["user email ASC"]`<!-- -->.
|
|
17
19
|
|
|
18
20
|
**Signature:**
|
|
19
21
|
|
|
@@ -48,7 +48,7 @@ export declare class SequelizeCrudRepository<T extends Entity, ID, Relations ext
|
|
|
48
48
|
| [beginTransaction(options)](./sequelize.sequelizecrudrepository.begintransaction.md) | | |
|
|
49
49
|
| [buildSequelizeAttributeFilter(fields)](./sequelize.sequelizecrudrepository.buildsequelizeattributefilter.md) | <code>protected</code> | Get Sequelize <code>attributes</code> filter value from <code>fields</code> of loopback. |
|
|
50
50
|
| [buildSequelizeIncludeFilter(inclusionFilters, sourceModel)](./sequelize.sequelizecrudrepository.buildsequelizeincludefilter.md) | <code>protected</code> | Build Sequelize compatible <code>include</code> filter |
|
|
51
|
-
| [buildSequelizeOrder(order)](./sequelize.sequelizecrudrepository.buildsequelizeorder.md) | <code>protected</code> | Get Sequelize Order filter value from loopback style order value |
|
|
51
|
+
| [buildSequelizeOrder(order)](./sequelize.sequelizecrudrepository.buildsequelizeorder.md) | <code>protected</code> | <p>Get Sequelize Order filter value from loopback style order value.</p><p>It also supports passing associations in the order array to sort by nested models. Example: <code>["user email ASC"]</code>.</p> |
|
|
52
52
|
| [buildSequelizeWhere(where)](./sequelize.sequelizecrudrepository.buildsequelizewhere.md) | <code>protected</code> | Build Sequelize compatible where condition object |
|
|
53
53
|
| [count(where, options)](./sequelize.sequelizecrudrepository.count.md) | | |
|
|
54
54
|
| [create(entity, options)](./sequelize.sequelizecrudrepository.create.md) | | |
|
|
@@ -11,11 +11,22 @@ permalink: /doc/en/lb4/apidocs.socketio.getnamespacekeyforname.html
|
|
|
11
11
|
|
|
12
12
|
[Home](./index.md) > [@loopback/socketio](./socketio.md) > [getNamespaceKeyForName](./socketio.getnamespacekeyforname.md)
|
|
13
13
|
|
|
14
|
-
## getNamespaceKeyForName
|
|
14
|
+
## getNamespaceKeyForName() function
|
|
15
15
|
|
|
16
16
|
**Signature:**
|
|
17
17
|
|
|
18
18
|
```typescript
|
|
19
19
|
getNamespaceKeyForName: (name: string) => string
|
|
20
20
|
```
|
|
21
|
+
|
|
22
|
+
## Parameters
|
|
23
|
+
|
|
24
|
+
| Parameter | Type | Description |
|
|
25
|
+
| --- | --- | --- |
|
|
26
|
+
| name | string | |
|
|
27
|
+
|
|
28
|
+
**Returns:**
|
|
29
|
+
|
|
30
|
+
string
|
|
31
|
+
|
|
21
32
|
|
package/site/apidocs/socketio.md
CHANGED
|
@@ -34,6 +34,7 @@ permalink: /doc/en/lb4/apidocs.socketio.html
|
|
|
34
34
|
|
|
35
35
|
| Function | Description |
|
|
36
36
|
| --- | --- |
|
|
37
|
+
| [getNamespaceKeyForName(name)](./socketio.getnamespacekeyforname.md) | |
|
|
37
38
|
| [getSocketIoMetadata(controllerClass)](./socketio.getsocketiometadata.md) | |
|
|
38
39
|
| [socketio(spec)](./socketio.socketio.md) | Decorate a socketio controller class to specify the namespace. |
|
|
39
40
|
|
|
@@ -59,7 +60,6 @@ permalink: /doc/en/lb4/apidocs.socketio.html
|
|
|
59
60
|
| Variable | Description |
|
|
60
61
|
| --- | --- |
|
|
61
62
|
| [ERR\_NO\_MULTI\_SERVER](./socketio.err_no_multi_server.md) | |
|
|
62
|
-
| [getNamespaceKeyForName](./socketio.getnamespacekeyforname.md) | |
|
|
63
63
|
| [SOCKET\_IO\_CONNECT\_METADATA](./socketio.socket_io_connect_metadata.md) | |
|
|
64
64
|
| [SOCKET\_IO\_METADATA](./socketio.socket_io_metadata.md) | |
|
|
65
65
|
| [SOCKET\_IO\_SUBSCRIBE\_METADATA](./socketio.socket_io_subscribe_metadata.md) | |
|
|
@@ -11,11 +11,23 @@ permalink: /doc/en/lb4/apidocs.testlab.inject.html
|
|
|
11
11
|
|
|
12
12
|
[Home](./index.md) > [@loopback/testlab](./testlab.md) > [inject](./testlab.inject.md)
|
|
13
13
|
|
|
14
|
-
## inject
|
|
14
|
+
## inject() function
|
|
15
15
|
|
|
16
16
|
**Signature:**
|
|
17
17
|
|
|
18
18
|
```typescript
|
|
19
19
|
inject: (dispatchFunc: ShotListener, options: ShotRequestOptions) => Promise<ResponseObject>
|
|
20
20
|
```
|
|
21
|
+
|
|
22
|
+
## Parameters
|
|
23
|
+
|
|
24
|
+
| Parameter | Type | Description |
|
|
25
|
+
| --- | --- | --- |
|
|
26
|
+
| dispatchFunc | ShotListener | |
|
|
27
|
+
| options | ShotRequestOptions | |
|
|
28
|
+
|
|
29
|
+
**Returns:**
|
|
30
|
+
|
|
31
|
+
Promise<ResponseObject>
|
|
32
|
+
|
|
21
33
|
|
package/site/apidocs/testlab.md
CHANGED
|
@@ -38,6 +38,7 @@ Test utilities to help write LoopBack 4 tests:
|
|
|
38
38
|
| [givenHttpServerConfig(customConfig)](./testlab.givenhttpserverconfig.md) | Create an HTTP-server configuration that works well in test environments. - Ask the operating system to assign a free (ephemeral) port. - Use IPv4 localhost <code>127.0.0.1</code> to avoid known IPv6 issues in Docker-based environments like Travis-CI. - Provide default TLS key & cert when <code>protocol</code> is set to <code>https</code>. |
|
|
39
39
|
| [httpGetAsync(urlString, agent)](./testlab.httpgetasync.md) | Async wrapper for making HTTP GET requests |
|
|
40
40
|
| [httpsGetAsync(urlString, agent)](./testlab.httpsgetasync.md) | Async wrapper for making HTTPS GET requests |
|
|
41
|
+
| [inject(dispatchFunc, options)](./testlab.inject.md) | |
|
|
41
42
|
| [skipIf(skip, verb, name, args)](./testlab.skipif.md) | Helper function for skipping tests when a certain condition is met. |
|
|
42
43
|
| [skipOnTravis(verb, name, args)](./testlab.skipontravis.md) | Helper function for skipping tests on Travis CI. |
|
|
43
44
|
| [stubExpressContext(requestOptions)](./testlab.stubexpresscontext.md) | |
|
|
@@ -79,7 +80,6 @@ Test utilities to help write LoopBack 4 tests:
|
|
|
79
80
|
| Variable | Description |
|
|
80
81
|
| --- | --- |
|
|
81
82
|
| [expect](./testlab.expect.md) | |
|
|
82
|
-
| [inject](./testlab.inject.md) | |
|
|
83
83
|
|
|
84
84
|
## Type Aliases
|
|
85
85
|
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.10.4...@loopback/rest-msgpack@0.10.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/rest-msgpack
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.10.4](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.10.3...@loopback/rest-msgpack@0.10.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/rest-msgpack
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@6.1.4...@loopback/example-access-control-migration@6.1.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-access-control-migration
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [6.1.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@6.1.3...@loopback/example-access-control-migration@6.1.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-access-control-migration
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.9.4...@loopback/example-binding-resolution@0.9.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-binding-resolution
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.9.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.9.3...@loopback/example-binding-resolution@0.9.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-binding-resolution
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@6.1.4...@loopback/example-context@6.1.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-context
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [6.1.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@6.1.3...@loopback/example-context@6.1.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-context
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@6.1.4...@loopback/example-express-composition@6.1.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-express-composition
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [6.1.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@6.1.3...@loopback/example-express-composition@6.1.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-express-composition
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@5.1.4...@loopback/example-file-transfer@5.1.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-file-transfer
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [5.1.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@5.1.3...@loopback/example-file-transfer@5.1.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-file-transfer
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.9.4...@loopback/example-graphql@0.9.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-graphql
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.9.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.9.3...@loopback/example-graphql@0.9.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-graphql
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@6.1.4...@loopback/example-greeter-extension@6.1.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-greeter-extension
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [6.1.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@6.1.3...@loopback/example-greeter-extension@6.1.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-greeter-extension
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@6.1.4...@loopback/example-greeting-app@6.1.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-greeting-app
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [6.1.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@6.1.3...@loopback/example-greeting-app@6.1.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-greeting-app
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@6.1.4...@loopback/example-hello-world@6.1.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-hello-world
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [6.1.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@6.1.3...@loopback/example-hello-world@6.1.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-hello-world
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@6.1.4...@loopback/example-lb3-application@6.1.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-lb3-application
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [6.1.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@6.1.3...@loopback/example-lb3-application@6.1.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-lb3-application
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@6.1.4...@loopback/example-log-extension@6.1.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-log-extension
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [6.1.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@6.1.3...@loopback/example-log-extension@6.1.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-log-extension
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.12.4...@loopback/example-metrics-prometheus@0.12.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-metrics-prometheus
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.12.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.12.3...@loopback/example-metrics-prometheus@0.12.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-metrics-prometheus
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-multi-tenancy@0.15.4...@loopback/example-multi-tenancy@0.15.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-multi-tenancy
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.15.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-multi-tenancy@0.15.3...@loopback/example-multi-tenancy@0.15.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-multi-tenancy
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-passport-login@5.1.4...@loopback/example-passport-login@5.1.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-passport-login
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [5.1.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-passport-login@5.1.3...@loopback/example-passport-login@5.1.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-passport-login
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-references-many@7.1.4...@loopback/example-references-many@7.1.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-references-many
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [7.1.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-references-many@7.1.3...@loopback/example-references-many@7.1.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-references-many
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rest-crud@5.1.4...@loopback/example-rest-crud@5.1.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-rest-crud
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [5.1.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rest-crud@5.1.3...@loopback/example-rest-crud@5.1.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-rest-crud
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rpc-server@6.1.4...@loopback/example-rpc-server@6.1.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-rpc-server
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [6.1.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rpc-server@6.1.3...@loopback/example-rpc-server@6.1.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-rpc-server
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-soap-calculator@6.1.4...@loopback/example-soap-calculator@6.1.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-soap-calculator
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [6.1.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-soap-calculator@6.1.3...@loopback/example-soap-calculator@6.1.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-soap-calculator
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-socketio@0.8.4...@loopback/example-socketio@0.8.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-socketio
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.8.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-socketio@0.8.3...@loopback/example-socketio@0.8.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-socketio
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@7.1.4...@loopback/example-todo@7.1.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-todo
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [7.1.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@7.1.3...@loopback/example-todo@7.1.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-jwt@5.1.4...@loopback/example-todo-jwt@5.1.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-todo-jwt
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [5.1.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-jwt@5.1.3...@loopback/example-todo-jwt@5.1.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-todo-jwt
|
|
@@ -13,6 +13,14 @@ 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.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-list@7.1.4...@loopback/example-todo-list@7.1.5) (2024-01-11)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-todo-list
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [7.1.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-list@7.1.3...@loopback/example-todo-list@7.1.4) (2023-12-12)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/example-todo-list
|