-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: loopbackio/loopback-next
base: @loopback/example-rpc-server@2.0.5
head repository: loopbackio/loopback-next
compare: @loopback/example-rpc-server@2.0.6
- 18 commits
- 184 files changed
- 5 contributors
Commits on Apr 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0a8bda0 - Browse repository at this point
Copy the full SHA 0a8bda0View commit details -
- @loopback/docs@3.4.1 - @loopback/example-passport-login@1.1.1 - @loopback/cli@2.4.1
Configuration menu - View commit details
-
Copy full SHA for fa2fe1c - Browse repository at this point
Copy the full SHA fa2fe1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23ec0e7 - Browse repository at this point
Copy the full SHA 23ec0e7View commit details -
- @loopback/docs@3.4.2 - @loopback/example-passport-login@1.1.2 - @loopback/cli@2.4.2
Configuration menu - View commit details
-
Copy full SHA for 3674a99 - Browse repository at this point
Copy the full SHA 3674a99View commit details -
Configuration menu - View commit details
-
Copy full SHA for f01b4e9 - Browse repository at this point
Copy the full SHA f01b4e9View commit details -
- @loopback/docs@3.4.3 - @loopback/cli@2.4.3
Configuration menu - View commit details
-
Copy full SHA for ff8cf59 - Browse repository at this point
Copy the full SHA ff8cf59View commit details -
Configuration menu - View commit details
-
Copy full SHA for de3f080 - Browse repository at this point
Copy the full SHA de3f080View commit details
Commits on Apr 23, 2020
-
feat(build): enable all ES2020 features in TypeScript
libconfigSigned-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for be6f31d - Browse repository at this point
Copy the full SHA be6f31dView commit details -
feat(build): change the default compilation target to ES2018 (Node.js…
… 10.x) Now that we no longer support Node.js 8.x, we can configure TypeScript compiler to emit code leveraging newer language constructs available in Node.js 10.x. See also 9424b40 which added support for ES2018/Node.js 10.x target back in the days where we were producing custom `dist` versions for each target Node.js version supported. Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a9df717 - Browse repository at this point
Copy the full SHA a9df717View commit details -
fix(cli): remove project references from examples
In #5155, we reworked our typescript setup to leverage composite mode and project references. This breaks our example applications when they are checked out standalone, typically via `lb4 example`. ```sh $ lb4 example todo (...) $ cd loopback4-example-todo $ npm t (...) > lb-tsc error TS6053: File '/private/packages/http-caching-proxy/tsconfig.json' not found. error TS6053: File '/private/packages/testlab/tsconfig.json' not found. (...) Found 10 errors. ``` This commit fixes the problem by introducing a new step to `lb4 example` command where we remove `references` field from `tsconfig.json` file and set the field `compilerOptions.composite` to `false`. Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6359ed6 - Browse repository at this point
Copy the full SHA 6359ed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for df0fcfc - Browse repository at this point
Copy the full SHA df0fcfcView commit details -
feat: update bin/create-package.js to be compatible with TypeScript p…
…roject references
Configuration menu - View commit details
-
Copy full SHA for eb057ef - Browse repository at this point
Copy the full SHA eb057efView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca5135a - Browse repository at this point
Copy the full SHA ca5135aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b60eb4 - Browse repository at this point
Copy the full SHA 6b60eb4View commit details -
chore: update dependency @types/uuid to ^7.0.3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for b857adf - Browse repository at this point
Copy the full SHA b857adfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53540f1 - Browse repository at this point
Copy the full SHA 53540f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49ee1d3 - Browse repository at this point
Copy the full SHA 49ee1d3View commit details -
- @loopback/test-extension-logging-fluentd@0.3.1 - @loopback/test-repository-cloudant@2.1.1 - @loopback/test-repository-mongodb@0.7.1 - @loopback/test-repository-mysql@0.7.1 - @loopback/test-repository-postgresql@2.1.1 - @loopback/benchmark@2.0.6 - @loopback/docs@3.5.0 - @loopback/example-access-control-migration@1.1.6 - @loopback/example-context@2.0.6 - @loopback/example-express-composition@2.0.6 - @loopback/example-file-transfer@1.2.3 - @loopback/example-greeter-extension@2.0.6 - @loopback/example-greeting-app@2.0.6 - @loopback/example-hello-world@2.0.6 - @loopback/example-lb3-application@2.0.6 - @loopback/example-log-extension@2.0.6 - @loopback/example-metrics-prometheus@0.2.6 - @loopback/example-multi-tenancy@0.1.1 - @loopback/example-passport-login@1.1.3 - @loopback/example-rest-crud@1.1.5 - @loopback/example-rpc-server@2.0.6 - @loopback/example-soap-calculator@2.0.6 - @loopback/example-todo-list@3.0.6 - @loopback/example-todo@3.1.3 - @loopback/example-validation-app@1.2.3 - @loopback/apiconnect@0.2.1 - @loopback/extension-authentication-jwt@0.1.1 - @loopback/authentication-passport@2.1.1 - @loopback/context-explorer@0.1.1 - @loopback/cron@0.2.1 - @loopback/extension-health@0.4.1 - @loopback/extension-logging@0.3.1 - @loopback/extension-metrics@0.3.1 - @loopback/authentication@4.2.1 - @loopback/authorization@0.5.6 - @loopback/boot@2.1.1 - @loopback/booter-lb3app@2.1.1 - @loopback/build@5.2.0 - @loopback/cli@2.4.4 - @loopback/context@3.5.1 - @loopback/core@2.4.1 - @loopback/http-caching-proxy@2.1.1 - @loopback/http-server@2.1.1 - @loopback/metadata@2.1.1 - @loopback/model-api-builder@2.1.1 - @loopback/openapi-spec-builder@2.1.1 - @loopback/openapi-v3@3.2.1 - @loopback/repository-json-schema@2.2.1 - @loopback/repository-tests@0.12.1 - @loopback/repository@2.2.1 - @loopback/rest-crud@0.8.1 - @loopback/rest-explorer@2.1.1 - @loopback/rest@3.3.1 - @loopback/security@0.2.6 - @loopback/service-proxy@2.1.1 - @loopback/testlab@3.1.1 - @loopback/tsdocs@2.1.1
Configuration menu - View commit details
-
Copy full SHA for 11f282d - Browse repository at this point
Copy the full SHA 11f282dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff @loopback/example-rpc-server@2.0.5...@loopback/example-rpc-server@2.0.6