@loopback/docs 4.0.1 → 4.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.
Files changed (73) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/CODE_OF_CONDUCT.md +53 -3
  3. package/package.json +4 -4
  4. package/site/Setting-debug-strings.md +32 -1
  5. package/site/apidocs/rest.normalizeparsingerror.md +2 -2
  6. package/site/apidocs/rest.resthttperrors.unsupportedmediatype.md +2 -2
  7. package/site/changelogs/bodyparsers/rest-msgpack/CHANGELOG.md +27 -0
  8. package/site/changelogs/examples/access-control-migration/CHANGELOG.md +27 -0
  9. package/site/changelogs/examples/binding-resolution/CHANGELOG.md +27 -0
  10. package/site/changelogs/examples/context/CHANGELOG.md +27 -0
  11. package/site/changelogs/examples/express-composition/CHANGELOG.md +27 -0
  12. package/site/changelogs/examples/file-transfer/CHANGELOG.md +27 -0
  13. package/site/changelogs/examples/graphql/CHANGELOG.md +27 -0
  14. package/site/changelogs/examples/greeter-extension/CHANGELOG.md +27 -0
  15. package/site/changelogs/examples/greeting-app/CHANGELOG.md +27 -0
  16. package/site/changelogs/examples/hello-world/CHANGELOG.md +27 -0
  17. package/site/changelogs/examples/lb3-application/CHANGELOG.md +27 -0
  18. package/site/changelogs/examples/log-extension/CHANGELOG.md +27 -0
  19. package/site/changelogs/examples/metrics-prometheus/CHANGELOG.md +27 -0
  20. package/site/changelogs/examples/multi-tenancy/CHANGELOG.md +27 -0
  21. package/site/changelogs/examples/passport-login/CHANGELOG.md +27 -0
  22. package/site/changelogs/examples/rest-crud/CHANGELOG.md +27 -0
  23. package/site/changelogs/examples/rpc-server/CHANGELOG.md +27 -0
  24. package/site/changelogs/examples/soap-calculator/CHANGELOG.md +27 -0
  25. package/site/changelogs/examples/socketio/CHANGELOG.md +27 -0
  26. package/site/changelogs/examples/todo/CHANGELOG.md +27 -0
  27. package/site/changelogs/examples/todo-jwt/CHANGELOG.md +27 -0
  28. package/site/changelogs/examples/todo-list/CHANGELOG.md +27 -0
  29. package/site/changelogs/examples/validation-app/CHANGELOG.md +27 -0
  30. package/site/changelogs/examples/webpack/CHANGELOG.md +27 -0
  31. package/site/changelogs/extensions/apiconnect/CHANGELOG.md +27 -0
  32. package/site/changelogs/extensions/authentication-jwt/CHANGELOG.md +27 -0
  33. package/site/changelogs/extensions/authentication-passport/CHANGELOG.md +27 -0
  34. package/site/changelogs/extensions/context-explorer/CHANGELOG.md +27 -0
  35. package/site/changelogs/extensions/cron/CHANGELOG.md +27 -0
  36. package/site/changelogs/extensions/graphql/CHANGELOG.md +27 -0
  37. package/site/changelogs/extensions/health/CHANGELOG.md +27 -0
  38. package/site/changelogs/extensions/logging/CHANGELOG.md +27 -0
  39. package/site/changelogs/extensions/metrics/CHANGELOG.md +27 -0
  40. package/site/changelogs/extensions/pooling/CHANGELOG.md +27 -0
  41. package/site/changelogs/extensions/socketio/CHANGELOG.md +27 -0
  42. package/site/changelogs/extensions/typeorm/CHANGELOG.md +27 -0
  43. package/site/changelogs/fixtures/mock-oauth2-provider/CHANGELOG.md +27 -0
  44. package/site/changelogs/packages/authentication/CHANGELOG.md +27 -0
  45. package/site/changelogs/packages/authorization/CHANGELOG.md +27 -0
  46. package/site/changelogs/packages/boot/CHANGELOG.md +32 -0
  47. package/site/changelogs/packages/booter-lb3app/CHANGELOG.md +27 -0
  48. package/site/changelogs/packages/build/CHANGELOG.md +27 -0
  49. package/site/changelogs/packages/cli/CHANGELOG.md +27 -0
  50. package/site/changelogs/packages/context/CHANGELOG.md +27 -0
  51. package/site/changelogs/packages/core/CHANGELOG.md +30 -0
  52. package/site/changelogs/packages/eslint-config/CHANGELOG.md +28 -0
  53. package/site/changelogs/packages/express/CHANGELOG.md +27 -0
  54. package/site/changelogs/packages/filter/CHANGELOG.md +27 -0
  55. package/site/changelogs/packages/http-caching-proxy/CHANGELOG.md +27 -0
  56. package/site/changelogs/packages/http-server/CHANGELOG.md +27 -0
  57. package/site/changelogs/packages/metadata/CHANGELOG.md +27 -0
  58. package/site/changelogs/packages/model-api-builder/CHANGELOG.md +27 -0
  59. package/site/changelogs/packages/monorepo/CHANGELOG.md +24 -0
  60. package/site/changelogs/packages/openapi-spec-builder/CHANGELOG.md +27 -0
  61. package/site/changelogs/packages/openapi-v3/CHANGELOG.md +27 -0
  62. package/site/changelogs/packages/repository/CHANGELOG.md +30 -0
  63. package/site/changelogs/packages/repository-json-schema/CHANGELOG.md +30 -0
  64. package/site/changelogs/packages/repository-tests/CHANGELOG.md +27 -0
  65. package/site/changelogs/packages/rest/CHANGELOG.md +32 -0
  66. package/site/changelogs/packages/rest-crud/CHANGELOG.md +27 -0
  67. package/site/changelogs/packages/rest-explorer/CHANGELOG.md +27 -0
  68. package/site/changelogs/packages/security/CHANGELOG.md +27 -0
  69. package/site/changelogs/packages/service-proxy/CHANGELOG.md +27 -0
  70. package/site/changelogs/packages/testlab/CHANGELOG.md +27 -0
  71. package/site/changelogs/packages/tsdocs/CHANGELOG.md +27 -0
  72. package/site/migration/overview.md +1 -1
  73. package/site/tutorials/todo/todo-tutorial-model.md +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
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.4](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@4.0.3...@loopback/docs@4.0.4) (2022-03-29)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **docs:** update 'Migrating datasources' dead link ([1a314c9](https://github.com/loopbackio/loopback-next/commit/1a314c92ee82a9698739549007f24995047749f9))
12
+
13
+
14
+
15
+
16
+
17
+ ## [4.0.3](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@4.0.2...@loopback/docs@4.0.3) (2022-02-28)
18
+
19
+ **Note:** Version bump only for package @loopback/docs
20
+
21
+
22
+
23
+
24
+
25
+ ## [4.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@4.0.1...@loopback/docs@4.0.2) (2022-02-14)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * remove code sample line ([e0c65a5](https://github.com/loopbackio/loopback-next/commit/e0c65a53caca871a8b17cd22f8908b419555cc2a))
31
+
32
+
33
+
34
+
35
+
6
36
  ## [4.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@4.0.0...@loopback/docs@4.0.1) (2022-01-11)
7
37
 
8
38
  **Note:** Version bump only for package @loopback/docs
@@ -1,4 +1,54 @@
1
- # Contributor Covenant Code of Conduct
1
+ # Code of Conduct
2
+
3
+ LoopBack, as member project of the OpenJS Foundation, use
4
+ [Contributor Covenant v2.0](https://contributor-covenant.org/version/2/0/code_of_conduct)
5
+ as their code of conduct. The full text is included
6
+ [below](#contributor-covenant-code-of-conduct-v2.0) in English, and translations
7
+ are available from the Contributor Covenant organisation:
8
+
9
+ - [contributor-covenant.org/translations](https://www.contributor-covenant.org/translations)
10
+ - [github.com/ContributorCovenant](https://github.com/ContributorCovenant/contributor_covenant/tree/release/content/version/2/0)
11
+
12
+ Refer to the sections on reporting and escalation in this document for the
13
+ specific emails that can be used to report and escalate issues.
14
+
15
+ ## Reporting
16
+
17
+ ### Project Spaces
18
+
19
+ For reporting issues in spaces related to LoopBack, please use the email
20
+ `tsc@loopback.io`. The LoopBack Technical Steering Committee (TSC) handles CoC
21
+ issues related to the spaces that it maintains. The project TSC commits to:
22
+
23
+ - maintain the confidentiality with regard to the reporter of an incident
24
+ - to participate in the path for escalation as outlined in the section on
25
+ Escalation when required.
26
+
27
+ ### Foundation Spaces
28
+
29
+ For reporting issues in spaces managed by the OpenJS Foundation, for example,
30
+ repositories within the OpenJS organization, use the email
31
+ `report@lists.openjsf.org`. The Cross Project Council (CPC) is responsible for
32
+ managing these reports and commits to:
33
+
34
+ - maintain the confidentiality with regard to the reporter of an incident
35
+ - to participate in the path for escalation as outlined in the section on
36
+ Escalation when required.
37
+
38
+ ## Escalation
39
+
40
+ The OpenJS Foundation maintains a Code of Conduct Panel (CoCP). This is a
41
+ foundation-wide team established to manage escalation when a reporter believes
42
+ that a report to a member project or the CPC has not been properly handled. In
43
+ order to escalate to the CoCP send an email to
44
+ `coc-escalation@lists.openjsf.org`.
45
+
46
+ For more information, refer to the full
47
+ [Code of Conduct governance document](https://github.com/openjs-foundation/cross-project-council/blob/HEAD/CODE_OF_CONDUCT.md).
48
+
49
+ ---
50
+
51
+ ## Contributor Covenant Code of Conduct v2.0
2
52
 
3
53
  ## Our Pledge
4
54
 
@@ -60,8 +110,8 @@ representative at an online or offline event.
60
110
 
61
111
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
62
112
  reported to the community leaders responsible for enforcement at
63
- [reachsl@us.ibm.com](mailto:reachsl@us.ibm.com). All complaints will be reviewed
64
- and investigated promptly and fairly.
113
+ [tsc@loopback.io](mailto:tsc@loopback.io). All complaints will be reviewed and
114
+ investigated promptly and fairly.
65
115
 
66
116
  All community leaders are obligated to respect the privacy and security of the
67
117
  reporter of any incident.
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.1",
4
+ "version": "4.0.4",
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.0",
35
+ "fs-extra": "^10.0.1",
36
36
  "tslib": "^2.3.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@loopback/build": "^8.0.1"
39
+ "@loopback/build": "^8.1.2"
40
40
  },
41
- "gitHead": "4a8886403cd9cb3ae529cb69712f077623cba2c2"
41
+ "gitHead": "22d993c73a7b4ccdb36f2e26ea52460dc46fbd11"
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.
@@ -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&lt;number&gt;
33
33
 
34
34
 
@@ -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 &amp; { code: string; contentType: string; allowedMediaTypes: string\[\]; }
35
+ HttpErrors.HttpError&lt;415&gt; &amp; { code: string; contentType: string; allowedMediaTypes: string\[\]; }
36
36
 
37
37
 
@@ -13,6 +13,33 @@ 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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.7.0...@loopback/rest-msgpack@0.7.1) (2022-02-28)
17
+
18
+ **Note:** Version bump only for package @loopback/rest-msgpack
19
+
20
+
21
+
22
+
23
+
24
+ # [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)
25
+
26
+
27
+ ### Features
28
+
29
+ * update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
30
+
31
+
32
+
33
+
34
+
35
+ ## [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)
36
+
37
+ **Note:** Version bump only for package @loopback/rest-msgpack
38
+
39
+
40
+
41
+
42
+
16
43
  # [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)
17
44
 
18
45
 
@@ -13,6 +13,33 @@ 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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@4.1.0...@loopback/example-access-control-migration@4.1.1) (2022-02-28)
17
+
18
+ **Note:** Version bump only for package @loopback/example-access-control-migration
19
+
20
+
21
+
22
+
23
+
24
+ # [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)
25
+
26
+
27
+ ### Features
28
+
29
+ * update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
30
+
31
+
32
+
33
+
34
+
35
+ ## [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)
36
+
37
+ **Note:** Version bump only for package @loopback/example-access-control-migration
38
+
39
+
40
+
41
+
42
+
16
43
  # [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)
17
44
 
18
45
 
@@ -13,6 +13,33 @@ 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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.6.0...@loopback/example-binding-resolution@0.6.1) (2022-02-28)
17
+
18
+ **Note:** Version bump only for package @loopback/example-binding-resolution
19
+
20
+
21
+
22
+
23
+
24
+ # [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)
25
+
26
+
27
+ ### Features
28
+
29
+ * update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
30
+
31
+
32
+
33
+
34
+
35
+ ## [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)
36
+
37
+ **Note:** Version bump only for package @loopback/example-binding-resolution
38
+
39
+
40
+
41
+
42
+
16
43
  # [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)
17
44
 
18
45
 
@@ -13,6 +13,33 @@ 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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@4.1.0...@loopback/example-context@4.1.1) (2022-02-28)
17
+
18
+ **Note:** Version bump only for package @loopback/example-context
19
+
20
+
21
+
22
+
23
+
24
+ # [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)
25
+
26
+
27
+ ### Features
28
+
29
+ * update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
30
+
31
+
32
+
33
+
34
+
35
+ ## [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)
36
+
37
+ **Note:** Version bump only for package @loopback/example-context
38
+
39
+
40
+
41
+
42
+
16
43
  # [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)
17
44
 
18
45
 
@@ -13,6 +13,33 @@ 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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@4.1.0...@loopback/example-express-composition@4.1.1) (2022-02-28)
17
+
18
+ **Note:** Version bump only for package @loopback/example-express-composition
19
+
20
+
21
+
22
+
23
+
24
+ # [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)
25
+
26
+
27
+ ### Features
28
+
29
+ * update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
30
+
31
+
32
+
33
+
34
+
35
+ ## [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)
36
+
37
+ **Note:** Version bump only for package @loopback/example-express-composition
38
+
39
+
40
+
41
+
42
+
16
43
  # [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)
17
44
 
18
45
 
@@ -13,6 +13,33 @@ 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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@3.1.0...@loopback/example-file-transfer@3.1.1) (2022-02-28)
17
+
18
+ **Note:** Version bump only for package @loopback/example-file-transfer
19
+
20
+
21
+
22
+
23
+
24
+ # [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)
25
+
26
+
27
+ ### Features
28
+
29
+ * update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
30
+
31
+
32
+
33
+
34
+
35
+ ## [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)
36
+
37
+ **Note:** Version bump only for package @loopback/example-file-transfer
38
+
39
+
40
+
41
+
42
+
16
43
  # [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)
