Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.
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: openapi-ts/swr-openapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0-rc.6
Choose a base ref
...
head repository: openapi-ts/swr-openapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 33 files changed
  • 2 contributors

Commits on Sep 11, 2024

  1. v5.0.0 (#8)

    * Add missing wrapper hooks and standardize APIs (#7)
    
    * Add createQueryHook
    
    * Add createInfiniteHook
    
    * Add createImmutableHook
    
    * Add useMutate
    
    * Remove original exports
    
    * Upgrade dependencies
    
    * Revamp package setup
    
    * Remove old tests
    
    * Begin adding tests
    
    * Add mutate tests
    
    * Add infinite tests
    
    * Update tsconfig for builds
    
    * Tiny updates
    
    * Update package manager
    
    * Remove setup test data script
    
    * Apply lint and build fixes
    
    * Update README
    
    * Add git hooks for linting and formatting
    
    * Fix formatting
    
    * Fix exports
    
    * Fix lint errors and update readme
    
    * Remove tsconfig.build.json
    
    * 5.0.0-rc.0
    
    * Add `RequestTypes` utility back
    
    * 5.0.0-rc.1
    
    * Remove main and module fields
    
    * 5.0.0-rc.2
    
    * Update exports
    
    * 5.0.0-rc.3
    
    * Make more exports changes
    
    * 5.0.0-rc.4
    
    * Change package to commonjs
    
    * 5.0.0-rc.5
    
    * Ignore no resolution
    
    * 5.0.0-rc.6
    
    * Update exports
    
    * 5.0.0-rc.7
    
    * Revert to ESM-only
    
    * 5.0.0-rc.8
    
    * Add module and types to package.json
    
    * 5.0.0-rc.9
    
    * 5.0.0-rc.10
    
    * Switch back to ESM-only
    
    * 5.0.0-rc.11
    
    * Repair broken openapi-fetch types
    
    * 5.0.0-rc.12
    
    * Add missing support for boolean mutate argument
    
    * Add test for mutate promise types
    
    * Add key matcher docs
    
    * Add memoization hooks
    
    * Add debug values
    
    * 5.0.0-rc.13
    
    * Include prefix in debug values
    
    * 5.0.0-rc.14
    
    * Add links to swr documentation
    
    * 5.0.0-rc.15
    htunnicliff authored Sep 11, 2024
    Copy the full SHA
    92d7bbc View commit details
  2. Ignore test files

    htunnicliff committed Sep 11, 2024
    Copy the full SHA
    866a248 View commit details
  3. 5.0.0

    htunnicliff committed Sep 11, 2024
    Copy the full SHA
    deead7a View commit details

Commits on Oct 30, 2024

  1. Bump rollup in the npm_and_yarn group across 1 directory

    Bumps the npm_and_yarn group with 1 update in the / directory: [rollup](https://github.com/rollup/rollup).
    
    
    Updates `rollup` from 4.21.2 to 4.24.3
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.21.2...v4.24.3)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 30, 2024
    Copy the full SHA
    424c7fb View commit details
  2. Create dependabot.yml

    htunnicliff authored Oct 30, 2024
    Copy the full SHA
    cb47b44 View commit details
  3. Merge pull request #11 from htunnicliff/dependabot/npm_and_yarn/npm_a…

    …nd_yarn-7b58d7177a
    
    Bump rollup from 4.21.2 to 4.24.3 in the npm_and_yarn group across 1 directory
    htunnicliff authored Oct 30, 2024
    Copy the full SHA
    03fc28f View commit details

Commits on Nov 7, 2024

  1. Copy the full SHA
    0d4185a View commit details
Loading