@loopback/docs 4.0.3 → 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.
- package/CHANGELOG.md +11 -0
- package/CODE_OF_CONDUCT.md +53 -3
- package/package.json +3 -3
- package/site/changelogs/bodyparsers/rest-msgpack/CHANGELOG.md +8 -0
- package/site/changelogs/examples/access-control-migration/CHANGELOG.md +8 -0
- package/site/changelogs/examples/binding-resolution/CHANGELOG.md +8 -0
- package/site/changelogs/examples/context/CHANGELOG.md +8 -0
- package/site/changelogs/examples/express-composition/CHANGELOG.md +8 -0
- package/site/changelogs/examples/file-transfer/CHANGELOG.md +8 -0
- package/site/changelogs/examples/graphql/CHANGELOG.md +8 -0
- package/site/changelogs/examples/greeter-extension/CHANGELOG.md +8 -0
- package/site/changelogs/examples/greeting-app/CHANGELOG.md +8 -0
- package/site/changelogs/examples/hello-world/CHANGELOG.md +8 -0
- package/site/changelogs/examples/lb3-application/CHANGELOG.md +8 -0
- package/site/changelogs/examples/log-extension/CHANGELOG.md +8 -0
- package/site/changelogs/examples/metrics-prometheus/CHANGELOG.md +8 -0
- package/site/changelogs/examples/multi-tenancy/CHANGELOG.md +8 -0
- package/site/changelogs/examples/passport-login/CHANGELOG.md +8 -0
- package/site/changelogs/examples/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/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 +8 -0
- package/site/changelogs/packages/cli/CHANGELOG.md +8 -0
- package/site/changelogs/packages/context/CHANGELOG.md +8 -0
- package/site/changelogs/packages/core/CHANGELOG.md +11 -0
- package/site/changelogs/packages/eslint-config/CHANGELOG.md +12 -0
- package/site/changelogs/packages/express/CHANGELOG.md +8 -0
- package/site/changelogs/packages/filter/CHANGELOG.md +16 -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 +8 -0
- package/site/changelogs/packages/openapi-v3/CHANGELOG.md +8 -0
- package/site/changelogs/packages/repository/CHANGELOG.md +8 -0
- package/site/changelogs/packages/repository-json-schema/CHANGELOG.md +8 -0
- package/site/changelogs/packages/repository-tests/CHANGELOG.md +8 -0
- package/site/changelogs/packages/rest/CHANGELOG.md +8 -0
- package/site/changelogs/packages/rest-crud/CHANGELOG.md +8 -0
- package/site/changelogs/packages/rest-explorer/CHANGELOG.md +8 -0
- package/site/changelogs/packages/security/CHANGELOG.md +8 -0
- package/site/changelogs/packages/service-proxy/CHANGELOG.md +8 -0
- package/site/changelogs/packages/testlab/CHANGELOG.md +8 -0
- package/site/changelogs/packages/tsdocs/CHANGELOG.md +8 -0
- package/site/migration/overview.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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
|
+
|
|
6
17
|
## [4.0.3](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@4.0.2...@loopback/docs@4.0.3) (2022-02-28)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @loopback/docs
|
package/CODE_OF_CONDUCT.md
CHANGED
|
@@ -1,4 +1,54 @@
|
|
|
1
|
-
#
|
|
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
|
-
[
|
|
64
|
-
|
|
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.
|
|
4
|
+
"version": "4.0.4",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"LoopBack",
|
|
7
7
|
"docs"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"tslib": "^2.3.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@loopback/build": "^8.1.
|
|
39
|
+
"@loopback/build": "^8.1.2"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "22d993c73a7b4ccdb36f2e26ea52460dc46fbd11"
|
|
42
42
|
}
|
|
@@ -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.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
|
+
|
|
16
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)
|
|
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
|
+
## [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
|
+
|
|
16
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)
|
|
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.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
|
+
|
|
16
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)
|
|
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
|
+
## [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
|
+
|
|
16
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)
|
|
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
|
+
## [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
|
+
|
|
16
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)
|
|
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
|
+
## [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
|
+
|
|
16
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)
|
|
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.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
|
+
|
|
16
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)
|
|
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
|
+
## [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
|
+
|
|
16
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)
|
|
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
|
+
## [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
|
+
|
|
16
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)
|
|
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
|
+
## [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
|
+
|
|
16
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)
|
|
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
|
+
## [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
|
+
|
|
16
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)
|
|
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
|
+
## [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
|
+
|
|
16
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)
|
|
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.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
|
+
|
|
16
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)
|
|
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.12.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-multi-tenancy@0.12.0...@loopback/example-multi-tenancy@0.12.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-multi-tenancy
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [0.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-multi-tenancy@0.11.1...@loopback/example-multi-tenancy@0.12.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -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
|
+
## [3.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-passport-login@3.1.0...@loopback/example-passport-login@3.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-passport-login
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [3.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-passport-login@3.0.1...@loopback/example-passport-login@3.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-rest-crud.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [3.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rest-crud@3.1.0...@loopback/example-rest-crud@3.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-rest-crud
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [3.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rest-crud@3.0.1...@loopback/example-rest-crud@3.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-rpc-server.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [4.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rpc-server@4.1.0...@loopback/example-rpc-server@4.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-rpc-server
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rpc-server@4.0.1...@loopback/example-rpc-server@4.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-soap-calculator.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [4.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-soap-calculator@4.1.0...@loopback/example-soap-calculator@4.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-soap-calculator
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-soap-calculator@4.0.1...@loopback/example-soap-calculator@4.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-socketio.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.5.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-socketio@0.5.0...@loopback/example-socketio@0.5.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-socketio
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [0.5.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-socketio@0.4.1...@loopback/example-socketio@0.5.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-todo.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@5.1.0...@loopback/example-todo@5.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-todo
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [5.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@5.0.1...@loopback/example-todo@5.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-todo-jwt.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [3.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-jwt@3.1.0...@loopback/example-todo-jwt@3.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-todo-jwt
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [3.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-jwt@3.0.1...@loopback/example-todo-jwt@3.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-todo-list.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-list@5.1.0...@loopback/example-todo-list@5.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-todo-list
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [5.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo-list@5.0.1...@loopback/example-todo-list@5.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-validation-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
|
+
## [3.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-validation-app@3.1.0...@loopback/example-validation-app@3.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-validation-app
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [3.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-validation-app@3.0.1...@loopback/example-validation-app@3.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-webpack.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-webpack@0.7.0...@loopback/example-webpack@0.7.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/example-webpack
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [0.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-webpack@0.6.1...@loopback/example-webpack@0.7.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.apiconnect.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/apiconnect@0.9.0...@loopback/apiconnect@0.9.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/apiconnect
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [0.9.0](https://github.com/loopbackio/loopback-next/compare/@loopback/apiconnect@0.8.1...@loopback/apiconnect@0.9.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.authentication-jwt.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.11.1](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication-jwt@0.11.0...@loopback/authentication-jwt@0.11.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/authentication-jwt
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [0.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication-jwt@0.10.1...@loopback/authentication-jwt@0.11.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.authentication-passport.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/authentication-passport@4.1.0...@loopback/authentication-passport@4.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/authentication-passport
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication-passport@4.0.1...@loopback/authentication-passport@4.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.context-explorer.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/context-explorer@0.7.0...@loopback/context-explorer@0.7.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/context-explorer
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [0.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/context-explorer@0.6.1...@loopback/context-explorer@0.7.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.cron.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/cron@0.8.0...@loopback/cron@0.8.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/cron
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [0.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cron@0.7.1...@loopback/cron@0.8.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.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/graphql@0.7.0...@loopback/graphql@0.7.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/graphql
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [0.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/graphql@0.6.1...@loopback/graphql@0.7.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.health.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/health@0.10.0...@loopback/health@0.10.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/health
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [0.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/health@0.9.1...@loopback/health@0.10.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.logging.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/logging@0.8.0...@loopback/logging@0.8.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/logging
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [0.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/logging@0.7.1...@loopback/logging@0.8.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.metrics.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/metrics@0.10.0...@loopback/metrics@0.10.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/metrics
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [0.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/metrics@0.9.1...@loopback/metrics@0.10.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.pooling.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/pooling@0.7.0...@loopback/pooling@0.7.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/pooling
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [0.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/pooling@0.6.1...@loopback/pooling@0.7.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.socketio.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.5.1](https://github.com/loopbackio/loopback-next/compare/@loopback/socketio@0.5.0...@loopback/socketio@0.5.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/socketio
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [0.5.0](https://github.com/loopbackio/loopback-next/compare/@loopback/socketio@0.4.1...@loopback/socketio@0.5.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.typeorm.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/typeorm@0.6.0...@loopback/typeorm@0.6.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/typeorm
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [0.6.0](https://github.com/loopbackio/loopback-next/compare/@loopback/typeorm@0.5.1...@loopback/typeorm@0.6.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.authentication.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
|
+
## [8.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication@8.1.0...@loopback/authentication@8.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/authentication
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [8.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/authentication@8.0.1...@loopback/authentication@8.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.authorization.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.11.1](https://github.com/loopbackio/loopback-next/compare/@loopback/authorization@0.11.0...@loopback/authorization@0.11.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/authorization
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [0.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/authorization@0.10.1...@loopback/authorization@0.11.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.boot.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/boot@4.1.0...@loopback/boot@4.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/boot
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/boot@4.0.1...@loopback/boot@4.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.booter-lb3app.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/booter-lb3app@3.1.0...@loopback/booter-lb3app@3.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/booter-lb3app
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [3.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/booter-lb3app@3.0.1...@loopback/booter-lb3app@3.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.build.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
|
+
## [8.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/build@8.1.1...@loopback/build@8.1.2) (2022-03-29)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/build
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [8.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@8.1.0...@loopback/build@8.1.1) (2022-02-28)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/build
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.cli.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/cli@3.1.0...@loopback/cli@3.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/cli
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [3.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@3.0.1...@loopback/cli@3.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.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/context@4.1.0...@loopback/context@4.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/context
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/context@4.0.1...@loopback/context@4.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,17 @@ permalink: /doc/en/lb4/changelog.core.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/core@3.1.0...@loopback/core@3.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* honor service injection options ([65ec864](https://github.com/loopbackio/loopback-next/commit/65ec8643682b4aa444657ffa32b6c692e48e82f2))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
16
27
|
# [3.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/core@3.0.1...@loopback/core@3.1.0) (2022-02-14)
|
|
17
28
|
|
|
18
29
|
|
|
@@ -13,6 +13,18 @@ permalink: /doc/en/lb4/changelog.eslint-config.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
|
+
## [12.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/eslint-config@12.0.3...@loopback/eslint-config@12.0.4) (2022-03-29)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* ignore HTTP code-like object members ([493e275](https://github.com/loopbackio/loopback-next/commit/493e2759ef7749b4d2ff7499318b7a6232e74d0d))
|
|
22
|
+
* ignore MIME type-like object members ([f282dca](https://github.com/loopbackio/loopback-next/commit/f282dcab18addf63a2fad45fb7b1f0da97c27390))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
16
28
|
## [12.0.3](https://github.com/loopbackio/loopback-next/compare/@loopback/eslint-config@12.0.2...@loopback/eslint-config@12.0.3) (2022-02-28)
|
|
17
29
|
|
|
18
30
|
**Note:** Version bump only for package @loopback/eslint-config
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.express.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/express@4.1.0...@loopback/express@4.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/express
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/express@4.0.1...@loopback/express@4.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,22 @@ permalink: /doc/en/lb4/changelog.filter.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
|
+
## [2.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/filter@2.1.1...@loopback/filter@2.1.2) (2022-03-29)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/filter
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [2.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/filter@2.1.0...@loopback/filter@2.1.1) (2022-02-28)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/filter
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
# [2.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/filter@2.0.1...@loopback/filter@2.1.0) (2022-02-14)
|
|
17
33
|
|
|
18
34
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.http-caching-proxy.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/http-caching-proxy@3.1.0...@loopback/http-caching-proxy@3.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/http-caching-proxy
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [3.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/http-caching-proxy@3.0.1...@loopback/http-caching-proxy@3.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.http-server.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [3.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/http-server@3.1.0...@loopback/http-server@3.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/http-server
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [3.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/http-server@3.0.1...@loopback/http-server@3.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.metadata.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/metadata@4.1.0...@loopback/metadata@4.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/metadata
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/metadata@4.0.1...@loopback/metadata@4.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.model-api-builder.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/model-api-builder@3.1.0...@loopback/model-api-builder@3.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/model-api-builder
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [3.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/model-api-builder@3.0.1...@loopback/model-api-builder@3.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.monorepo.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.4.4](https://github.com/loopbackio/loopback-next/compare/@loopback/monorepo@0.4.3...@loopback/monorepo@0.4.4) (2022-03-29)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/monorepo
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [0.4.3](https://github.com/loopbackio/loopback-next/compare/@loopback/monorepo@0.4.2...@loopback/monorepo@0.4.3) (2022-02-28)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/monorepo
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.openapi-spec-builder.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/openapi-spec-builder@4.1.0...@loopback/openapi-spec-builder@4.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/openapi-spec-builder
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/openapi-spec-builder@4.0.1...@loopback/openapi-spec-builder@4.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.openapi-v3.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [7.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/openapi-v3@7.1.0...@loopback/openapi-v3@7.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/openapi-v3
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [7.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/openapi-v3@7.0.1...@loopback/openapi-v3@7.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.repository.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/repository@4.1.0...@loopback/repository@4.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/repository
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository@4.0.1...@loopback/repository@4.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.repository-json-schema.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [5.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@5.1.0...@loopback/repository-json-schema@5.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/repository-json-schema
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [5.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@5.0.1...@loopback/repository-json-schema@5.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.repository-tests.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.20.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-tests@0.20.0...@loopback/repository-tests@0.20.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/repository-tests
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [0.20.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-tests@0.19.1...@loopback/repository-tests@0.20.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.rest.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
|
+
## [11.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@11.1.0...@loopback/rest@11.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/rest
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [11.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@11.0.1...@loopback/rest@11.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.rest-crud.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
## [0.13.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-crud@0.13.0...@loopback/rest-crud@0.13.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/rest-crud
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [0.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-crud@0.12.1...@loopback/rest-crud@0.13.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.rest-explorer.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/rest-explorer@4.1.0...@loopback/rest-explorer@4.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/rest-explorer
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-explorer@4.0.1...@loopback/rest-explorer@4.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.security.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/security@0.7.0...@loopback/security@0.7.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/security
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [0.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/security@0.6.1...@loopback/security@0.7.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.service-proxy.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/service-proxy@4.1.0...@loopback/service-proxy@4.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/service-proxy
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/service-proxy@4.0.1...@loopback/service-proxy@4.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.testlab.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.2](https://github.com/loopbackio/loopback-next/compare/@loopback/testlab@4.1.1...@loopback/testlab@4.1.2) (2022-03-29)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/testlab
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
## [4.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/testlab@4.1.0...@loopback/testlab@4.1.1) (2022-02-28)
|
|
17
25
|
|
|
18
26
|
**Note:** Version bump only for package @loopback/testlab
|
|
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.tsdocs.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/tsdocs@3.1.0...@loopback/tsdocs@3.1.1) (2022-02-28)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/tsdocs
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
16
24
|
# [3.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/tsdocs@3.0.1...@loopback/tsdocs@3.1.0) (2022-02-14)
|
|
17
25
|
|
|
18
26
|
|
|
@@ -39,7 +39,7 @@ We are recommending the following incremental approach:
|
|
|
39
39
|
|
|
40
40
|
4. Before you can define new models (or import existing ones), you need
|
|
41
41
|
datasources to attach them to. Follow the steps in
|
|
42
|
-
[Migrating datasources](
|
|
42
|
+
[Migrating datasources](datasources.md) to bring them over to LoopBack 4.
|
|
43
43
|
|
|
44
44
|
5. With this setup in place, it's time to migrate models. In theory, you can
|
|
45
45
|
migrate models one-by-one, but in practice you will need to migrate related
|