@loopback/docs 7.0.8 → 7.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 +22 -0
- package/package.json +4 -4
- package/site/Application-generator.md +4 -0
- package/site/Getting-started.md +1 -0
- package/site/Parsing-requests.md +2 -2
- package/site/changelogs/bodyparsers/rest-msgpack/CHANGELOG.md +16 -0
- package/site/changelogs/examples/access-control-migration/CHANGELOG.md +19 -0
- package/site/changelogs/examples/binding-resolution/CHANGELOG.md +19 -0
- package/site/changelogs/examples/context/CHANGELOG.md +19 -0
- package/site/changelogs/examples/express-composition/CHANGELOG.md +19 -0
- package/site/changelogs/examples/file-transfer/CHANGELOG.md +19 -0
- package/site/changelogs/examples/graphql/CHANGELOG.md +19 -0
- package/site/changelogs/examples/greeter-extension/CHANGELOG.md +19 -0
- package/site/changelogs/examples/greeting-app/CHANGELOG.md +19 -0
- package/site/changelogs/examples/hello-world/CHANGELOG.md +19 -0
- package/site/changelogs/examples/lb3-application/CHANGELOG.md +19 -0
- package/site/changelogs/examples/log-extension/CHANGELOG.md +19 -0
- package/site/changelogs/examples/metrics-prometheus/CHANGELOG.md +19 -0
- package/site/changelogs/examples/multi-tenancy/CHANGELOG.md +19 -0
- package/site/changelogs/examples/passport-login/CHANGELOG.md +19 -0
- package/site/changelogs/examples/references-many/CHANGELOG.md +19 -0
- package/site/changelogs/examples/rest-crud/CHANGELOG.md +19 -0
- package/site/changelogs/examples/rpc-server/CHANGELOG.md +19 -0
- package/site/changelogs/examples/soap-calculator/CHANGELOG.md +19 -0
- package/site/changelogs/examples/socketio/CHANGELOG.md +19 -0
- package/site/changelogs/examples/todo/CHANGELOG.md +24 -0
- package/site/changelogs/examples/todo-jwt/CHANGELOG.md +19 -0
- package/site/changelogs/examples/todo-list/CHANGELOG.md +19 -0
- package/site/changelogs/examples/validation-app/CHANGELOG.md +19 -0
- package/site/changelogs/examples/webpack/CHANGELOG.md +24 -0
- package/site/changelogs/extensions/apiconnect/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/authentication-jwt/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/authentication-passport/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/context-explorer/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/cron/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/graphql/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/health/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/logging/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/metrics/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/pooling/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/sequelize/CHANGELOG.md +16 -0
- package/site/changelogs/extensions/socketio/CHANGELOG.md +19 -0
- package/site/changelogs/extensions/typeorm/CHANGELOG.md +16 -0
- package/site/changelogs/fixtures/mock-oauth2-provider/CHANGELOG.md +16 -0
- package/site/changelogs/packages/authentication/CHANGELOG.md +16 -0
- package/site/changelogs/packages/authorization/CHANGELOG.md +16 -0
- package/site/changelogs/packages/boot/CHANGELOG.md +16 -0
- package/site/changelogs/packages/booter-lb3app/CHANGELOG.md +16 -0
- package/site/changelogs/packages/build/CHANGELOG.md +16 -0
- package/site/changelogs/packages/cli/CHANGELOG.md +29 -0
- package/site/changelogs/packages/context/CHANGELOG.md +16 -0
- package/site/changelogs/packages/core/CHANGELOG.md +16 -0
- package/site/changelogs/packages/eslint-config/CHANGELOG.md +8 -0
- package/site/changelogs/packages/express/CHANGELOG.md +16 -0
- package/site/changelogs/packages/filter/CHANGELOG.md +16 -0
- package/site/changelogs/packages/http-caching-proxy/CHANGELOG.md +16 -0
- package/site/changelogs/packages/http-server/CHANGELOG.md +16 -0
- package/site/changelogs/packages/metadata/CHANGELOG.md +16 -0
- package/site/changelogs/packages/model-api-builder/CHANGELOG.md +16 -0
- package/site/changelogs/packages/openapi-spec-builder/CHANGELOG.md +16 -0
- package/site/changelogs/packages/openapi-v3/CHANGELOG.md +16 -0
- package/site/changelogs/packages/repository/CHANGELOG.md +16 -0
- package/site/changelogs/packages/repository-json-schema/CHANGELOG.md +19 -0
- package/site/changelogs/packages/repository-tests/CHANGELOG.md +16 -0
- package/site/changelogs/packages/rest/CHANGELOG.md +16 -0
- package/site/changelogs/packages/rest-crud/CHANGELOG.md +16 -0
- package/site/changelogs/packages/rest-explorer/CHANGELOG.md +16 -0
- package/site/changelogs/packages/security/CHANGELOG.md +16 -0
- package/site/changelogs/packages/service-proxy/CHANGELOG.md +16 -0
- package/site/changelogs/packages/testlab/CHANGELOG.md +16 -0
- package/site/changelogs/packages/tsdocs/CHANGELOG.md +16 -0
- package/site/decorators/Decorators_openapi.md +2 -2
- package/site/deployment/Deploying_to_ibm_cloud_kubernetes.md +1 -0
- package/site/migration/auth/authentication.md +2 -2
- package/site/tutorials/connectors/Mysql-tutorial.md +1 -0
- package/site/tutorials/connectors/Postgresql-tutorial.md +1 -0
- package/site/tutorials/soap-calculator/soap-calculator-tutorial-scaffolding.md +1 -0
- package/site/tutorials/todo/todo-tutorial-scaffolding.md +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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
|
+
## [7.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@7.1.0...@loopback/docs@7.1.1) (2025-01-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* fix lint error ([ea02d61](https://github.com/loopbackio/loopback-next/commit/ea02d61ec521fdd15b764a7513fcdfd3794ead4a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [7.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@7.0.8...@loopback/docs@7.1.0) (2024-12-12)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/docs@7.0.7...@loopback/docs@7.0.8) (2024-11-18)
|
|
7
29
|
|
|
8
30
|
**Note:** Version bump only for package @loopback/docs
|
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": "7.
|
|
4
|
+
"version": "7.1.1",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"LoopBack",
|
|
7
7
|
"docs"
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"fs-extra": "^11.2.0",
|
|
36
|
-
"tslib": "^2.
|
|
36
|
+
"tslib": "^2.8.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@loopback/build": "^11.0.
|
|
39
|
+
"@loopback/build": "^11.0.9"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "92fee0f161ccc2bb9d28579450f98fc43c959416"
|
|
42
42
|
}
|
|
@@ -31,6 +31,9 @@ lb4 [app] [options] [<name>]
|
|
|
31
31
|
`--loopbackBuild` : Add @loopback/build module's script set to LoopBack4
|
|
32
32
|
application project.
|
|
33
33
|
|
|
34
|
+
`--editorconfig` : Add EditorConfig config files to the LoopBack4 application
|
|
35
|
+
project.
|
|
36
|
+
|
|
34
37
|
`--vscode`: Add VSCode config files to LoopBack4 application project
|
|
35
38
|
|
|
36
39
|
`--docker`: Generate Dockerfile and add npm scripts to build/run the project in
|
|
@@ -70,6 +73,7 @@ The tool will prompt you for:
|
|
|
70
73
|
- [`prettier`](https://www.npmjs.com/package/prettier)
|
|
71
74
|
- [`mocha`](https://www.npmjs.com/package/mocha)
|
|
72
75
|
- [`@loopback/build`](https://www.npmjs.com/package/@loopback/build)
|
|
76
|
+
- [`editorconfig`](https://editorconfig.org/)
|
|
73
77
|
- [`vscode`](https://code.visualstudio.com/)
|
|
74
78
|
|
|
75
79
|
### Output
|
package/site/Getting-started.md
CHANGED
|
@@ -49,6 +49,7 @@ Answer the prompts as follows:
|
|
|
49
49
|
◉ Enable prettier: install prettier to format code conforming to rules
|
|
50
50
|
◉ Enable mocha: install mocha to run tests
|
|
51
51
|
◉ Enable loopbackBuild: use @loopback/build helpers (e.g. lb-eslint)
|
|
52
|
+
◉ Enable editorconfig: add EditorConfig files
|
|
52
53
|
◉ Enable vscode: add VSCode config files
|
|
53
54
|
◉ Enable docker: include Dockerfile and .dockerignore
|
|
54
55
|
◉ Enable repositories: include repository imports and RepositoryMixin
|
package/site/Parsing-requests.md
CHANGED
|
@@ -96,8 +96,8 @@ query parameters. Please note that this style does not preserve the encoding of
|
|
|
96
96
|
primitive types like numbers and booleans. They are always parsed as strings.
|
|
97
97
|
|
|
98
98
|
To filter results from the GET `/todo-list` endpoint in the todo-list example
|
|
99
|
-
with a relation, { "include": [ { "relation": "todo" } ] }, the following
|
|
100
|
-
query parameter can be used,
|
|
99
|
+
with a relation, { "include": [ { "relation": "todo" } ] }, the following
|
|
100
|
+
url-encoded query parameter can be used,
|
|
101
101
|
|
|
102
102
|
```
|
|
103
103
|
http://localhost:3000/todos?filter=%7B%22include%22%3A%5B%7B%22relation%22%3A%22todoList%22%7D%5D%7D
|
|
@@ -13,6 +13,22 @@ 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.11.9](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.11.8...@loopback/rest-msgpack@0.11.9) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @loopback/rest-msgpack
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [0.11.8](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.11.7...@loopback/rest-msgpack@0.11.8) (2024-11-18)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @loopback/rest-msgpack
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
16
32
|
## [0.11.7](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.11.6...@loopback/rest-msgpack@0.11.7) (2024-10-15)
|
|
17
33
|
|
|
18
34
|
**Note:** Version bump only for package @loopback/rest-msgpack
|
|
@@ -13,6 +13,25 @@ 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
|
+
# [7.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@7.0.8...@loopback/example-access-control-migration@7.1.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@7.0.7...@loopback/example-access-control-migration@7.0.8) (2024-11-18)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-access-control-migration
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [7.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@7.0.6...@loopback/example-access-control-migration@7.0.7) (2024-10-15)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-access-control-migration
|
|
@@ -13,6 +13,25 @@ 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.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.10.8...@loopback/example-binding-resolution@0.11.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [0.10.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.10.7...@loopback/example-binding-resolution@0.10.8) (2024-11-18)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-binding-resolution
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [0.10.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.10.6...@loopback/example-binding-resolution@0.10.7) (2024-10-15)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-binding-resolution
|
|
@@ -13,6 +13,25 @@ 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
|
+
# [7.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@7.0.8...@loopback/example-context@7.1.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@7.0.7...@loopback/example-context@7.0.8) (2024-11-18)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-context
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [7.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@7.0.6...@loopback/example-context@7.0.7) (2024-10-15)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-context
|
|
@@ -13,6 +13,25 @@ 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
|
+
# [7.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@7.0.8...@loopback/example-express-composition@7.1.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@7.0.7...@loopback/example-express-composition@7.0.8) (2024-11-18)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-express-composition
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [7.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-express-composition@7.0.6...@loopback/example-express-composition@7.0.7) (2024-10-15)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-express-composition
|
|
@@ -13,6 +13,25 @@ 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
|
+
# [6.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@6.0.8...@loopback/example-file-transfer@6.1.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [6.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@6.0.7...@loopback/example-file-transfer@6.0.8) (2024-11-18)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-file-transfer
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [6.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-file-transfer@6.0.6...@loopback/example-file-transfer@6.0.7) (2024-10-15)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-file-transfer
|
|
@@ -13,6 +13,25 @@ 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.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.10.8...@loopback/example-graphql@0.11.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [0.10.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.10.7...@loopback/example-graphql@0.10.8) (2024-11-18)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-graphql
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [0.10.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-graphql@0.10.6...@loopback/example-graphql@0.10.7) (2024-10-15)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-graphql
|
|
@@ -13,6 +13,25 @@ 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
|
+
# [7.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@7.0.8...@loopback/example-greeter-extension@7.1.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@7.0.7...@loopback/example-greeter-extension@7.0.8) (2024-11-18)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-greeter-extension
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [7.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeter-extension@7.0.6...@loopback/example-greeter-extension@7.0.7) (2024-10-15)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-greeter-extension
|
|
@@ -13,6 +13,25 @@ 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
|
+
# [7.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@7.0.8...@loopback/example-greeting-app@7.1.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@7.0.7...@loopback/example-greeting-app@7.0.8) (2024-11-18)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-greeting-app
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [7.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-greeting-app@7.0.6...@loopback/example-greeting-app@7.0.7) (2024-10-15)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-greeting-app
|
|
@@ -13,6 +13,25 @@ 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
|
+
# [7.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@7.0.8...@loopback/example-hello-world@7.1.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@7.0.7...@loopback/example-hello-world@7.0.8) (2024-11-18)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-hello-world
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [7.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-hello-world@7.0.6...@loopback/example-hello-world@7.0.7) (2024-10-15)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-hello-world
|
|
@@ -13,6 +13,25 @@ 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
|
+
# [7.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@7.0.8...@loopback/example-lb3-application@7.1.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@7.0.7...@loopback/example-lb3-application@7.0.8) (2024-11-18)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-lb3-application
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [7.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@7.0.6...@loopback/example-lb3-application@7.0.7) (2024-10-15)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-lb3-application
|
|
@@ -13,6 +13,25 @@ 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
|
+
# [7.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@7.0.8...@loopback/example-log-extension@7.1.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@7.0.7...@loopback/example-log-extension@7.0.8) (2024-11-18)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-log-extension
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [7.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@7.0.6...@loopback/example-log-extension@7.0.7) (2024-10-15)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-log-extension
|
|
@@ -13,6 +13,25 @@ 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.14.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.13.8...@loopback/example-metrics-prometheus@0.14.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [0.13.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.13.7...@loopback/example-metrics-prometheus@0.13.8) (2024-11-18)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-metrics-prometheus
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [0.13.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-metrics-prometheus@0.13.6...@loopback/example-metrics-prometheus@0.13.7) (2024-10-15)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-metrics-prometheus
|
|
@@ -13,6 +13,25 @@ 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.17.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-multi-tenancy@0.16.8...@loopback/example-multi-tenancy@0.17.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [0.16.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-multi-tenancy@0.16.7...@loopback/example-multi-tenancy@0.16.8) (2024-11-18)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-multi-tenancy
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [0.16.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-multi-tenancy@0.16.6...@loopback/example-multi-tenancy@0.16.7) (2024-10-15)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-multi-tenancy
|
|
@@ -13,6 +13,25 @@ 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
|
+
# [6.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-passport-login@6.0.8...@loopback/example-passport-login@6.1.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [6.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-passport-login@6.0.7...@loopback/example-passport-login@6.0.8) (2024-11-18)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-passport-login
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [6.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-passport-login@6.0.6...@loopback/example-passport-login@6.0.7) (2024-10-15)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-passport-login
|
|
@@ -13,6 +13,25 @@ permalink: /doc/en/lb4/changelog.example-references-many.html
|
|
|
13
13
|
All notable changes to this project will be documented in this file.
|
|
14
14
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
15
|
|
|
16
|
+
# [8.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-references-many@8.0.8...@loopback/example-references-many@8.1.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [8.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-references-many@8.0.7...@loopback/example-references-many@8.0.8) (2024-11-18)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-references-many
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [8.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-references-many@8.0.6...@loopback/example-references-many@8.0.7) (2024-10-15)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-references-many
|
|
@@ -13,6 +13,25 @@ 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
|
+
# [6.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rest-crud@6.0.8...@loopback/example-rest-crud@6.1.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [6.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rest-crud@6.0.7...@loopback/example-rest-crud@6.0.8) (2024-11-18)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-rest-crud
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [6.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rest-crud@6.0.6...@loopback/example-rest-crud@6.0.7) (2024-10-15)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-rest-crud
|
|
@@ -13,6 +13,25 @@ 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
|
+
# [7.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rpc-server@7.0.8...@loopback/example-rpc-server@7.1.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rpc-server@7.0.7...@loopback/example-rpc-server@7.0.8) (2024-11-18)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-rpc-server
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [7.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rpc-server@7.0.6...@loopback/example-rpc-server@7.0.7) (2024-10-15)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-rpc-server
|
|
@@ -13,6 +13,25 @@ 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
|
+
# [7.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-soap-calculator@7.0.8...@loopback/example-soap-calculator@7.1.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-soap-calculator@7.0.7...@loopback/example-soap-calculator@7.0.8) (2024-11-18)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-soap-calculator
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [7.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-soap-calculator@7.0.6...@loopback/example-soap-calculator@7.0.7) (2024-10-15)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-soap-calculator
|
|
@@ -13,6 +13,25 @@ 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.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-socketio@0.9.8...@loopback/example-socketio@0.10.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [0.9.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-socketio@0.9.7...@loopback/example-socketio@0.9.8) (2024-11-18)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @loopback/example-socketio
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
16
35
|
## [0.9.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-socketio@0.9.6...@loopback/example-socketio@0.9.7) (2024-10-15)
|
|
17
36
|
|
|
18
37
|
**Note:** Version bump only for package @loopback/example-socketio
|
|
@@ -13,6 +13,30 @@ 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
|
+
# [8.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@8.0.8...@loopback/example-todo@8.1.0) (2024-12-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* update geopoint data in tests ([c2441cb](https://github.com/loopbackio/loopback-next/commit/c2441cbd77f8db55db6757f20576a5bde11b5c78))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
## [8.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@8.0.7...@loopback/example-todo@8.0.8) (2024-11-18)
|
|
33
|
+
|
|
34
|
+
**Note:** Version bump only for package @loopback/example-todo
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
16
40
|
## [8.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-todo@8.0.6...@loopback/example-todo@8.0.7) (2024-10-15)
|
|
17
41
|
|
|
18
42
|
**Note:** Version bump only for package @loopback/example-todo
|