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: v7.0.2
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: v8.0.0
Choose a head ref
  • 6 commits
  • 16 files changed
  • 2 contributors

Commits on Jul 11, 2023

  1. chore: add npm run build:schema to the doc generation action (#557)

    The github action that generates the documentation fails currently due
    to the fact that it's expecting the generated schema to exist, but it
    does not exist unless it's explicitly built.
    
    This commit adds `npm run build:schema` to the workflow action.
    
    Signed-off-by: Lance Ball <[email protected]>
    lance authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    fa388f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    089520a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. BREAKING CHANGE: use string instead of enum for Version (#561)

    TypeScript does not consider enum values equivalent, even if the string
    representation is the same. So, when a module imports `cloudevents` and
    also has a dependency on `cloudevents` this can cause conflicts where
    the `CloudEvent.version` attribute is not considered equal when, in
    fact, it is.
    
    Changing the `enum` to a string is pretty straightforward, but should be
    considered a breaking change since TypeScript dependents will
    potentially fail the build with a change like this.
    
    Signed-off-by: Lance Ball <[email protected]>
    lance authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    15f6505 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. BREAKING CHANGE!: use string instead of enum for Version (#562)

    This is an empty commit that provides a reference to #561
    which was not considered a breaking change by release-please.
    
    Release-As: 8.0.0
    
    Signed-off-by: Lance Ball <[email protected]>
    lance authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    df059e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. chore: release 8.0.0 (#563)

    Release-As: 8.0.0
    
    Signed-off-by: Lucas Holmquist <[email protected]>
    lholmquist authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    1ed43c8 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 8.0.0 (#558)

    * chore(main): release 8.0.0
    
    Signed-off-by: Lucas Holmquist <[email protected]>
    
    
    ---------
    
    Signed-off-by: Lucas Holmquist <[email protected]>
    lholmquist authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    db60220 View commit details
    Browse the repository at this point in the history
Loading