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: PaddleHQ/paddle-node-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: PaddleHQ/paddle-node-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 6 commits
  • 649 files changed
  • 3 contributors

Commits on Sep 26, 2024

  1. v2.0.0-rc.0 - Edge runtime support and more. (#45)

    ## 2.0.0-rc.0 - 2024-09-26
    
    > **Breaking changes:** This version includes major improvements that introduce breaking changes. These are called out below.
    
    ### Added
    
    - Added support for edge runtime.
    
    ### Changed
    
    - **Breaking change:** Updated the minimum required Node.js version to v18.
    - **Breaking change:** `Webhooks.unmarshal` and `Webhooks.isSignatureValid` now returns a promise.
    - Enabled conditional exports based on runtimes.
    - Switched from `node-fetch` to native `fetch` API.
    
    ---
    vijayasingam-paddle authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0f73f54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efd9e66 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Simulations 2.0 (#54)

    * feat(SimulationTypes): Add simulation types resource
    
    * chore: remove payment_method events
    
    * feat(Simulations): Add simulation resource
    
    * chore(Simulations): update request body types
    
    * chore: remove unused import
    
    * feat(Simulations): Add simulation runs resources
    
    * feat(Simulations): Add simulation run events resources
    
    * chore: clean up unused vars
    
    * feat(Simulations): narrow down simulation payload types (#52)
    
    * feat(Simulations): narrow down simulation payload types
    
    * refactor(Simulations): rename event map
    
    * fix(Simulations): Include scenarios in union
    
    * refactor(Simulations): rename DiscriminatedEventResponse
    
    * chore: bump version
    
    * fix(Simulations): update imports
    
    * chore: update import
    danbillson authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c5cd863 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Payment methods 2.0 (#69)

    * feat(NotificationSetting): Add trafficSource field
    
    * fix(SubscriptionNotification): mark transactionId as non-null
    
    * feat: add saved payment method resources
    danbillson authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    af59c80 View commit details
    Browse the repository at this point in the history
  2. remove lodash (#66)

    * replace lodash w/ inline helper
    
    lodash is huge & you were using a tiny portion of its insignificant bits
    
    Signed-off-by: Luke Edwards <luke.edwards05@gmail.com>
    
    * remove lodash dependency
    
    Signed-off-by: Luke Edwards <luke.edwards05@gmail.com>
    
    * chore: remove unneeded obj type coersion
    
    Signed-off-by: Luke Edwards <luke.edwards05@gmail.com>
    
    ---------
    
    Signed-off-by: Luke Edwards <luke.edwards05@gmail.com>
    Co-authored-by: Dan Billson <daniel.billson@paddle.com>
    lukeed and danbillson authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    55951b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af27a2f View commit details
    Browse the repository at this point in the history
Loading