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: replicate/replicate-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.29.4
Choose a base ref
...
head repository: replicate/replicate-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.30.0
Choose a head ref
  • 5 commits
  • 12 files changed
  • 3 contributors

Commits on May 14, 2024

  1. docs: document validateWebhook (#259)

    * document validateWebhook
    
    * Update README.md
    zeke authored May 14, 2024
    Configuration menu
    Copy the full SHA
    70ca64a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. document node 18 requirement

    zeke authored and aron committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cfafee4 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. add PR template (#263)

    zeke authored May 22, 2024
    2 Configuration menu
    Copy the full SHA
    87bd3ab View commit details
    Browse the repository at this point in the history
  2. Add support for files API endpoints (#184)

    * Add support for files API endpoints
    
    * Apply suggestions from code review
    
    Co-authored-by: Aron Carroll <aron@replicate.com>
    
    * Remove prepareInputs in favor of FileEncodingStrategy
    
    This allows the user to determine if file uploads, falling back to
    base64 should be used or just sticking to one approach.
    
    The tests have been updated to validate the file upload payload and
    to ensure the url is correctly passed to the prediction create method.
    
    * Remove replicate.files API
    
    * Tell Biome to ignore .wrangler directory
    
    ---------
    
    Co-authored-by: Aron Carroll <aron@replicate.com>
    mattt and aron authored May 22, 2024
    Configuration menu
    Copy the full SHA
    cc3d281 View commit details
    Browse the repository at this point in the history
  3. 0.30.0

    mattt committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3db8800 View commit details
    Browse the repository at this point in the history
Loading