17
44
 
18
45
 
@@ -13,6 +13,33 @@ 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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.6.0...@loopback/example-graphql@0.6.1) (2022-02-28)
17
+
18
+ **Note:** Version bump only for package @loopback/example-graphql
19
+
20
+
21
+
22
+
23
+
24
+ # [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)
25
+
26
+
27
+ ### Features
28
+
29
+ * update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
30
+
31
+
32
+
33
+
34
+
35
+ ## [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)
36
+
37
+ **Note:** Version bump only for package @loopback/example-graphql
38
+
39
+
40
+
41
+
42
+
16
43
  # [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)
17
44
 
18
45
 
@@ -13,6 +13,33 @@ 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.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@4.1.0...@loopback/example-greeter-extension@4.1.1) (2022-02-28)
17
+
18
+ **Note:** Version bump only for package @loopback/example-greeter-extension
19
+
20
+
21
+
22
+
23
+
24
+ # [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)
25
+
26
+
27
+ ### Features
28
+
29
+ * update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
30
+
31
+
32
+
33
+
34
+
35
+ ## [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)
36
+
37
+ **Note:** Version bump only for package @loopback/example-greeter-extension
38
+
39
+
40
+
41
+
42
+
16
43
  # [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)
17
44
 
18
45
 
@@ -13,6 +13,33 @@ 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
+ ## [4.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@4.1.0...@loopback/example-greeting-app@4.1.1) (2022-02-28)
17
+
18
+ **Note:** Version bump only for package @loopback/example-greeting-app
19
+
20
+
21
+
22
+
23
+
24
+ # [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@4.0.1...@loopback/example-greeting-app@4.1.0) (2022-02-14)
25
+
26
+
27
+ ### Features
28
+
29
+ * update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
30
+
31
+
32
+
33
+
34
+
35
+ ## [4.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@4.0.0...@loopback/example-greeting-app@4.0.1) (2022-01-11)
36
+
37
+ **Note:** Version bump only for package @loopback/example-greeting-app
38
+
39
+
40
+
41
+
42
+
16
43
  # [4.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@3.0.2...@loopback/example-greeting-app@4.0.0) (2021-11-18)
