@loopback/docs 4.0.0 → 4.0.3
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 +27 -0
- package/package.json +4 -4
- package/site/Setting-debug-strings.md +32 -1
- package/site/apidocs/graphql.graphqlserver.exportgraphqlschema.md +2 -5
- package/site/apidocs/rest.normalizeparsingerror.md +2 -2
- package/site/apidocs/rest.restapplication.exportopenapispec.md +2 -5
- package/site/apidocs/rest.resthttperrors.unsupportedmediatype.md +2 -2
- package/site/apidocs/rest.restserver.exportopenapispec.md +2 -5
- package/site/apidocs/socketio.socketiobindings.io.md +1 -1
- package/site/apidocs/socketio.socketiobindings.socket.md +1 -1
- package/site/apidocs/socketio.socketioserver.route.md +2 -2
- package/site/apidocs/socketio.socketioserver.use.md +2 -2
- package/site/changelogs/bodyparsers/rest-msgpack/CHANGELOG.md +40 -0
- package/site/changelogs/examples/access-control-migration/CHANGELOG.md +40 -0
- package/site/changelogs/examples/binding-resolution/CHANGELOG.md +40 -0
- package/site/changelogs/examples/context/CHANGELOG.md +40 -0
- package/site/changelogs/examples/express-composition/CHANGELOG.md +40 -0
- package/site/changelogs/examples/file-transfer/CHANGELOG.md +40 -0
- package/site/changelogs/examples/graphql/CHANGELOG.md +40 -0
- package/site/changelogs/examples/greeter-extension/CHANGELOG.md +40 -0
- package/site/changelogs/examples/greeting-app/CHANGELOG.md +40 -0
- package/site/changelogs/examples/hello-world/CHANGELOG.md +40 -0
- package/site/changelogs/examples/lb3-application/CHANGELOG.md +40 -0
- package/site/changelogs/examples/log-extension/CHANGELOG.md +40 -0
- package/site/changelogs/examples/metrics-prometheus/CHANGELOG.md +40 -0
- package/site/changelogs/examples/multi-tenancy/CHANGELOG.md +40 -0
- package/site/changelogs/examples/passport-login/CHANGELOG.md +40 -0
- package/site/changelogs/examples/rest-crud/CHANGELOG.md +40 -0
- package/site/changelogs/examples/rpc-server/CHANGELOG.md +40 -0
- package/site/changelogs/examples/soap-calculator/CHANGELOG.md +40 -0
- package/site/changelogs/examples/socketio/CHANGELOG.md +40 -0
- package/site/changelogs/examples/todo/CHANGELOG.md +40 -0
- package/site/changelogs/examples/todo-jwt/CHANGELOG.md +40 -0
- package/site/changelogs/examples/todo-list/CHANGELOG.md +40 -0
- package/site/changelogs/examples/validation-app/CHANGELOG.md +40 -0
- package/site/changelogs/examples/webpack/CHANGELOG.md +40 -0
- package/site/changelogs/extensions/apiconnect/CHANGELOG.md +40 -0
- package/site/changelogs/extensions/authentication-jwt/CHANGELOG.md +45 -0
- package/site/changelogs/extensions/authentication-passport/CHANGELOG.md +40 -0
- package/site/changelogs/extensions/context-explorer/CHANGELOG.md +40 -0
- package/site/changelogs/extensions/cron/CHANGELOG.md +40 -0
- package/site/changelogs/extensions/graphql/CHANGELOG.md +40 -0
- package/site/changelogs/extensions/health/CHANGELOG.md +40 -0
- package/site/changelogs/extensions/logging/CHANGELOG.md +40 -0
- package/site/changelogs/extensions/metrics/CHANGELOG.md +45 -0
- package/site/changelogs/extensions/pooling/CHANGELOG.md +40 -0
- package/site/changelogs/extensions/socketio/CHANGELOG.md +40 -0
- package/site/changelogs/extensions/typeorm/CHANGELOG.md +40 -0
- package/site/changelogs/fixtures/mock-oauth2-provider/CHANGELOG.md +27 -0
- package/site/changelogs/packages/authentication/CHANGELOG.md +40 -0
- package/site/changelogs/packages/authorization/CHANGELOG.md +40 -0
- package/site/changelogs/packages/boot/CHANGELOG.md +45 -0
- package/site/changelogs/packages/booter-lb3app/CHANGELOG.md +40 -0
- package/site/changelogs/packages/build/CHANGELOG.md +27 -0
- package/site/changelogs/packages/cli/CHANGELOG.md +40 -0
- package/site/changelogs/packages/context/CHANGELOG.md +40 -0
- package/site/changelogs/packages/core/CHANGELOG.md +45 -0
- package/site/changelogs/packages/eslint-config/CHANGELOG.md +24 -0
- package/site/changelogs/packages/express/CHANGELOG.md +40 -0
- package/site/changelogs/packages/filter/CHANGELOG.md +40 -0
- package/site/changelogs/packages/http-caching-proxy/CHANGELOG.md +45 -0
- package/site/changelogs/packages/http-server/CHANGELOG.md +40 -0
- package/site/changelogs/packages/metadata/CHANGELOG.md +40 -0
- package/site/changelogs/packages/model-api-builder/CHANGELOG.md +45 -0
- package/site/changelogs/packages/monorepo/CHANGELOG.md +24 -0
- package/site/changelogs/packages/openapi-spec-builder/CHANGELOG.md +19 -0
- package/site/changelogs/packages/openapi-v3/CHANGELOG.md +40 -0
- package/site/changelogs/packages/repository/CHANGELOG.md +43 -0
- package/site/changelogs/packages/repository-json-schema/CHANGELOG.md +43 -0
- package/site/changelogs/packages/repository-tests/CHANGELOG.md +40 -0
- package/site/changelogs/packages/rest/CHANGELOG.md +45 -0
- package/site/changelogs/packages/rest-crud/CHANGELOG.md +40 -0
- package/site/changelogs/packages/rest-explorer/CHANGELOG.md +40 -0
- package/site/changelogs/packages/security/CHANGELOG.md +40 -0
- package/site/changelogs/packages/service-proxy/CHANGELOG.md +40 -0
- package/site/changelogs/packages/testlab/CHANGELOG.md +27 -0
- package/site/changelogs/packages/tsdocs/CHANGELOG.md +40 -0
- package/site/tutorials/todo/todo-tutorial-model.md +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
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
|
+
## [4.0.3](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@4.0.2...@loopback/docs@4.0.3) (2022-02-28)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @loopback/docs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [4.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@4.0.1...@loopback/docs@4.0.2) (2022-02-14)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* remove code sample line ([e0c65a5](https://github.com/loopbackio/loopback-next/commit/e0c65a53caca871a8b17cd22f8908b419555cc2a))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [4.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@4.0.0...@loopback/docs@4.0.1) (2022-01-11)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @loopback/docs
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [4.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@3.27.1...@loopback/docs@4.0.0) (2021-11-18)
|
|
7
34
|
|
|
8
35
|
|
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": "4.0.
|
|
4
|
+
"version": "4.0.3",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"LoopBack",
|
|
7
7
|
"docs"
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"site/"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"fs-extra": "^10.0.
|
|
35
|
+
"fs-extra": "^10.0.1",
|
|
36
36
|
"tslib": "^2.3.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@loopback/build": "^8.
|
|
39
|
+
"@loopback/build": "^8.1.1"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "8aff2ce33aad3daa53b05fa0fbe8a1b2c7ad0bdf"
|
|
42
42
|
}
|
|
@@ -84,7 +84,7 @@ For example:
|
|
|
84
84
|
|
|
85
85
|
`loopback:cli:model-generator`
|
|
86
86
|
|
|
87
|
-
The debug string `model-generator` is specified in the source file
|
|
87
|
+
The debug string `model-generator` is specified in the source file
|
|
88
88
|
[`generators/model/index.js`](https://github.com/loopbackio/loopback-next/blob/master/packages/cli/generators/model/index.js)
|
|
89
89
|
of the `@loopback/cli` module.
|
|
90
90
|
|
|
@@ -363,3 +363,34 @@ of the `@loopback/cli` module.
|
|
|
363
363
|
</tr>
|
|
364
364
|
</tbody>
|
|
365
365
|
</table>
|
|
366
|
+
|
|
367
|
+
## Adding debugs
|
|
368
|
+
|
|
369
|
+
As seen before, LoopBack has built-in debug strings to help with debugging.
|
|
370
|
+
|
|
371
|
+
LoopBack uses the `debug` package internally. Even if there's no mandate for
|
|
372
|
+
LoopBack users to use the same library, you can use this package in your
|
|
373
|
+
application to help with debugging.
|
|
374
|
+
|
|
375
|
+
To do so, you can define your own debug strings like demonstrated in this
|
|
376
|
+
example:
|
|
377
|
+
|
|
378
|
+
```ts
|
|
379
|
+
// Import from debug
|
|
380
|
+
import debugFactory from 'debug';
|
|
381
|
+
|
|
382
|
+
// Define your custom debug string
|
|
383
|
+
const debug = debugFactory('example:debug:factory');
|
|
384
|
+
|
|
385
|
+
// Use it in your code
|
|
386
|
+
debug('Oops there was an error!');
|
|
387
|
+
```
|
|
388
|
+
|
|
389
|
+
To debug parts of your app with this custom debug string, you can run:
|
|
390
|
+
|
|
391
|
+
```sh
|
|
392
|
+
DEBUG=example:debug:factory npm start
|
|
393
|
+
```
|
|
394
|
+
|
|
395
|
+
> Refer to the [debug](https://www.npmjs.com/package/debug) documentation for
|
|
396
|
+
> more information.
|
|
@@ -16,10 +16,7 @@ permalink: /doc/en/lb4/apidocs.graphql.graphqlserver.exportgraphqlschema.html
|
|
|
16
16
|
<b>Signature:</b>
|
|
17
17
|
|
|
18
18
|
```typescript
|
|
19
|
-
exportGraphQLSchema(outFile?: string, log?:
|
|
20
|
-
(...data: any[]): void;
|
|
21
|
-
(message?: any, ...optionalParams: any[]): void;
|
|
22
|
-
}): Promise<void>;
|
|
19
|
+
exportGraphQLSchema(outFile?: string, log?: (message?: any, ...optionalParams: any[]) => void): Promise<void>;
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
## Parameters
|
|
@@ -27,7 +24,7 @@ exportGraphQLSchema(outFile?: string, log?: {
|
|
|
27
24
|
| Parameter | Type | Description |
|
|
28
25
|
| --- | --- | --- |
|
|
29
26
|
| outFile | string | |
|
|
30
|
-
| log |
|
|
27
|
+
| log | (message?: any, ...optionalParams: any\[\]) => void | |
|
|
31
28
|
|
|
32
29
|
<b>Returns:</b>
|
|
33
30
|
|
|
@@ -18,7 +18,7 @@ Normalize parsing errors as `4xx`
|
|
|
18
18
|
<b>Signature:</b>
|
|
19
19
|
|
|
20
20
|
```typescript
|
|
21
|
-
export declare function normalizeParsingError(err: HttpError): HttpError
|
|
21
|
+
export declare function normalizeParsingError(err: HttpError): HttpError<number>;
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Parameters
|
|
@@ -29,6 +29,6 @@ export declare function normalizeParsingError(err: HttpError): HttpError;
|
|
|
29
29
|
|
|
30
30
|
<b>Returns:</b>
|
|
31
31
|
|
|
32
|
-
HttpError
|
|
32
|
+
HttpError<number>
|
|
33
33
|
|
|
34
34
|
|
|
@@ -18,10 +18,7 @@ Export the OpenAPI spec to the given json or yaml file
|
|
|
18
18
|
<b>Signature:</b>
|
|
19
19
|
|
|
20
20
|
```typescript
|
|
21
|
-
exportOpenApiSpec(outFile?: string, log?:
|
|
22
|
-
(...data: any[]): void;
|
|
23
|
-
(message?: any, ...optionalParams: any[]): void;
|
|
24
|
-
}): Promise<void>;
|
|
21
|
+
exportOpenApiSpec(outFile?: string, log?: (message?: any, ...optionalParams: any[]) => void): Promise<void>;
|
|
25
22
|
```
|
|
26
23
|
|
|
27
24
|
## Parameters
|
|
@@ -29,7 +26,7 @@ exportOpenApiSpec(outFile?: string, log?: {
|
|
|
29
26
|
| Parameter | Type | Description |
|
|
30
27
|
| --- | --- | --- |
|
|
31
28
|
| outFile | string | File name for the spec. The extension of the file determines the format of the file. - <code>yaml</code> or <code>yml</code>: YAML - <code>json</code> or other: JSON If the outFile is not provided or its value is <code>''</code> or <code>'-'</code>, the spec is written to the console using the <code>log</code> function. |
|
|
32
|
-
| log |
|
|
29
|
+
| log | (message?: any, ...optionalParams: any\[\]) => void | Log function, default to <code>console.log</code> |
|
|
33
30
|
|
|
34
31
|
<b>Returns:</b>
|
|
35
32
|
|
|
@@ -16,7 +16,7 @@ permalink: /doc/en/lb4/apidocs.rest.resthttperrors.unsupportedmediatype.html
|
|
|
16
16
|
<b>Signature:</b>
|
|
17
17
|
|
|
18
18
|
```typescript
|
|
19
|
-
function unsupportedMediaType(contentType: string, allowedTypes?: string[]): HttpErrors.HttpError & {
|
|
19
|
+
function unsupportedMediaType(contentType: string, allowedTypes?: string[]): HttpErrors.HttpError<415> & {
|
|
20
20
|
code: string;
|
|
21
21
|
contentType: string;
|
|
22
22
|
allowedMediaTypes: string[];
|
|
@@ -32,6 +32,6 @@ function unsupportedMediaType(contentType: string, allowedTypes?: string[]): Htt
|
|
|
32
32
|
|
|
33
33
|
<b>Returns:</b>
|
|
34
34
|
|
|
35
|
-
HttpErrors.HttpError & { code: string; contentType: string; allowedMediaTypes: string\[\]; }
|
|
35
|
+
HttpErrors.HttpError<415> & { code: string; contentType: string; allowedMediaTypes: string\[\]; }
|
|
36
36
|
|
|
37
37
|
|
|
@@ -18,10 +18,7 @@ Export the OpenAPI spec to the given json or yaml file
|
|
|
18
18
|
<b>Signature:</b>
|
|
19
19
|
|
|
20
20
|
```typescript
|
|
21
|
-
exportOpenApiSpec(outFile?: string, log?:
|
|
22
|
-
(...data: any[]): void;
|
|
23
|
-
(message?: any, ...optionalParams: any[]): void;
|
|
24
|
-
}): Promise<void>;
|
|
21
|
+
exportOpenApiSpec(outFile?: string, log?: (message?: any, ...optionalParams: any[]) => void): Promise<void>;
|
|
25
22
|
```
|
|
26
23
|
|
|
27
24
|
## Parameters
|
|
@@ -29,7 +26,7 @@ exportOpenApiSpec(outFile?: string, log?: {
|
|
|
29
26
|
| Parameter | Type | Description |
|
|
30
27
|
| --- | --- | --- |
|
|
31
28
|
| outFile | string | File name for the spec. The extension of the file determines the format of the file. - <code>yaml</code> or <code>yml</code>: YAML - <code>json</code> or other: JSON If the outFile is not provided or its value is <code>''</code> or <code>'-'</code>, the spec is written to the console using the <code>log</code> function. |
|
|
32
|
-
| log |
|
|
29
|
+
| log | (message?: any, ...optionalParams: any\[\]) => void | Log function, default to <code>console.log</code> |
|
|
33
30
|
|
|
34
31
|
<b>Returns:</b>
|
|
35
32
|
|
|
@@ -16,6 +16,6 @@ permalink: /doc/en/lb4/apidocs.socketio.socketiobindings.io.html
|
|
|
16
16
|
<b>Signature:</b>
|
|
17
17
|
|
|
18
18
|
```typescript
|
|
19
|
-
IO: BindingKey<Server<import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap>>
|
|
19
|
+
IO: BindingKey<Server<import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, any>>
|
|
20
20
|
```
|
|
21
21
|
|
|
@@ -16,6 +16,6 @@ permalink: /doc/en/lb4/apidocs.socketio.socketiobindings.socket.html
|
|
|
16
16
|
<b>Signature:</b>
|
|
17
17
|
|
|
18
18
|
```typescript
|
|
19
|
-
SOCKET: BindingKey<Socket<import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap>>
|
|
19
|
+
SOCKET: BindingKey<Socket<import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, any>>
|
|
20
20
|
```
|
|
21
21
|
|
|
@@ -18,7 +18,7 @@ Register a socketio controller
|
|
|
18
18
|
<b>Signature:</b>
|
|
19
19
|
|
|
20
20
|
```typescript
|
|
21
|
-
route(controllerClass: Constructor<object>, meta?: SocketIoMetadata | string | RegExp): Server<import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap> | import("socket.io").Namespace<import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap>;
|
|
21
|
+
route(controllerClass: Constructor<object>, meta?: SocketIoMetadata | string | RegExp): Server<import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, any> | import("socket.io").Namespace<import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, any>;
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Parameters
|
|
@@ -30,6 +30,6 @@ route(controllerClass: Constructor<object>, meta?: SocketIoMetadata | string | R
|
|
|
30
30
|
|
|
31
31
|
<b>Returns:</b>
|
|
32
32
|
|
|
33
|
-
Server<import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap> \| import("socket.io").Namespace<import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap>
|
|
33
|
+
Server<import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, any> \| import("socket.io").Namespace<import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, any>
|
|
34
34
|
|
|
35
35
|
|
|
@@ -18,7 +18,7 @@ Register a sock.io middleware function
|
|
|
18
18
|
<b>Signature:</b>
|
|
19
19
|
|
|
20
20
|
```typescript
|
|
21
|
-
use(fn: SockIOMiddleware): Server<import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap>;
|
|
21
|
+
use(fn: SockIOMiddleware): Server<import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, any>;
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Parameters
|
|
@@ -29,6 +29,6 @@ use(fn: SockIOMiddleware): Server<import("socket.io/dist/typed-events").DefaultE
|
|
|
29
29
|
|
|
30
30
|
<b>Returns:</b>
|
|
31
31
|
|
|
32
|
-
Server<import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap>
|
|
32
|
+
Server<import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, import("socket.io/dist/typed-events").DefaultEventsMap, any>
|
|
33
33
|
|
|
34
34
|
|
|
@@ -13,6 +13,46 @@ 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.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.6.1...@loopback/rest-msgpack@0.7.0) (2022-02-14)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [0.6.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.6.0...@loopback/rest-msgpack@0.6.1) (2022-01-11)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/rest-msgpack
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
# [0.6.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.5.4...@loopback/rest-msgpack@0.6.0) (2021-11-18)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* drop support for Node.js v10 ([9bcbbb3](https://github.com/loopbackio/loopback-next/commit/9bcbbb358ec3eabc3033d4e7e1c22b524a7069b3))
|
|
41
|
+
* support Node.js v17 ([8d86c03](https://github.com/loopbackio/loopback-next/commit/8d86c03cb7047e2b1f18d05870628ef5783e71b2))
|
|
42
|
+
* upgrade to TypeScript 4.5.2 ([72ece91](https://github.com/loopbackio/loopback-next/commit/72ece91289ecfdfd8747bb9888ad75db73e8ff4b))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### BREAKING CHANGES
|
|
46
|
+
|
|
47
|
+
* drop support for Node.js v10
|
|
48
|
+
|
|
49
|
+
Co-authored-by: Francisco Buceta <frbuceta@gmail.com>
|
|
50
|
+
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
16
56
|
## [0.5.4](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.5.3...@loopback/rest-msgpack@0.5.4) (2021-10-18)
|
|
17
57
|
|
|
18
58
|
**Note:** Version bump only for package @loopback/rest-msgpack
|
|
@@ -13,6 +13,46 @@ 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
|
+
# [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@4.0.1...@loopback/example-access-control-migration@4.1.0) (2022-02-14)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [4.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@4.0.0...@loopback/example-access-control-migration@4.0.1) (2022-01-11)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-access-control-migration
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
# [4.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@3.0.2...@loopback/example-access-control-migration@4.0.0) (2021-11-18)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* drop support for Node.js v10 ([9bcbbb3](https://github.com/loopbackio/loopback-next/commit/9bcbbb358ec3eabc3033d4e7e1c22b524a7069b3))
|
|
41
|
+
* support Node.js v17 ([8d86c03](https://github.com/loopbackio/loopback-next/commit/8d86c03cb7047e2b1f18d05870628ef5783e71b2))
|
|
42
|
+
* upgrade to TypeScript 4.5.2 ([72ece91](https://github.com/loopbackio/loopback-next/commit/72ece91289ecfdfd8747bb9888ad75db73e8ff4b))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### BREAKING CHANGES
|
|
46
|
+
|
|
47
|
+
* drop support for Node.js v10
|
|
48
|
+
|
|
49
|
+
Co-authored-by: Francisco Buceta <frbuceta@gmail.com>
|
|
50
|
+
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
16
56
|
## [3.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@3.0.1...@loopback/example-access-control-migration@3.0.2) (2021-10-18)
|
|
17
57
|
|
|
18
58
|
**Note:** Version bump only for package @loopback/example-access-control-migration
|
|
@@ -13,6 +13,46 @@ 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.6.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.5.1...@loopback/example-binding-resolution@0.6.0) (2022-02-14)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [0.5.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.5.0...@loopback/example-binding-resolution@0.5.1) (2022-01-11)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-binding-resolution
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
# [0.5.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.4.2...@loopback/example-binding-resolution@0.5.0) (2021-11-18)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* drop support for Node.js v10 ([9bcbbb3](https://github.com/loopbackio/loopback-next/commit/9bcbbb358ec3eabc3033d4e7e1c22b524a7069b3))
|
|
41
|
+
* support Node.js v17 ([8d86c03](https://github.com/loopbackio/loopback-next/commit/8d86c03cb7047e2b1f18d05870628ef5783e71b2))
|
|
42
|
+
* upgrade to TypeScript 4.5.2 ([72ece91](https://github.com/loopbackio/loopback-next/commit/72ece91289ecfdfd8747bb9888ad75db73e8ff4b))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### BREAKING CHANGES
|
|
46
|
+
|
|
47
|
+
* drop support for Node.js v10
|
|
48
|
+
|
|
49
|
+
Co-authored-by: Francisco Buceta <frbuceta@gmail.com>
|
|
50
|
+
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
16
56
|
## [0.4.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.4.1...@loopback/example-binding-resolution@0.4.2) (2021-10-18)
|
|
17
57
|
|
|
18
58
|
**Note:** Version bump only for package @loopback/example-binding-resolution
|
|
@@ -13,6 +13,46 @@ 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
|
+
# [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@4.0.1...@loopback/example-context@4.1.0) (2022-02-14)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [4.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@4.0.0...@loopback/example-context@4.0.1) (2022-01-11)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-context
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
# [4.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@3.0.2...@loopback/example-context@4.0.0) (2021-11-18)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* drop support for Node.js v10 ([9bcbbb3](https://github.com/loopbackio/loopback-next/commit/9bcbbb358ec3eabc3033d4e7e1c22b524a7069b3))
|
|
41
|
+
* support Node.js v17 ([8d86c03](https://github.com/loopbackio/loopback-next/commit/8d86c03cb7047e2b1f18d05870628ef5783e71b2))
|
|
42
|
+
* upgrade to TypeScript 4.5.2 ([72ece91](https://github.com/loopbackio/loopback-next/commit/72ece91289ecfdfd8747bb9888ad75db73e8ff4b))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### BREAKING CHANGES
|
|
46
|
+
|
|
47
|
+
* drop support for Node.js v10
|
|
48
|
+
|
|
49
|
+
Co-authored-by: Francisco Buceta <frbuceta@gmail.com>
|
|
50
|
+
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
16
56
|
## [3.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@3.0.1...@loopback/example-context@3.0.2) (2021-10-18)
|
|
17
57
|
|
|
18
58
|
**Note:** Version bump only for package @loopback/example-context
|
|
@@ -13,6 +13,46 @@ 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
|
+
# [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@4.0.1...@loopback/example-express-composition@4.1.0) (2022-02-14)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [4.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@4.0.0...@loopback/example-express-composition@4.0.1) (2022-01-11)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-express-composition
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
# [4.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@3.0.2...@loopback/example-express-composition@4.0.0) (2021-11-18)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* drop support for Node.js v10 ([9bcbbb3](https://github.com/loopbackio/loopback-next/commit/9bcbbb358ec3eabc3033d4e7e1c22b524a7069b3))
|
|
41
|
+
* support Node.js v17 ([8d86c03](https://github.com/loopbackio/loopback-next/commit/8d86c03cb7047e2b1f18d05870628ef5783e71b2))
|
|
42
|
+
* upgrade to TypeScript 4.5.2 ([72ece91](https://github.com/loopbackio/loopback-next/commit/72ece91289ecfdfd8747bb9888ad75db73e8ff4b))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### BREAKING CHANGES
|
|
46
|
+
|
|
47
|
+
* drop support for Node.js v10
|
|
48
|
+
|
|
49
|
+
Co-authored-by: Francisco Buceta <frbuceta@gmail.com>
|
|
50
|
+
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
16
56
|
## [3.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@3.0.1...@loopback/example-express-composition@3.0.2) (2021-10-18)
|
|
17
57
|
|
|
18
58
|
**Note:** Version bump only for package @loopback/example-express-composition
|
|
@@ -13,6 +13,46 @@ 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
|
+
# [3.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@3.0.1...@loopback/example-file-transfer@3.1.0) (2022-02-14)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [3.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@3.0.0...@loopback/example-file-transfer@3.0.1) (2022-01-11)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-file-transfer
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
# [3.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@2.0.2...@loopback/example-file-transfer@3.0.0) (2021-11-18)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* drop support for Node.js v10 ([9bcbbb3](https://github.com/loopbackio/loopback-next/commit/9bcbbb358ec3eabc3033d4e7e1c22b524a7069b3))
|
|
41
|
+
* support Node.js v17 ([8d86c03](https://github.com/loopbackio/loopback-next/commit/8d86c03cb7047e2b1f18d05870628ef5783e71b2))
|
|
42
|
+
* upgrade to TypeScript 4.5.2 ([72ece91](https://github.com/loopbackio/loopback-next/commit/72ece91289ecfdfd8747bb9888ad75db73e8ff4b))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### BREAKING CHANGES
|
|
46
|
+
|
|
47
|
+
* drop support for Node.js v10
|
|
48
|
+
|
|
49
|
+
Co-authored-by: Francisco Buceta <frbuceta@gmail.com>
|
|
50
|
+
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
16
56
|
## [2.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@2.0.1...@loopback/example-file-transfer@2.0.2) (2021-10-18)
|
|
17
57
|
|
|
18
58
|
**Note:** Version bump only for package @loopback/example-file-transfer
|
|
@@ -13,6 +13,46 @@ 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.6.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.5.1...@loopback/example-graphql@0.6.0) (2022-02-14)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [0.5.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.5.0...@loopback/example-graphql@0.5.1) (2022-01-11)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-graphql
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
# [0.5.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.4.2...@loopback/example-graphql@0.5.0) (2021-11-18)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* drop support for Node.js v10 ([9bcbbb3](https://github.com/loopbackio/loopback-next/commit/9bcbbb358ec3eabc3033d4e7e1c22b524a7069b3))
|
|
41
|
+
* support Node.js v17 ([8d86c03](https://github.com/loopbackio/loopback-next/commit/8d86c03cb7047e2b1f18d05870628ef5783e71b2))
|
|
42
|
+
* upgrade to TypeScript 4.5.2 ([72ece91](https://github.com/loopbackio/loopback-next/commit/72ece91289ecfdfd8747bb9888ad75db73e8ff4b))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### BREAKING CHANGES
|
|
46
|
+
|
|
47
|
+
* drop support for Node.js v10
|
|
48
|
+
|
|
49
|
+
Co-authored-by: Francisco Buceta <frbuceta@gmail.com>
|
|
50
|
+
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
16
56
|
## [0.4.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.4.1...@loopback/example-graphql@0.4.2) (2021-10-18)
|
|
17
57
|
|
|
18
58
|
**Note:** Version bump only for package @loopback/example-graphql
|
|
@@ -13,6 +13,46 @@ 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
|
+
# [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@4.0.1...@loopback/example-greeter-extension@4.1.0) (2022-02-14)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [4.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@4.0.0...@loopback/example-greeter-extension@4.0.1) (2022-01-11)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-greeter-extension
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
# [4.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@3.0.2...@loopback/example-greeter-extension@4.0.0) (2021-11-18)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* drop support for Node.js v10 ([9bcbbb3](https://github.com/loopbackio/loopback-next/commit/9bcbbb358ec3eabc3033d4e7e1c22b524a7069b3))
|
|
41
|
+
* support Node.js v17 ([8d86c03](https://github.com/loopbackio/loopback-next/commit/8d86c03cb7047e2b1f18d05870628ef5783e71b2))
|
|
42
|
+
* upgrade to TypeScript 4.5.2 ([72ece91](https://github.com/loopbackio/loopback-next/commit/72ece91289ecfdfd8747bb9888ad75db73e8ff4b))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### BREAKING CHANGES
|
|
46
|
+
|
|
47
|
+
* drop support for Node.js v10
|
|
48
|
+
|
|
49
|
+
Co-authored-by: Francisco Buceta <frbuceta@gmail.com>
|
|
50
|
+
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
16
56
|
## [3.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@3.0.1...@loopback/example-greeter-extension@3.0.2) (2021-10-18)
|
|
17
57
|
|
|
18
58
|
**Note:** Version bump only for package @loopback/example-greeter-extension
|