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: cloudevents/sdk-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.1
Choose a base ref
...
head repository: cloudevents/sdk-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.2
Choose a head ref
  • 14 commits
  • 13 files changed
  • 4 contributors

Commits on Mar 25, 2021

  1. 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>
    lance authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    efe466a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. 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>
    lance authored Apr 5, 2021
    Configuration menu
    Copy the full SHA
    447252e View commit details
    Browse the repository at this point in the history
  2. fix: defaults properly handled for emitterFor() (#399)

    * fix: defaults properly handled for emitterFor()
    
    Fixes: #391
    lance authored Apr 5, 2021
    Configuration menu
    Copy the full SHA
    0f11b02 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. 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>
    dependabot[bot] authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    643c914 View commit details
    Browse the repository at this point in the history
  2. 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>
    snyk-bot authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    d359355 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. 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>
    lance authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    d10fee0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. chore: remove standard-version (#402)

    Now that we are using release-please, this is not necessary.
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    lance authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    edd3c7f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. chore: update CI workflow to include Node.js 14.x (#404)

    Signed-off-by: Lance Ball <lball@redhat.com>
    lance authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    cc43f3b View commit details
    Browse the repository at this point in the history
  2. chore: add markdown linter (#403)

    Also fixes a few minor linting issues from CHANGELOG.md.
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    lance authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    fea5ac2 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. 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>
    lance authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    192c6a3 View commit details
    Browse the repository at this point in the history
  2. chore: tweak PR template (#407)

    Signed-off-by: Lance Ball <lball@redhat.com>
    lance authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    26ceb90 View commit details
    Browse the repository at this point in the history
  3. 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>
    lance authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    a0009f6 View commit details
    Browse the repository at this point in the history
  4. chore: update codacy badges (#409)

    Signed-off-by: Lance Ball <lball@redhat.com>
    lance authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    66f0b42 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. chore: release 4.0.2 (#396)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    github-actions[bot] authored Apr 23, 2021
    Configuration menu
    Copy the full SHA
    1fe4f5b View commit details
    Browse the repository at this point in the history
Loading