isomorphic-git v1.0.0-beta.26 Release Notes

Release Date: 2020-02-16 // about 4 years ago
  • 1.0.0-beta.26 (2020-02-16)

    chore

    • โœ‚ remove automatic URL mangling and User-Agent setting (#1050) (e7d0842)

    ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿšš The URL that's provided is now the URL that's used; no longer will they be "fixed" to end with .git since sometimes that actually makes things worse, and subverts user expectations. Accordingly, the noGitSuffix parameter has been removed since it's the default behavior. Furthermore, the User-Agent is now totally in the user's hands, because it is just a minefield, and I'm done trying to make sense of it. I added a Headers page to the docs documenting what I know about User-Agent + GitHub + CORS + Chrome bugs.