-
Notifications
You must be signed in to change notification settings - Fork 70
Comparing changes
Open a pull request
base repository: cloudevents/sdk-javascript
base: v4.0.1
head repository: cloudevents/sdk-javascript
compare: v4.0.2
- 14 commits
- 13 files changed
- 4 contributors
Commits on Mar 25, 2021
-
fix: ensure loose validation for isEvent and toEvent (#394)
The `HTTP.isEvent()` and `HTTP.toEvent()` functions both had some validation code that violated the principle of loose validation when receiving an event over HTTP. As discussed, the validation should be managed by the receiver in this case with `event.validate()` Signed-off-by: Lance Ball <lball@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for efe466a - Browse repository at this point
Copy the full SHA efe466aView commit details
Commits on Apr 5, 2021
-
docs: fix 'npm run generate-docs' (#398)
Fixes: #392 This commit also removes the external doc theme, since the new version generates decent looking docs. After this lands, docs should be published. Signed-off-by: Lance Ball <lball@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 447252e - Browse repository at this point
Copy the full SHA 447252eView commit details -
fix: defaults properly handled for emitterFor() (#399)
* fix: defaults properly handled for emitterFor() Fixes: #391
Configuration menu - View commit details
-
Copy full SHA for 0f11b02 - Browse repository at this point
Copy the full SHA 0f11b02View commit details
Commits on Apr 6, 2021
-
build(deps): bump y18n from 4.0.0 to 4.0.1 (#397)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 643c914 - Browse repository at this point
Copy the full SHA 643c914View commit details -
fix: examples/typescript-ex/package.json to reduce vulnerabilities (#395
) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 Signed-off-by: Lance Ball <lball@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d359355 - Browse repository at this point
Copy the full SHA d359355View commit details
Commits on Apr 15, 2021
-
doc: fix README.md coverage/quality badge links (#401)
For some reason they had never been changed from @fabiojose Fixes: #400 Signed-off-by: Lance Ball <lball@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d10fee0 - Browse repository at this point
Copy the full SHA d10fee0View commit details
Commits on Apr 16, 2021
-
chore: remove standard-version (#402)
Now that we are using release-please, this is not necessary. Signed-off-by: Lance Ball <lball@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for edd3c7f - Browse repository at this point
Copy the full SHA edd3c7fView commit details
Commits on Apr 20, 2021
-
chore: update CI workflow to include Node.js 14.x (#404)
Signed-off-by: Lance Ball <lball@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for cc43f3b - Browse repository at this point
Copy the full SHA cc43f3bView commit details -
chore: add markdown linter (#403)
Also fixes a few minor linting issues from CHANGELOG.md. Signed-off-by: Lance Ball <lball@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for fea5ac2 - Browse repository at this point
Copy the full SHA fea5ac2View commit details
Commits on Apr 21, 2021
-
chore: externalize remark-lint config (#406)
This way Codacy will use our configuration instead of its own. Signed-off-by: Lance Ball <lball@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 192c6a3 - Browse repository at this point
Copy the full SHA 192c6a3View commit details -
chore: tweak PR template (#407)
Signed-off-by: Lance Ball <lball@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 26ceb90 - Browse repository at this point
Copy the full SHA 26ceb90View commit details -
chore: remove @types/axios and add axios in dev (#408)
This commit removes @types/axios from the devDependencies and replaces it with straight up axios. The @types package is deprecated and has not been updated in four years. Plus it was raising a security alert. Plus axios publishes their own types now. Signed-off-by: Lance Ball <lball@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for a0009f6 - Browse repository at this point
Copy the full SHA a0009f6View commit details -
chore: update codacy badges (#409)
Signed-off-by: Lance Ball <lball@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 66f0b42 - Browse repository at this point
Copy the full SHA 66f0b42View commit details
Commits on Apr 23, 2021
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Lance Ball <lball@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1fe4f5b - Browse repository at this point
Copy the full SHA 1fe4f5bView 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 v4.0.1...v4.0.2