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.4.2
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.4.4
Choose a head ref
  • 20 commits
  • 332 files changed
  • 6 contributors

Commits on Apr 4, 2018

  1. Configuration menu
    Copy the full SHA
    16094d7 View commit details
    Browse the repository at this point in the history
  2. chore: update dependencies

    virkt25 committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    678b385 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Configuration menu
    Copy the full SHA
    ea617ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e1be1f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. refactor: move example packages to examples folder

    the packages folder currently contains all the examples, the example packages don't contain any
    loopback logic, therefore it makes sense to move the examples to a separate folder. All example
    packages are thus moved from `packages/example-{name}` to `examples/{name}`.
    jwooning authored and virkt25 committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    10dac0b View commit details
    Browse the repository at this point in the history
  2. chore: publish release

     - @loopback/authentication@0.5.3
     - @loopback/boot@0.5.3
     - @loopback/build@0.4.2
     - @loopback/cli@0.6.3
     - @loopback/context@0.5.3
     - @loopback/core@0.4.3
     - @loopback/metadata@0.4.3
     - @loopback/openapi-spec-builder@0.4.3
     - @loopback/openapi-v3-types@0.3.3
     - @loopback/openapi-v3@0.5.3
     - @loopback/repository-json-schema@0.4.3
     - @loopback/repository@0.5.0
     - @loopback/rest@0.5.3
     - @loopback/testlab@0.5.3
     - @loopback/example-hello-world@0.4.3
     - @loopback/example-log-extension@0.5.3
     - @loopback/example-rpc-server@0.4.3
     - @loopback/example-todo@0.5.3
     - @loopback/docs@0.3.5
    virkt25 committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    0eff2d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. feat(context): typed binding keys

    Modify Context, Binding, and related methods to allow developers
    to add a type information to individual binding keys. These binding
    keys will allow the compiler to verify that a correct value is passed
    to binding setters (`.to()`, `.toClass()`, etc.) and automatically
    infer the type of the value returned by `ctx.get()` and `ctx.getSync()`.
    
    Bring the documentation in sync with the actual implementation in code.
    Rename `AuthenticationProvider` to `AuthenticateActionProvider`
    bajtos committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    685195c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4145a6f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. fix: apply small docs changes

    shimks committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    8ad1b86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59b9e9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3db07eb View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. test(openapi-v3-types): improve test coverage

    connected to #181
    virkt25 committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    3f085fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0331df8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    184371b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1cbab3 View commit details
    Browse the repository at this point in the history
  5. refactor(rest): tidy up controller related methods

    - move controllFactory param next to controllerCtor
    - split createControllerFactory to three functions
    raymondfeng committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    5446cea View commit details
    Browse the repository at this point in the history
  6. chore: update package.json to remove api-docs

    Now the apidocs will be generated for the whole monorepo
    raymondfeng committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    c04bd9d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e1ef72 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a3f560 View commit details
    Browse the repository at this point in the history
  9. chore: publish release

     - @loopback/authentication@0.6.0
     - @loopback/boot@0.6.0
     - @loopback/build@0.4.3
     - @loopback/cli@0.7.0
     - @loopback/context@0.6.0
     - @loopback/core@0.5.0
     - @loopback/metadata@0.4.4
     - @loopback/openapi-spec-builder@0.4.4
     - @loopback/openapi-v3-types@0.3.4
     - @loopback/openapi-v3@0.5.4
     - @loopback/repository-json-schema@0.4.4
     - @loopback/repository@0.6.0
     - @loopback/rest@0.6.0
     - @loopback/testlab@0.5.4
     - @loopback/example-hello-world@0.4.4
     - @loopback/example-log-extension@0.6.0
     - @loopback/example-rpc-server@0.4.4
     - @loopback/example-todo@0.6.0
     - @loopback/docs@0.4.0
    raymondfeng committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    345a71f View commit details
    Browse the repository at this point in the history
Loading