Skip to content

Commit 38c6d05

Browse files
committed
Deploying to gh-pages from @ 53a8576 🚀
1 parent 53a8576 commit 38c6d05

File tree

72 files changed

+541
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+541
-0
lines changed

pages/en/lb4/Application-generator.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ lb4 [app] [options] [<name>]
3131
`--loopbackBuild` : Add @loopback/build module's script set to LoopBack4
3232
application project.
3333

34+
`--editorconfig` : Add EditorConfig config files to the LoopBack4 application
35+
project.
36+
3437
`--vscode`: Add VSCode config files to LoopBack4 application project
3538

3639
`--docker`: Generate Dockerfile and add npm scripts to build/run the project in
@@ -70,6 +73,7 @@ The tool will prompt you for:
7073
- [`prettier`](https://www.npmjs.com/package/prettier)
7174
- [`mocha`](https://www.npmjs.com/package/mocha)
7275
- [`@loopback/build`](https://www.npmjs.com/package/@loopback/build)
76+
- [`editorconfig`](https://editorconfig.org/)
7377
- [`vscode`](https://code.visualstudio.com/)
7478

7579
### Output

pages/en/lb4/Getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Answer the prompts as follows:
4949
◉ Enable prettier: install prettier to format code conforming to rules
5050
◉ Enable mocha: install mocha to run tests
5151
◉ Enable loopbackBuild: use @loopback/build helpers (e.g. lb-eslint)
52+
◉ Enable editorconfig: add EditorConfig files
5253
◉ Enable vscode: add VSCode config files
5354
◉ Enable docker: include Dockerfile and .dockerignore
5455
◉ Enable repositories: include repository imports and RepositoryMixin

pages/en/lb4/changelogs/bodyparsers/rest-msgpack/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.rest-msgpack.html
1313
All notable changes to this project will be documented in this file.
1414
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1515

16+
## [0.11.8](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-11-18)
17+
18+
**Note:** Version bump only for package @loopback/rest-msgpack
19+
20+
21+
22+
23+
1624
## [0.11.7](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-10-15)
1725

1826
**Note:** Version bump only for package @loopback/rest-msgpack

pages/en/lb4/changelogs/examples/access-control-migration/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-access-control-migration.html
1313
All notable changes to this project will be documented in this file.
1414
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1515

16+
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-11-18)
17+
18+
**Note:** Version bump only for package @loopback/example-access-control-migration
19+
20+
21+
22+
23+
1624
## [7.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-10-15)
1725

1826
**Note:** Version bump only for package @loopback/example-access-control-migration

pages/en/lb4/changelogs/examples/binding-resolution/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-binding-resolution.html
1313
All notable changes to this project will be documented in this file.
1414
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1515

16+
## [0.10.8](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-11-18)
17+
18+
**Note:** Version bump only for package @loopback/example-binding-resolution
19+
20+
21+
22+
23+
1624
## [0.10.7](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-10-15)
1725

1826
**Note:** Version bump only for package @loopback/example-binding-resolution

pages/en/lb4/changelogs/examples/context/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-context.html
1313
All notable changes to this project will be documented in this file.
1414
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1515

16+
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-11-18)
17+
18+
**Note:** Version bump only for package @loopback/example-context
19+
20+
21+
22+
23+
1624
## [7.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-10-15)
1725

1826
**Note:** Version bump only for package @loopback/example-context

pages/en/lb4/changelogs/examples/express-composition/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-express-composition.html
1313
All notable changes to this project will be documented in this file.
1414
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1515

16+
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-11-18)
17+
18+
**Note:** Version bump only for package @loopback/example-express-composition
19+
20+
21+
22+
23+
1624
## [7.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-10-15)
1725

1826
**Note:** Version bump only for package @loopback/example-express-composition

pages/en/lb4/changelogs/examples/file-transfer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-file-transfer.html
1313
All notable changes to this project will be documented in this file.
1414
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1515

16+
## [6.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-11-18)
17+
18+
**Note:** Version bump only for package @loopback/example-file-transfer
19+
20+
21+
22+
23+
1624
## [6.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-10-15)
1725

1826
**Note:** Version bump only for package @loopback/example-file-transfer

pages/en/lb4/changelogs/examples/graphql/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-graphql.html
1313
All notable changes to this project will be documented in this file.
1414
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1515

16+
## [0.10.8](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-11-18)
17+
18+
**Note:** Version bump only for package @loopback/example-graphql
19+
20+
21+
22+
23+
1624
## [0.10.7](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-10-15)
1725

1826
**Note:** Version bump only for package @loopback/example-graphql

pages/en/lb4/changelogs/examples/greeter-extension/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ permalink: /doc/en/lb4/changelog.example-greeter-extension.html
1313
All notable changes to this project will be documented in this file.
1414
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1515

16+
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-11-18)
17+
18+
**Note:** Version bump only for package @loopback/example-greeter-extension
19+
20+
21+
22+
23+
1624
## [7.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/[email protected]...@loopback/[email protected]) (2024-10-15)
1725

1826
**Note:** Version bump only for package @loopback/example-greeter-extension

0 commit comments

Comments
 (0)