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/authentication@0.1.0
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/authentication@0.1.1
Choose a head ref
  • 11 commits
  • 72 files changed
  • 4 contributors

Commits on Feb 21, 2018

  1. Copy the full SHA
    81272e8 View commit details
  2. chore(release): publish

     - @loopback/cli@0.1.1
    raymondfeng committed Feb 21, 2018
    Copy the full SHA
    46a97d8 View commit details
  3. feat: add openapi v3 types (#999)

    Janny authored Feb 21, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7d83523 View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ec0ac81 View commit details

Commits on Feb 22, 2018

  1. Copy the full SHA
    9f54ef9 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e1303a9 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    468ab92 View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    908d360 View commit details
  5. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a82babf View commit details

Commits on Feb 23, 2018

  1. fix(context): fix optional param injection for methods

    The following function has length of 0 as the param has a default value:
    ```
    hello(@Inject('user', {optional: true}) user: string = 'Mary')
    ```
    
    Before this fix, the injected value for `user` is not used. The PR uses
    decorations to help decide the real number of params.
    raymondfeng committed Feb 23, 2018
    Copy the full SHA
    801a82d View commit details
  2. chore(release): publish

     - @loopback/authentication@0.1.1
     - @loopback/boot@0.1.1
     - @loopback/build@0.1.1
     - @loopback/cli@0.1.2
     - @loopback/context@0.1.1
     - @loopback/core@0.1.1
     - @loopback/example-getting-started@0.1.1
     - @loopback/example-hello-world@0.1.1
     - @loopback/example-log-extension@0.1.1
     - @loopback/example-rpc-server@0.1.1
     - @loopback/metadata@0.1.1
     - @loopback/openapi-spec-builder@0.1.1
     - @loopback/openapi-spec@0.1.1
     - @loopback/openapi-v2@0.1.1
     - @loopback/openapi-v3-types@0.1.1
     - @loopback/repository-json-schema@0.1.1
     - @loopback/repository@0.1.1
     - @loopback/rest@0.1.1
     - @loopback/testlab@0.1.1
    raymondfeng committed Feb 23, 2018
    Copy the full SHA
    e832fce View commit details
Loading