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

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

    chore

    • ๐Ÿ‘‰ make onAuth the replacement for username, password, token, and oauth2format (#1051) (e344578)

    ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿšš The username, password, token, and oauth2format params were removed and replaced with the onAuth callback. Since onAuth also replaced the credentialManager plugin, this means now there is a single way to do authentication instead of two.