-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: loopbackio/loopback-next
base: ae0d48b
head repository: loopbackio/loopback-next
compare: 278d452
- 14 commits
- 71 files changed
- 8 contributors
Commits on Apr 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c0130a6 - Browse repository at this point
Copy the full SHA c0130a6View commit details
Commits on Apr 18, 2018
-
refactor: use throw instead of Promise.reject where possible
I recommend `throw` over `return Promise.reject()` because: 1. It is shorter, which makes it easier to read. 2. It retains some parity between synchronous and asynchronous code. (It will continue to work as expected if those lines were extracted into a synchronous function.) There are [some occasions](https://gist.github.com/joeytwiddle/21331531f50885345e063d59ec7f11f2) when you cannot use `throw` in place of returning a rejection, but if you are in the body of an async function then it is always safe.
Configuration menu - View commit details
-
Copy full SHA for b0ae476 - Browse repository at this point
Copy the full SHA b0ae476View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63c2f37 - Browse repository at this point
Copy the full SHA 63c2f37View commit details
Commits on Apr 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0ccd635 - Browse repository at this point
Copy the full SHA 0ccd635View commit details
Commits on Apr 20, 2018
-
feat: upgrade to openapi3-ts@0.11.0
The release of openapi3-ts@0.11.0 closes the gap of OAS 3.0 spec. This PR removes most of our own type declarations for the spec.
Configuration menu - View commit details
-
Copy full SHA for 1ed79c9 - Browse repository at this point
Copy the full SHA 1ed79c9View commit details -
test: build loopback.io to validate docs package
Co-Authored-By: Raymond Feng <raymondfeng@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3a3c6fa - Browse repository at this point
Copy the full SHA 3a3c6faView commit details
Commits on Apr 23, 2018
-
fix: update the script to build/verify docs with loopback.io
The previous script rely on `packages/build` to clean up `loopback.io` directory after verification but it does not install deps of `@loopback/build`.
Configuration menu - View commit details
-
Copy full SHA for 9daec91 - Browse repository at this point
Copy the full SHA 9daec91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8373fb5 - Browse repository at this point
Copy the full SHA 8373fb5View commit details
Commits on Apr 24, 2018
-
build: move bootstrap to postinstall hook (#1264)
Rework setup/build scripts to run "lerna bootstrap" as part of "npm install". The new setup simplifies our development workflow when changing branches. Instead of having to remember and type multiple npm scripts, one can run a single command: npm install-test # abbreviated as: npm it Under the hood, a new "postinstall" script is calling "lerna bootstrap" to install dependencies in individual packages.Configuration menu - View commit details
-
Copy full SHA for c926031 - Browse repository at this point
Copy the full SHA c926031View commit details -
refactor: clean usage of OAI's ExtensionValue
Remove the definition of ExtensionValue from openapi-v3-types as it is no longer used. Remove Extendable type from openapi-spec-builder and use ISpecificationExtension from openapi3-ts instead. Fix openapi type guards to use a more correct `object` type instead of `ExtensionValue`, since the guards are not dealing with any extensions. Fix json-to-schema converter to use a different workaround for the compiler error related to accessing index properties on a type without any indexer.
Configuration menu - View commit details
-
Copy full SHA for 5dc4724 - Browse repository at this point
Copy the full SHA 5dc4724View commit details -
feat(build): add an option to copy non ts files to outDir
Copies non-.ts files (json, images, text, etc.) to the outDir (dist) so file paths can remain relative. Does so for the `include` directories listed in `tsconfig.json`.
Configuration menu - View commit details
-
Copy full SHA for 49b9a82 - Browse repository at this point
Copy the full SHA 49b9a82View commit details
Commits on Apr 25, 2018
-
chore: make the code compatible with node 10.0.0
- Replace new Buffer() with Buffer.from() - Work around nodejs/node#20278 - Upgrade to source-map-support@0.5.5
Configuration menu - View commit details
-
Copy full SHA for afe72ad - Browse repository at this point
Copy the full SHA afe72adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 715cc91 - Browse repository at this point
Copy the full SHA 715cc91View commit details -
- @loopback/authentication@0.8.1 - @loopback/boot@0.8.1 - @loopback/build@0.6.0 - @loopback/cli@0.9.0 - @loopback/context@0.8.1 - @loopback/core@0.6.1 - @loopback/metadata@0.6.1 - @loopback/openapi-spec-builder@0.5.1 - @loopback/openapi-v3-types@0.5.0 - @loopback/openapi-v3@0.8.0 - @loopback/repository-json-schema@0.6.1 - @loopback/repository@0.8.1 - @loopback/rest@0.8.0 - @loopback/testlab@0.8.0 - @loopback/example-hello-world@0.5.1 - @loopback/example-log-extension@0.7.1 - @loopback/example-rpc-server@0.5.1 - @loopback/example-todo@0.7.1 - @loopback/docs@0.5.1
Configuration menu - View commit details
-
Copy full SHA for 278d452 - Browse repository at this point
Copy the full SHA 278d452View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ae0d48b...278d452