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.30.2
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.31.0
Choose a head ref
  • 6 commits
  • 9 files changed
  • 2 contributors

Commits on Jun 11, 2024

  1. Revert "add PR template (#263)" (#271)

    This reverts commit 87bd3ab.
    mattt authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    fa38a54 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Document file operations (#276)

    * Reword file input recommendations
    
    * Document file methods
    
    * Document fileEncodingStrategy client constructor option
    mattt authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9b5df12 View commit details
    Browse the repository at this point in the history
  2. Bump braces from 3.0.2 to 3.0.3 (#272)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d83117d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    a3adcb3 View commit details
    Browse the repository at this point in the history
  2. Export files methods to client (#278)

    * Export files methods to client
    
    * Add type definition for file operations
    
    * Add test coverage for file methods
    mattt authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    7f2bd81 View commit details
    Browse the repository at this point in the history
  3. 0.31.0

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