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@4.0.0-alpha.19
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@4.0.0-alpha.20
Choose a head ref
  • 9 commits
  • 116 files changed
  • 5 contributors

Commits on Dec 1, 2017

  1. feat: Add exit() to abort generation

    Throwing an error in yeoman is ugly. This PR allows a generator
    to abort with a reason. The reason will be logged at the end.
    Raymond Feng authored and raymondfeng committed Dec 1, 2017
    Copy the full SHA
    c95aa23 View commit details
  2. Publish

     - @loopback/cli@4.0.0-alpha.10
    raymondfeng committed Dec 1, 2017
    Copy the full SHA
    126b147 View commit details
  3. fix(cli): use prerelease versioning for templates

    Kevin Delisle committed Dec 1, 2017
    Copy the full SHA
    81aaa6f View commit details
  4. Publish

     - @loopback/cli@4.0.0-alpha.11
    raymondfeng committed Dec 1, 2017
    Copy the full SHA
    cbeaaaf View commit details

Commits on Dec 6, 2017

  1. fix: Fix node module names in source code headers

    Raymond Feng authored and raymondfeng committed Dec 6, 2017
    Copy the full SHA
    0316f28 View commit details

Commits on Dec 7, 2017

  1. fix(rest): Fix compilation error caused by @types/node

    @types/node@8.0.56 introduces a breaking change for URL and our build
    fails due to imcompatible types
    raymondfeng committed Dec 7, 2017
    Copy the full SHA
    89f1401 View commit details
  2. test: use dot reporter (#761)

    With more than 400 hundred test cases, the output of the default Mocha reporter produces several screens of text, which is no longer useful.
    
    This commit changes the test reporter to `dot`, which is the same reporter we are already using in LoopBack3 repositories.
    bajtos authored Dec 7, 2017

    Verified

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

Commits on Dec 8, 2017

  1. feat(cli): Cleanup REST application tooling (#774)

    * feat(cli): init commit
    
    * feat(cli): add tests
    
    * feat(cli): add sequence.ts
    
    * feat(cli): add and delete licensing
    
    * feat(cli): apply feedback
    
    * feat(cli): fix application name validation
    
    * feat(cli): implement SequenceHandler
    shimks authored Dec 8, 2017

    Verified

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

Commits on Dec 11, 2017

  1. Publish

     - @loopback/authentication@4.0.0-alpha.20
     - @loopback/build@4.0.0-alpha.7
     - @loopback/cli@4.0.0-alpha.12
     - @loopback/context@4.0.0-alpha.22
     - @loopback/core@4.0.0-alpha.24
     - @loopback/example-codehub@4.0.0-alpha.19
     - @loopback/openapi-spec-builder@4.0.0-alpha.14
     - @loopback/openapi-spec@4.0.0-alpha.17
     - @loopback/repository@4.0.0-alpha.18
     - @loopback/rest@4.0.0-alpha.13
     - @loopback/testlab@4.0.0-alpha.16
    raymondfeng committed Dec 11, 2017
    Copy the full SHA
    9710fa3 View commit details
Loading