Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: loopbackio/loopback-next
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @loopback/example-rpc-server@2.0.5
Choose a base ref
...
head repository: loopbackio/loopback-next
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @loopback/example-rpc-server@2.0.6
Choose a head ref
  • 18 commits
  • 184 files changed
  • 5 contributors

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    0a8bda0 View commit details
    Browse the repository at this point in the history
  2. chore: publish release

     - @loopback/docs@3.4.1
     - @loopback/example-passport-login@1.1.1
     - @loopback/cli@2.4.1
    raymondfeng committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    fa2fe1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23ec0e7 View commit details
    Browse the repository at this point in the history
  4. chore: publish release

     - @loopback/docs@3.4.2
     - @loopback/example-passport-login@1.1.2
     - @loopback/cli@2.4.2
    raymondfeng committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    3674a99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f01b4e9 View commit details
    Browse the repository at this point in the history
  6. chore: publish release

     - @loopback/docs@3.4.3
     - @loopback/cli@2.4.3
    raymondfeng committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    ff8cf59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de3f080 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. feat(build): enable all ES2020 features in TypeScript lib config

    Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
    bajtos committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    be6f31d View commit details
    Browse the repository at this point in the history
  2. 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>
    bajtos committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    a9df717 View commit details
    Browse the repository at this point in the history
  3. 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>
    bajtos committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    6359ed6 View commit details
    Browse the repository at this point in the history
  4. fix(docs): remove remote connector

    dhmlau authored and raymondfeng committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    df0fcfc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb057ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca5135a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b60eb4 View commit details
    Browse the repository at this point in the history
  8. chore: update dependency @types/uuid to ^7.0.3

    Signed-off-by: Renovate Bot <bot@renovateapp.com>
    renovate-bot authored and raymondfeng committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    b857adf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    53540f1 View commit details
    Browse the repository at this point in the history
  10. refactor: reposition working with data pages

    Agnes Lin authored and raymondfeng committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    49ee1d3 View commit details
    Browse the repository at this point in the history
  11. chore: publish release

     - @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
    raymondfeng committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    11f282d View commit details
    Browse the repository at this point in the history
Loading