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@0.7.1
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@0.7.2
Choose a head ref
  • 8 commits
  • 83 files changed
  • 3 contributors

Commits on May 8, 2018

  1. Configuration menu
    Copy the full SHA
    5b27323 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Configuration menu
    Copy the full SHA
    cc55ef5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. chore: upgrade fs-extra to latest

    Get rid of the following warning triggered by older versions of fs-extra
    on Node.js 10.1.0:
    
      ExperimentalWarning: The fs.promises API is experimental
    bajtos committed May 10, 2018
    Configuration menu
    Copy the full SHA
    d07ad39 View commit details
    Browse the repository at this point in the history
  2. chore: upgrade strong-docs to latest

    Pick up the new strong-docs version that does not trigger
    fs.promises ExperimentalWarning on Node.js 10.1.0.
    bajtos committed May 10, 2018
    Configuration menu
    Copy the full SHA
    d496ae1 View commit details
    Browse the repository at this point in the history
  3. ci: pin Node.js 10.x version to 10.0.0

    When running on Node.js 10.1.0, fs-extra triggers the following warning:
    
      ExperimentalWarning: The fs.promises API is experimental
    
    Unfortunately it's not enough to upgrade to the latest fs-extra,
    because many of our (deep) dependencies are still using an older
    fs-extra version.
    bajtos committed May 10, 2018
    Configuration menu
    Copy the full SHA
    a36e257 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. Configuration menu
    Copy the full SHA
    afa5511 View commit details
    Browse the repository at this point in the history
  2. fix: multiple instances of the same repository class

    Fix DefaultCrudRepository to re-use legacy juggler Models across
    all instances of the same Repository class.
    
    Before this change, each call of DefaultCrudRepository constructor
    was redefining the backing persisted model.
    
    This commit adds a caching mechanism to DefaultCrudRepository:
    when setting up a backing model, we check datasource's modelBuilder
    registry to find if the backing model was not already created by
    an older instance of the repository.
    bajtos authored and raymondfeng committed May 14, 2018
    Configuration menu
    Copy the full SHA
    c553f11 View commit details
    Browse the repository at this point in the history
  3. chore: publish release

     - @loopback/authentication@0.10.2
     - @loopback/boot@0.10.2
     - @loopback/build@0.6.4
     - @loopback/cli@0.11.4
     - @loopback/context@0.11.0
     - @loopback/core@0.8.2
     - @loopback/metadata@0.8.2
     - @loopback/openapi-spec-builder@0.7.2
     - @loopback/openapi-v3-types@0.7.2
     - @loopback/openapi-v3@0.10.2
     - @loopback/repository-json-schema@0.9.2
     - @loopback/repository@0.10.2
     - @loopback/rest@0.10.2
     - @loopback/service-proxy@0.5.3
     - @loopback/testlab@0.10.2
     - @loopback/example-hello-world@0.7.2
     - @loopback/example-log-extension@0.9.2
     - @loopback/example-rpc-server@0.7.2
     - @loopback/example-todo@0.9.2
     - @loopback/docs@0.7.4
    raymondfeng committed May 14, 2018
    Configuration menu
    Copy the full SHA
    bb1c62f View commit details
    Browse the repository at this point in the history
Loading