17
44
 
18
45
 
@@ -13,6 +13,33 @@ 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
+ ## [4.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@4.1.0...@loopback/example-hello-world@4.1.1) (2022-02-28)
17
+
18
+ **Note:** Version bump only for package @loopback/example-hello-world
19
+
20
+
21
+
22
+
23
+
24
+ # [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@4.0.1...@loopback/example-hello-world@4.1.0) (2022-02-14)
25
+
26
+
27
+ ### Features
28
+
29
+ * update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
30
+
31
+
32
+
33
+
34
+
35
+ ## [4.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@4.0.0...@loopback/example-hello-world@4.0.1) (2022-01-11)
36
+
37
+ **Note:** Version bump only for package @loopback/example-hello-world
38
+
39
+
40
+
41
+
42
+
16
43
  # [4.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@3.0.2...@loopback/example-hello-world@4.0.0) (2021-11-18)
17
44
 
18
45
 
@@ -13,6 +13,33 @@ 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
+ ## [4.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@4.1.0...@loopback/example-lb3-application@4.1.1) (2022-02-28)
17
+
18
+ **Note:** Version bump only for package @loopback/example-lb3-application
19
+
20
+
21
+
22
+
23
+
24
+ # [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@4.0.1...@loopback/example-lb3-application@4.1.0) (2022-02-14)
25
+
26
+
27
+ ### Features
28
+
29
+ * update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
30
+
31
+
32
+
33
+
34
+
35
+ ## [4.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@4.0.0...@loopback/example-lb3-application@4.0.1) (2022-01-11)
36
+
37
+ **Note:** Version bump only for package @loopback/example-lb3-application
38
+
39
+
40
+
41
+
42
+
16
43
  # [4.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@3.0.2...@loopback/example-lb3-application@4.0.0) (2021-11-18)
