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: rybalkinsd/kohttp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.12.0
Choose a base ref
...
head repository: rybalkinsd/kohttp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 51 files changed
  • 6 contributors

Commits on May 24, 2020

  1. Configuration menu
    Copy the full SHA
    031d8b3 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Fixed test source directory typo (#199)

    * Fixed test source directory typo
    
    * Removed redundant code block
    GolovPavel authored May 28, 2020
    Configuration menu
    Copy the full SHA
    188b5c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Fix typo in reponse (#202)

    mixno373 authored Aug 21, 2020
    Configuration menu
    Copy the full SHA
    63b3349 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. [Issue-203] (#205)

    fix:
    - okhttp version migration 3.14.2 -> 4.9.0
    - kotlin version migration 1.3.50 -> 1.4.20
    andrewponomarev authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    58cc9d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. [Issue-206] make param v nullable. (#207)

    Reason: When class Form was using in DSL, to with nullable param refers to "kotlin.to" and did not append param.
    
    Co-authored-by: Mark <[email protected]>
    MEJIOMAH17 and Mark authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    d7ea236 View commit details
    Browse the repository at this point in the history
Loading