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@4.0.0-alpha.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@4.0.0-alpha.2
Choose a head ref
  • 5 commits
  • 62 files changed
  • 3 contributors

Commits on Jan 30, 2018

  1. chore: move tasks from prepare to prepublishOnly (#928)

    The current build has 'prepare' for each package to:
    
    1. Run tsc for dist
    2. Run tsc for dist6
    3. Run apidocs generation
    
    Neither 2 or 3 is required for most of our development tasks. Both steps
    are pretty time-consuming.
    
    Please note `prepare` is triggered with `npm install`, which is also part
    of `lerna bootstrap`.
    
    This move will:
    1. Speed up our scripts for most cases
    2. Continue to ensure dist/dist6 builds and apidocs before publish
    raymondfeng authored and bajtos committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    afac0cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43256e8 View commit details
    Browse the repository at this point in the history
  3. feat(repository-json-schema): add in top-level metadata for json sche…

    …ma (#907)
    
    * feat(repository-json-schema): add in top-level metadata for json schema
    shimks authored Jan 30, 2018
    Configuration menu
    Copy the full SHA
    fe59e6b View commit details
    Browse the repository at this point in the history
  4. fix(build): upgrade to strong-docs@1.7.1

    This change makes sure typedoc runs with the same configuration as tsc
    and tslint do.
    raymondfeng committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    fd02e1b View commit details
    Browse the repository at this point in the history
  5. Publish

     - @loopback/authentication@4.0.0-alpha.30
     - @loopback/build@4.0.0-alpha.12
     - @loopback/cli@4.0.0-alpha.20
     - @loopback/context@4.0.0-alpha.29
     - @loopback/core@4.0.0-alpha.31
     - @loopback/example-getting-started@1.0.1-alpha.4
     - @loopback/example-hello-world@4.0.0-alpha.1
     - @loopback/example-log-extension@4.0.0-alpha.4
     - @loopback/example-rpc-server@4.0.0-alpha.2
     - @loopback/metadata@4.0.0-alpha.8
     - @loopback/openapi-spec-builder@4.0.0-alpha.20
     - @loopback/openapi-spec@4.0.0-alpha.23
     - @loopback/openapi-v2@4.0.0-alpha.8
     - @loopback/repository-json-schema@4.0.0-alpha.5
     - @loopback/repository@4.0.0-alpha.27
     - @loopback/rest@4.0.0-alpha.23
     - @loopback/testlab@4.0.0-alpha.22
    raymondfeng committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    54f3ea7 View commit details
    Browse the repository at this point in the history
Loading