17
44
 
18
45
 
@@ -13,6 +13,33 @@ 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
+ ## [4.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@4.1.0...@loopback/example-log-extension@4.1.1) (2022-02-28)
17
+
18
+ **Note:** Version bump only for package @loopback/example-log-extension
19
+
20
+
21
+
22
+
23
+
24
+ # [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@4.0.1...@loopback/example-log-extension@4.1.0) (2022-02-14)
25
+
26
+
27
+ ### Features
28
+
29
+ * update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
30
+
31
+
32
+
33
+
34
+
35
+ ## [4.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@4.0.0...@loopback/example-log-extension@4.0.1) (2022-01-11)
36
+
37
+ **Note:** Version bump only for package @loopback/example-log-extension
38
+
39
+
40
+
41
+
42
+
16
43
  # [4.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@3.0.2...@loopback/example-log-extension@4.0.0) (2021-11-18)
17
44
 
18
45
 
@@ -13,6 +13,33 @@ 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.9.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.9.0...@loopback/example-metrics-prometheus@0.9.1) (2022-02-28)
17
+
18
+ **Note:** Version bump only for package @loopback/example-metrics-prometheus
19
+
20
+
21
+
22
+
23
+
24
+ # [0.9.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.8.1...@loopback/example-metrics-prometheus@0.9.0) (2022-02-14)
25
+
26
+
27
+ ### Features
28
+
29
+ * update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
30
+
31
+
32
+
33
+
34
+
35
+ ## [0.8.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.8.0...@loopback/example-metrics-prometheus@0.8.1) (2022-01-11)
36
+
37
+ **Note:** Version bump only for package @loopback/example-metrics-prometheus
38
+
39
+
40
+
41
+
42
+
16
43
  # [0.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.7.2...@loopback/example-metrics-prometheus@0.8.0) (2021-11-18)
17
44
 
18
45