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: kittinunf/fuel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.0-alpha02
Choose a base ref
...
head repository: kittinunf/fuel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.0-alpha03
Choose a head ref
  • 9 commits
  • 26 files changed
  • 2 contributors

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    aa9487c View commit details
    Browse the repository at this point in the history
  2. Fix Gradle Actions Deprecation (#907)

    * Fix Gradle Actions Deprecation
    
    * Update main.yml
    
    * Update release.yml
    iNoles authored May 20, 2024
    Configuration menu
    Copy the full SHA
    0393a97 View commit details
    Browse the repository at this point in the history
  3. Bump multiplatform from 1.9.21 to 1.9.24 (#898)

    Bumps [multiplatform](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.24.
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v1.9.21...v1.9.24)
    
    ---
    updated-dependencies:
    - dependency-name: multiplatform
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2024
    Configuration menu
    Copy the full SHA
    704896d View commit details
    Browse the repository at this point in the history
  4. Bump plugin.serialization from 1.9.21 to 1.9.24 (#900)

    Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.24.
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v1.9.21...v1.9.24)
    
    ---
    updated-dependencies:
    - dependency-name: plugin.serialization
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2024
    Configuration menu
    Copy the full SHA
    2c87d2c View commit details
    Browse the repository at this point in the history
  5. Bump com.google.devtools.ksp from 1.9.21-1.0.16 to 1.9.24-1.0.20 (#896)

    Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.9.21-1.0.16 to 1.9.24-1.0.20.
    - [Release notes](https://github.com/google/ksp/releases)
    - [Commits](google/ksp@1.9.21-1.0.16...1.9.24-1.0.20)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.devtools.ksp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2024
    Configuration menu
    Copy the full SHA
    28be807 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Implement Response Headers (#908)

    * added headers for HTTPRespobse
    
    * change json function to use response's json functions.
    
    * add one header test function
    iNoles authored May 21, 2024
    Configuration menu
    Copy the full SHA
    1a716f5 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Increasing Test Coverage little bit more to 78.1% on Class (#909)

    * Improve Test on Fuel.request, HttpUrlFetcher and fillURLWithParameters
    
    * Update ParametersTest.kt
    
    * Update HttpLoaderBuilderTest.kt
    iNoles authored May 22, 2024
    Configuration menu
    Copy the full SHA
    11d7e96 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Add missing commonMain folder to fuel-kotlinx-serialization project (#…

    …914)
    
    * Oops, how i forget to check this. :(
    
    * Update ResponseExtensions.kt
    
    * Update ResponseExtensions.kt
    
    * Update ResponseExtensions.kt
    iNoles authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ca65c9c View commit details
    Browse the repository at this point in the history
  2. [Release] 3.0 Alpha 3 (#915)

    it going to push the release including the kotlinx serialization fix.
    iNoles authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e047276 View commit details
    Browse the repository at this point in the history
Loading