@loopback/docs 5.1.0 → 5.1.1
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 +42 -0
- package/package.json +3 -3
- package/site/BelongsTo-relation.md +1 -1
- package/site/Context.md +1 -1
- package/site/Crafting-LoopBack-4.md +3 -3
- package/site/DEVELOPING.md +2 -2
- package/site/Dynamic-models-repositories-controllers.md +2 -2
- package/site/Implementing-features.shelved.md +1 -1
- package/site/Include-filter.md +1 -1
- package/site/Interceptor-generator.md +1 -1
- package/site/LB3-vs-LB4-request-response-cycle.md +4 -4
- package/site/Model-generator.md +1 -1
- package/site/Model.md +2 -2
- package/site/Polymorphic-relation.md +1 -1
- package/site/REST-middleware-sequence.md +1 -1
- package/site/Repository-generator.md +2 -2
- package/site/Repository.md +1 -1
- package/site/Request-response-cycle.md +6 -6
- package/site/Serving-static-files.md +1 -1
- package/site/Testing-your-application.md +1 -1
- package/site/apidocs/repository.defaultcrudrepository.definepersistedmodel.md +1 -1
- package/site/apidocs/repository.defaultcrudrepository.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 +9 -1
- 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/socketio/CHANGELOG.md +8 -0
- package/site/changelogs/extensions/typeorm/CHANGELOG.md +8 -0
- package/site/changelogs/fixtures/mock-oauth2-provider/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 +12 -0
- package/site/changelogs/packages/cli/CHANGELOG.md +18 -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 +8 -0
- package/site/changelogs/packages/express/CHANGELOG.md +8 -0
- package/site/changelogs/packages/filter/CHANGELOG.md +11 -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/monorepo/CHANGELOG.md +8 -0
- package/site/changelogs/packages/openapi-spec-builder/CHANGELOG.md +16 -0
- package/site/changelogs/packages/openapi-v3/CHANGELOG.md +8 -0
- package/site/changelogs/packages/repository/CHANGELOG.md +11 -0
- package/site/changelogs/packages/repository-json-schema/CHANGELOG.md +11 -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 +11 -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 +8 -0
- package/site/changelogs/packages/tsdocs/CHANGELOG.md +8 -0
- package/site/decorators/Decorators_openapi.md +3 -3
- package/site/deployment/Deploy-for-GDPR-readiness.md +1 -1
- package/site/migration/LB3-vs-LB4-booting.md +1 -1
- package/site/migration/auth/passport.md +2 -2
- package/site/readmes/loopback-next/examples/lb3-application/README.md +1 -1
- package/site/readmes/loopback-next/examples/log-extension/README.md +1 -1
- package/site/readmes/loopback-next/examples/rest-crud/README.md +1 -1
- package/site/readmes/loopback-next/examples/todo-jwt/README.md +1 -1
- package/site/readmes/loopback-next/packages/boot/README.md +1 -1
- package/site/readmes/loopback-next/packages/build/README.md +2 -2
- package/site/readmes/loopback-next/packages/rest-crud/README.md +1 -1
- package/site/tutorials/core/11-summary.md +1 -1
- package/site/tutorials/core/3-context-in-action.md +3 -3
- package/site/tutorials/soap-calculator/soap-calculator-tutorial-add-controller.md +1 -1
- package/site/tutorials/soap-calculator/soap-calculator-tutorial-scaffolding.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,48 @@
|
|
|
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
|
+
## [5.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@5.1.0...@loopback/docs@5.1.1) (2022-07-14)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **docs:** docs link for discovering models ([1e48456](https://github.com/loopbackio/loopback-next/commit/1e48456fde20e691d85b506f5c8e296c3c64b1fe))
|
|
12
|
+
* **docs:** documentation fix for creater text in polymorphic relation ([3252073](https://github.com/loopbackio/loopback-next/commit/3252073231bfb7af9ed45f12f9ebd68286e313ed))
|
|
13
|
+
* **docs:** documentation fix in deployment docs ([9e9cea2](https://github.com/loopbackio/loopback-next/commit/9e9cea28e6e960c8d5e10e4be246101d8d3ba6df))
|
|
14
|
+
* **docs:** documentation fix in repository ([59de2af](https://github.com/loopbackio/loopback-next/commit/59de2af817b9674a42f243c1de8be6a0b0afdadc))
|
|
15
|
+
* **docs:** documentation fix in req response cycle ([5c1447a](https://github.com/loopbackio/loopback-next/commit/5c1447a6ef46ab381539d4a1d23252f310a5721e))
|
|
16
|
+
* **docs:** documentation fix in req response cycle ([9f5487e](https://github.com/loopbackio/loopback-next/commit/9f5487e7e89d5a1775c6e4b01a64831c56405dd3))
|
|
17
|
+
* **docs:** documentation fix in service static files ([103fe91](https://github.com/loopbackio/loopback-next/commit/103fe91e271967d80ed8cbc0a8211c3d9366f0c4))
|
|
18
|
+
* **docs:** documentation fix of for infered text ([0150199](https://github.com/loopbackio/loopback-next/commit/01501990531acaf5beba786180bb6c63b56de69e))
|
|
19
|
+
* **docs:** documentation fix of for overridden text ([2f45572](https://github.com/loopbackio/loopback-next/commit/2f4557228d4cce50ddff742abe10cc306ffbb1e7))
|
|
20
|
+
* **docs:** documentation fix of for repository generator ([0c5efab](https://github.com/loopbackio/loopback-next/commit/0c5efab81c7a0f79da066574f23ec00448b36195))
|
|
21
|
+
* **docs:** documentation fix typo from sematics ([57e325a](https://github.com/loopbackio/loopback-next/commit/57e325a8b2be674478c0a2c1ba394703c323609e))
|
|
22
|
+
* **docs:** documentation typo fix from extention to extension ([7d16db0](https://github.com/loopbackio/loopback-next/commit/7d16db08f539b477d779428ce0fa1fc920d223db))
|
|
23
|
+
* **docs:** documentation typo fix in context in action ([b02f55b](https://github.com/loopbackio/loopback-next/commit/b02f55bfff45cb856f38c60974c5434015b29785))
|
|
24
|
+
* **docs:** documentation typo fix in filters query and relation ([2521d95](https://github.com/loopbackio/loopback-next/commit/2521d950bba75c197fd1ac5aab437ed8127a5a09))
|
|
25
|
+
* **docs:** documentation typo fix in request response cycle ([19d2bf3](https://github.com/loopbackio/loopback-next/commit/19d2bf364ba8a20eb3a3229fa9677c340878a3ce))
|
|
26
|
+
* **docs:** documentation typo update for recevies ([41ccae8](https://github.com/loopbackio/loopback-next/commit/41ccae8505e9b68e20739c7023b84de98ffe0e8e))
|
|
27
|
+
* **docs:** documentation update for context ([390fa12](https://github.com/loopbackio/loopback-next/commit/390fa124142a489b92f1dbae677ec66ebd915f9d))
|
|
28
|
+
* **docs:** documentation update for non global interceptor ([e6eacff](https://github.com/loopbackio/loopback-next/commit/e6eacffa3b36c1769861ad5a4db71c615c17b1f3))
|
|
29
|
+
* **docs:** documentation updates for datasoure to datasource ([c05a7e6](https://github.com/loopbackio/loopback-next/commit/c05a7e6f8b50c2db51a157f94c2b77fbcc8b7406))
|
|
30
|
+
* **docs:** fix document typo from moreved to removed ([468a014](https://github.com/loopbackio/loopback-next/commit/468a01451d5e802ba87b82c3d9d12ac0703d6920))
|
|
31
|
+
* **docs:** fix in docs for typos in bootind and other docs ([2912fa9](https://github.com/loopbackio/loopback-next/commit/2912fa9216af3f107790672f6fa1331065b2ec9d))
|
|
32
|
+
* **docs:** fix in docs of crafting loopback for extensible typo ([ff023d2](https://github.com/loopbackio/loopback-next/commit/ff023d231c8db16910aa830e783f54b94af843dd))
|
|
33
|
+
* **docs:** fix in docs of crafting loopback for typo ([0329dd0](https://github.com/loopbackio/loopback-next/commit/0329dd0479314225d4634bd0e8fa1c9c765a084b))
|
|
34
|
+
* **docs:** fix in docs of crafting loopback for typo ([610f10a](https://github.com/loopbackio/loopback-next/commit/610f10a105f2f9dab23d4344112e7ad52e5ea31a))
|
|
35
|
+
* **docs:** fix in docs of dynamic models for typo ([71a8ab6](https://github.com/loopbackio/loopback-next/commit/71a8ab6ef9e8ff566298221551373b7672404643))
|
|
36
|
+
* **docs:** fix in docs of dynamic models for typo respositories ([e3f295d](https://github.com/loopbackio/loopback-next/commit/e3f295dabe09ca6510ba067721316989b4e7f60d))
|
|
37
|
+
* **docs:** fix in documentation of belongs to relation ([850c5b8](https://github.com/loopbackio/loopback-next/commit/850c5b83ae78e70f12cd32d37958f803a1694ad7))
|
|
38
|
+
* **docs:** fix typo in documentation from begining to beginning ([ca1bd55](https://github.com/loopbackio/loopback-next/commit/ca1bd55c9781b2e9a3527c4d27ef14282afb9bb2))
|
|
39
|
+
* **docs:** middleware sequence document update ([f0875e2](https://github.com/loopbackio/loopback-next/commit/f0875e27b9499f706bf8cf95fe36a02ce2d3a28b))
|
|
40
|
+
* **docs:** model documentation fix for typo ([e7448c7](https://github.com/loopbackio/loopback-next/commit/e7448c7e6818c0a214a90c03b51d2b7907dce032))
|
|
41
|
+
* **docs:** model generator documentation typo fix ([428b357](https://github.com/loopbackio/loopback-next/commit/428b3573488c8e911e8c73f1355d3b54d51456c9))
|
|
42
|
+
* **docs:** passport documentation fix for typo ([8852b0a](https://github.com/loopbackio/loopback-next/commit/8852b0aeeefc6080628ce95ccd17f1bb6a719c8e))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
6
48
|
# [5.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@5.0.0...@loopback/docs@5.1.0) (2022-06-13)
|
|
7
49
|
|
|
8
50
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loopback/docs",
|
|
3
3
|
"description": "Documentation files rendered at [https://loopback.io](https://loopback.io)",
|
|
4
|
-
"version": "5.1.
|
|
4
|
+
"version": "5.1.1",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"LoopBack",
|
|
7
7
|
"docs"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"tslib": "^2.4.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@loopback/build": "^9.0.
|
|
39
|
+
"@loopback/build": "^9.0.2"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "d2eddfc1319810f4c0126e613c24499b5685f7e4"
|
|
42
42
|
}
|
|
@@ -319,7 +319,7 @@ In LoopBack 3, the REST APIs for relations were exposed using static methods
|
|
|
319
319
|
with the name following the pattern `__{methodName}__{relationName}__` (e.g.
|
|
320
320
|
`Order.__get__customer`). While we recommend to create a new controller for each
|
|
321
321
|
hasMany relation in LoopBack 4, we also think it's best to use the main CRUD
|
|
322
|
-
controller as the place where to
|
|
322
|
+
controller as the place where to expose `belongsTo` API.
|
|
323
323
|
|
|
324
324
|
## Handling recursive relations
|
|
325
325
|
|
package/site/Context.md
CHANGED
|
@@ -298,7 +298,7 @@ A context event listener should conform to the following signature:
|
|
|
298
298
|
|
|
299
299
|
```ts
|
|
300
300
|
/**
|
|
301
|
-
* Synchronous event listener for the `Context` as
|
|
301
|
+
* Synchronous event listener for the `Context` as an event emitter
|
|
302
302
|
*/
|
|
303
303
|
export type ContextEventListener = (event: ContextEvent) => void;
|
|
304
304
|
```
|
|
@@ -50,7 +50,7 @@ LoopBack fits into a typical end-to-end API processing flow.
|
|
|
50
50
|

|
|
51
51
|
|
|
52
52
|
LoopBack has grown significantly in features and users with many years of
|
|
53
|
-
development and multiple releases. LoopBack has been well-
|
|
53
|
+
development and multiple releases. LoopBack has been well-received by the
|
|
54
54
|
developer community. As an indication, the community has developed
|
|
55
55
|
[many extensions](https://github.com/pasindud/awesome-loopback). The core team
|
|
56
56
|
has also learned a lot from what we have done as well as great feedback from the
|
|
@@ -434,8 +434,8 @@ its vast ecosystem.
|
|
|
434
434
|
Some of the gaps between what Express offers and LoopBack's needs are:
|
|
435
435
|
|
|
436
436
|
- Lack of extensibility
|
|
437
|
-
> Express is only
|
|
438
|
-
>
|
|
437
|
+
> Express is only extensible via middleware. It neither exposes a registry nor
|
|
438
|
+
> provides APIs to manage artifacts such as middleware or routers.
|
|
439
439
|
- Lack of composability
|
|
440
440
|
> Express is not composable. For example, `app.use()` is the only way to
|
|
441
441
|
> register a middleware. The order of middleware is determined by the order of
|
package/site/DEVELOPING.md
CHANGED
|
@@ -679,12 +679,12 @@ to preserve backward compatibility.
|
|
|
679
679
|
However, we do recognize that often a breaking change is the most sensible thing
|
|
680
680
|
to do. When that time comes:
|
|
681
681
|
|
|
682
|
-
- Describe
|
|
682
|
+
- Describe incompatibilities for release notes
|
|
683
683
|
- Look for more breaking changes to include in the release: search for comments
|
|
684
684
|
containing `TODO(semver-major)` and `@deprecated`.
|
|
685
685
|
- Update list of supported versions
|
|
686
686
|
|
|
687
|
-
### Describe
|
|
687
|
+
### Describe incompatibilities for release notes
|
|
688
688
|
|
|
689
689
|
In the pull request introducing the breaking change, provide a descriptive
|
|
690
690
|
[footer](#footer-optional) explaining the breaking change to our users. This
|
|
@@ -75,8 +75,8 @@ const bookDef = new ModelDefinition({
|
|
|
75
75
|
|
|
76
76
|
A LoopBack model class is created by passing a `ModelDefinition` object to
|
|
77
77
|
`@loopback/repository`'s helper function `defineModelClass()`. It expects a base
|
|
78
|
-
model to extend (typically `Model` or `Entity`),
|
|
79
|
-
object. In this case it will be `Entity`.
|
|
78
|
+
model to extend (typically `Model` or `Entity`), followed by the model
|
|
79
|
+
definition object. In this case it will be `Entity`.
|
|
80
80
|
|
|
81
81
|
```ts
|
|
82
82
|
const BookModel = defineModelClass<typeof Entity, {id: number; title?: string}>(
|
|
@@ -7,7 +7,7 @@ permalink: /doc/en/lb4/Implementing-features.html
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
{% include previous.html content=" This article continues from \[Defining your
|
|
10
|
-
testing
|
|
10
|
+
testing strategy(./Defining-your-testing-strategy.md).
|
|
11
11
|
" %}
|
|
12
12
|
|
|
13
13
|
## Incrementally implement features
|
package/site/Include-filter.md
CHANGED
|
@@ -286,7 +286,7 @@ await postRepository.findById('123', {
|
|
|
286
286
|
|
|
287
287
|
{% include important.html content="The `limit` filter will be applied on a per parent record basis. So each parent record will include a max of `limit` number of records.
|
|
288
288
|
Previously, we had a bug where `limit` will be applied globally, so not all parent's records will include related objects depending on the `limit` value.
|
|
289
|
-
To keep backward
|
|
289
|
+
To keep backward compatibility with this, in the weird case it is needed, you can use `totalLimit` instead. For more details [see here](https://github.com/loopbackio/loopback-next/issues/6832)
|
|
290
290
|
" %}
|
|
291
291
|
|
|
292
292
|
#### Access included objects
|
|
@@ -118,7 +118,7 @@ import {
|
|
|
118
118
|
} from '@loopback/core';
|
|
119
119
|
|
|
120
120
|
/**
|
|
121
|
-
* This class will be bound to the application as a global `Interceptor` during
|
|
121
|
+
* This class will be bound to the application as a non-global `Interceptor` during
|
|
122
122
|
* `boot`
|
|
123
123
|
*/
|
|
124
124
|
@injectable({tags: {key: TestInterceptor.BINDING_KEY}})
|
|
@@ -43,7 +43,7 @@ methods.
|
|
|
43
43
|
[#1293](https://github.com/loopbackio/loopback-next/issues/1293)
|
|
44
44
|
and
|
|
45
45
|
[#2035](https://github.com/loopbackio/loopback-next/issues/2035)
|
|
46
|
-
to track the progress on supporting Express
|
|
46
|
+
to track the progress on supporting Express middleware in LoopBack 4." %}
|
|
47
47
|
|
|
48
48
|
If you want to mount an Express router in a LoopBack 4 application, you can use
|
|
49
49
|
the
|
|
@@ -351,7 +351,7 @@ export class ExampleController {
|
|
|
351
351
|
```
|
|
352
352
|
|
|
353
353
|
Similarly, the request and response objects can be injected into services and
|
|
354
|
-
|
|
354
|
+
repositories along with other objects from the [context](./Context.md).
|
|
355
355
|
|
|
356
356
|
It may be tempting to use an Express router (because of familiarity) instead of
|
|
357
357
|
a controller to add custom endpoints to the application, but bear it in mind
|
|
@@ -475,7 +475,7 @@ async create(book: Book, options?: Options): Promise<Book> {
|
|
|
475
475
|
}
|
|
476
476
|
```
|
|
477
477
|
|
|
478
|
-
Similarly, various other repository methods in LoopBack 4 can be
|
|
478
|
+
Similarly, various other repository methods in LoopBack 4 can be overridden to
|
|
479
479
|
access the model data in the context of their operation.
|
|
480
480
|
|
|
481
481
|
{% include tip.html content="
|
|
@@ -485,6 +485,6 @@ may also be used to access the user submitted data in some cases." %}
|
|
|
485
485
|
## Summary
|
|
486
486
|
|
|
487
487
|
The phase-based middleware chain of LoopBack 3 is replaced by the sequence class
|
|
488
|
-
in LoopBack 4. Controllers, services, and
|
|
488
|
+
in LoopBack 4. Controllers, services, and repositories are part of the
|
|
489
489
|
request/response cycle in LoopBack 4; they provide interfaces and points of
|
|
490
490
|
access to the request object, the response object, and the model data.
|
package/site/Model-generator.md
CHANGED
|
@@ -47,7 +47,7 @@ The tool will prompt you for:
|
|
|
47
47
|
- For more information, see
|
|
48
48
|
[here](https://loopback.io/doc/en/lb4/Model.html#overview).
|
|
49
49
|
|
|
50
|
-
- **Allow
|
|
50
|
+
- **Allow additional properties.** _(allowAdditionalProperties)_ Defaults to
|
|
51
51
|
**false**. To allow arbitrary properties in addition to well-defined
|
|
52
52
|
properties, disable strict mode.
|
|
53
53
|
|
package/site/Model.md
CHANGED
|
@@ -146,7 +146,7 @@ export class Customer {
|
|
|
146
146
|
## Common Tasks
|
|
147
147
|
|
|
148
148
|
- [Define models at runtime](Creating-model-runtime.md)
|
|
149
|
-
- [Discover models from databases](
|
|
149
|
+
- [Discover models from databases](Discovering-models.md)
|
|
150
150
|
|
|
151
151
|
## Model Metadata
|
|
152
152
|
|
|
@@ -814,7 +814,7 @@ explicitly either on the property itself or via the `type` option of the
|
|
|
814
814
|
property decorator. Aliased types or types that extracted from a class or
|
|
815
815
|
interface (e.g. `public name: OtherClass['otherProperty']`) will not work
|
|
816
816
|
properly and will result in the property type being resolved as an empty object
|
|
817
|
-
rather than the intended type in the generated OpenAPI
|
|
817
|
+
rather than the intended type in the generated OpenAPI specification. This is due
|
|
818
818
|
to a limitation and flaw in the way TypeScript currently generates the metadata
|
|
819
819
|
that is used to generate the OpenAPI specification for the application." %}
|
|
820
820
|
|
|
@@ -62,7 +62,7 @@ deliverable_type: string;
|
|
|
62
62
|
|
|
63
63
|
The only difference on the repository class is that instead of having a single
|
|
64
64
|
repository getter, a dictionary of subclass repository getters is passed into
|
|
65
|
-
the repository factory
|
|
65
|
+
the repository factory creator.
|
|
66
66
|
|
|
67
67
|
```javascript
|
|
68
68
|
export class DeliveryRepository extends DefaultCrudRepository {
|
|
@@ -62,7 +62,7 @@ export class TodoListApplication extends BootMixin(
|
|
|
62
62
|
}
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
-
The
|
|
65
|
+
The middleware-based sequence itself is basically a named middleware chain. Each
|
|
66
66
|
middleware serves as an action within the sequence. The `handle` function
|
|
67
67
|
executes registered middleware in cascading fashion.
|
|
68
68
|
|
|
@@ -62,7 +62,7 @@ model already created in their respective directories.
|
|
|
62
62
|
|
|
63
63
|
### Arguments
|
|
64
64
|
|
|
65
|
-
`<name>` - Optional argument
|
|
65
|
+
`<name>` - Optional argument specifying the repository name to be generated. In
|
|
66
66
|
case you select multiple models, the first model will take this argument for its
|
|
67
67
|
repository file name.
|
|
68
68
|
|
|
@@ -91,7 +91,7 @@ The tool will prompt you for:
|
|
|
91
91
|
- **Please select the repository base class.** _(repository)_ if the name of a
|
|
92
92
|
valid base class has been supplied from the command line, the prompt is
|
|
93
93
|
skipped, otherwise it will present you a list of repositories. The default
|
|
94
|
-
repository is
|
|
94
|
+
repository is inferred from the datasource type.
|
|
95
95
|
|
|
96
96
|
Any repository in the `src/repository` folder with the file format
|
|
97
97
|
`*.repository.base.ts` will be added to the list too.
|
package/site/Repository.md
CHANGED
|
@@ -105,7 +105,7 @@ When a `DataSource` is instantiated, the configuration properties will be used
|
|
|
105
105
|
to initialize the connector to connect to the backend system. You can define a
|
|
106
106
|
DataSource using Juggler in your LoopBack 4 app as follows:
|
|
107
107
|
|
|
108
|
-
{% include code-caption.html content="src/
|
|
108
|
+
{% include code-caption.html content="src/datasources/db.datasource.ts" %}
|
|
109
109
|
|
|
110
110
|
```ts
|
|
111
111
|
import {juggler} from '@loopback/repository';
|
|
@@ -13,7 +13,7 @@ the APIs that create the endpoints on the server. We will then follow the path
|
|
|
13
13
|
taken by a request, to see how it makes its way through the various parts of the
|
|
14
14
|
framework to return a result.
|
|
15
15
|
|
|
16
|
-
### Setting up the request/response
|
|
16
|
+
### Setting up the request/response infrastructure
|
|
17
17
|
|
|
18
18
|
The endpoints on a LoopBack app can be categorized into controller endpoints and
|
|
19
19
|
non-controller endpoints. Controller endpoints are those that are created by
|
|
@@ -30,7 +30,7 @@ controller method.
|
|
|
30
30
|
{% include tip.html content="Apart from controller files in the `controllers` directory,
|
|
31
31
|
controllers may be added to the app by [components](https://loopback.io/doc/en/lb4/Components.html)." %}
|
|
32
32
|
|
|
33
|
-
In the request/response cycle section we will see how
|
|
33
|
+
In the request/response cycle section we will see how implementation details
|
|
34
34
|
determine the course of a request to these endpoints - they may or may not
|
|
35
35
|
actually interact with a model.
|
|
36
36
|
|
|
@@ -116,7 +116,7 @@ route for invocation.
|
|
|
116
116
|
##### 2. ParseParams
|
|
117
117
|
|
|
118
118
|
[ParseParams](https://loopback.io/doc/en/lb4/apidocs.rest.parseparamsprovider.html)
|
|
119
|
-
parses LoopBack-relevant request
|
|
119
|
+
parses LoopBack-relevant request parameters from the request body, URL segment,
|
|
120
120
|
and query parameters.
|
|
121
121
|
|
|
122
122
|
It is also responsible for validating the property types of the request body, as
|
|
@@ -127,7 +127,7 @@ HTTP 422 error.
|
|
|
127
127
|
|
|
128
128
|
[InvokeMethod](https://loopback.io/doc/en/lb4/apidocs.rest.invokemethodprovider.html)
|
|
129
129
|
is responsible for calling the endpoint handler, passing in the route found by
|
|
130
|
-
`FindRoute` and the
|
|
130
|
+
`FindRoute` and the parameters found by `ParseParams`.
|
|
131
131
|
|
|
132
132
|
For non-controller endpoints, control is passed on to the respective handlers at
|
|
133
133
|
this stage, which may then handle the response sending process themselves. For
|
|
@@ -234,8 +234,8 @@ use them.
|
|
|
234
234
|
between controllers and the data. They use an underlying datasource and a
|
|
235
235
|
connector to interact with the data.
|
|
236
236
|
|
|
237
|
-
Controller methods can call corresponding methods in the
|
|
238
|
-
|
|
237
|
+
Controller methods can call corresponding methods in the repository to read from
|
|
238
|
+
or write to the database.
|
|
239
239
|
|
|
240
240
|
Repositories can be injected in the controller constructor so controller methods
|
|
241
241
|
may use them.
|
|
@@ -43,7 +43,7 @@ export class TodoListApplication extends BootMixin(
|
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
You can call `app.static()` multiple times to configure the app to serve static
|
|
46
|
-
assets from different
|
|
46
|
+
assets from different directories.
|
|
47
47
|
|
|
48
48
|
```ts
|
|
49
49
|
app.static('/files', path.join(__dirname, 'files'));
|
|
@@ -970,7 +970,7 @@ describe('Product (acceptance)', () => {
|
|
|
970
970
|
await app.boot();
|
|
971
971
|
|
|
972
972
|
// change to use the test datasource after the app has been booted so that
|
|
973
|
-
// it is not
|
|
973
|
+
// it is not overridden
|
|
974
974
|
app.dataSource(testdb);
|
|
975
975
|
await app.start();
|
|
976
976
|
|
|
@@ -13,7 +13,7 @@ permalink: /doc/en/lb4/apidocs.repository.defaultcrudrepository.definepersistedm
|
|
|
13
13
|
|
|
14
14
|
## DefaultCrudRepository.definePersistedModel() method
|
|
15
15
|
|
|
16
|
-
Creates a legacy persisted model class, attaches it to the datasource and returns it. This method can be
|
|
16
|
+
Creates a legacy persisted model class, attaches it to the datasource and returns it. This method can be overridden in sub-classes to acess methods and properties in the generated model class.
|
|
17
17
|
|
|
18
18
|
<b>Signature:</b>
|
|
19
19
|
|
|
@@ -53,7 +53,7 @@ export declare class DefaultCrudRepository<T extends Entity, ID, Relations exten
|
|
|
53
53
|
| [createHasManyThroughRepositoryFactoryFor(relationName, targetRepositoryGetter, throughRepositoryGetter)](./repository.defaultcrudrepository.createhasmanythroughrepositoryfactoryfor.md) | | Function to create a constrained hasManyThrough relation repository factory |
|
|
54
54
|
| [createHasOneRepositoryFactoryFor(relationName, targetRepositoryGetter)](./repository.defaultcrudrepository.createhasonerepositoryfactoryfor.md) | | Function to create a constrained hasOne relation repository factory |
|
|
55
55
|
| [createReferencesManyAccessorFor(relationName, targetRepoGetter)](./repository.defaultcrudrepository.createreferencesmanyaccessorfor.md) | | Function to create a references many accessor |
|
|
56
|
-
| [definePersistedModel(entityClass)](./repository.defaultcrudrepository.definepersistedmodel.md) | | Creates a legacy persisted model class, attaches it to the datasource and returns it. This method can be
|
|
56
|
+
| [definePersistedModel(entityClass)](./repository.defaultcrudrepository.definepersistedmodel.md) | | Creates a legacy persisted model class, attaches it to the datasource and returns it. This method can be overridden in sub-classes to acess methods and properties in the generated model class. |
|
|
57
57
|
| [delete(entity, options)](./repository.defaultcrudrepository.delete.md) | | |
|
|
58
58
|
| [deleteAll(where, options)](./repository.defaultcrudrepository.deleteall.md) | | |
|
|
59
59
|
| [deleteById(id, options)](./repository.defaultcrudrepository.deletebyid.md) | | |
|
|
@@ -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.8.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.8.0...@loopback/rest-msgpack@0.8.1) (2022-06-13)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/rest-msgpack
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.7.2...@loopback/rest-msgpack@0.8.0) (2022-05-05)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -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
|
+
## [5.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@5.0.0...@loopback/example-access-control-migration@5.0.1) (2022-06-13)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-access-control-migration
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [5.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@4.1.2...@loopback/example-access-control-migration@5.0.0) (2022-05-05)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -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.7.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.7.0...@loopback/example-binding-resolution@0.7.1) (2022-06-13)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-binding-resolution
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.6.2...@loopback/example-binding-resolution@0.7.0) (2022-05-05)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -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
|
+
## [5.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@5.0.0...@loopback/example-context@5.0.1) (2022-06-13)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-context
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [5.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@4.1.2...@loopback/example-context@5.0.0) (2022-05-05)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -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
|
+
## [5.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@5.0.0...@loopback/example-express-composition@5.0.1) (2022-06-13)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-express-composition
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [5.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@4.1.2...@loopback/example-express-composition@5.0.0) (2022-05-05)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -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
|
+
## [4.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@4.0.0...@loopback/example-file-transfer@4.0.1) (2022-06-13)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-file-transfer
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [4.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@3.1.2...@loopback/example-file-transfer@4.0.0) (2022-05-05)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -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.7.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.7.0...@loopback/example-graphql@0.7.1) (2022-06-13)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-graphql
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.6.2...@loopback/example-graphql@0.7.0) (2022-05-05)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -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
|
+
## [5.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@5.0.0...@loopback/example-greeter-extension@5.0.1) (2022-06-13)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-greeter-extension
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [5.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@4.1.2...@loopback/example-greeter-extension@5.0.0) (2022-05-05)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -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
|
+
## [5.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@5.0.0...@loopback/example-greeting-app@5.0.1) (2022-06-13)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-greeting-app
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [5.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@4.1.2...@loopback/example-greeting-app@5.0.0) (2022-05-05)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -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
|
+
## [5.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@5.0.0...@loopback/example-hello-world@5.0.1) (2022-06-13)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-hello-world
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [5.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@4.1.2...@loopback/example-hello-world@5.0.0) (2022-05-05)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -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
|
+
## [5.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@5.0.0...@loopback/example-lb3-application@5.0.1) (2022-06-13)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-lb3-application
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [5.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@4.1.2...@loopback/example-lb3-application@5.0.0) (2022-05-05)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -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
|
+
## [5.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@5.0.0...@loopback/example-log-extension@5.0.1) (2022-06-13)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-log-extension
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [5.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@4.1.2...@loopback/example-log-extension@5.0.0) (2022-05-05)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -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.10.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.10.0...@loopback/example-metrics-prometheus@0.10.1) (2022-06-13)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-metrics-prometheus
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.9.2...@loopback/example-metrics-prometheus@0.10.0) (2022-05-05)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -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.13.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-multi-tenancy@0.13.0...@loopback/example-multi-tenancy@0.13.1) (2022-06-13)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-multi-tenancy
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-multi-tenancy@0.12.2...@loopback/example-multi-tenancy@0.13.0) (2022-05-05)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -361,6 +369,6 @@ Signed-off-by: Raymond Feng <enjoyjava@gmail.com>
|
|
|
361
369
|
### Features
|
|
362
370
|
|
|
363
371
|
* **example-multi-tenancy:** add multi-tenancy action and strategies ([fdfde2d](https://github.com/loopbackio/loopback-next/commit/fdfde2d41863b424051f11a92f12636c74549217))
|
|
364
|
-
* **example-multi-tenancy:** scaffold an example to
|
|
372
|
+
* **example-multi-tenancy:** scaffold an example to demonstrate multi-tenancy ([5129c31](https://github.com/loopbackio/loopback-next/commit/5129c3100d662858bddff60222c7c83ad56b0e46))
|
|
365
373
|
* **example-multi-tenancy:** use context configuration APIs for the action ([0f93dc1](https://github.com/loopbackio/loopback-next/commit/0f93dc13c53e83dedc2caedadc36807953792dd6))
|
|
366
374
|
|
|
@@ -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
|
+
## [4.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-passport-login@4.0.0...@loopback/example-passport-login@4.0.1) (2022-06-13)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-passport-login
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [4.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-passport-login@3.1.2...@loopback/example-passport-login@4.0.0) (2022-05-05)
|
|
17
25
|
|
|
18
26
|
|