Thanks to visit codestin.com
Credit goes to github.com

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: readmeio/httpsnippet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.0.0
Choose a base ref
...
head repository: readmeio/httpsnippet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.0.0
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    96edde3 View commit details
    Browse the repository at this point in the history
  2. fix(breaking): always return array (#225)

    ## 🧰 Changes
    
    I had DX concerns about the `string[] | string` setup in the
    `.convert()` method and talked offline with @erunion and agreed that it
    should always return a `string[]`, so this PR makes that change. This is
    a breaking change.
    
    ## 🧬 QA & Testing
    
    Is this everything? I saw this line below but I think it's unrelated so
    I left it, but let me know if I'm wrong about this.
    
    
    https://github.com/readmeio/httpsnippet/blob/fc92e4000714ec677bbf712fc9537fd616e8ae65/src/targets/index.ts#L41
    kanadgupta authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c755ef0 View commit details
    Browse the repository at this point in the history
  3. build: 10.0.0 release

    erunion committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    94f9897 View commit details
    Browse the repository at this point in the history
Loading