Change Log
All notable changes will be documented in this file.
3.0.1 - 2016-08-07
Changes
- Fix recursion bug (Lukas Eipert)
- Implement alternative base64 encoding/decoding implementation for Node 6 (Lukas Eipert)
3.0.0 - 2016-08-04
Added
- Support for Basic Authentication (username/password) (Lukas Eipert)
Changes
- The result format of the output changed from a simple string to an object which contains the token type
// before: returns 'tokenString'
// after: returns {token: 'tokenString', type: 'Bearer'}
getAuthToken()
2.1.1 - 2016-07-10
Changes
- Fix infinite loop when recursively resolving registry URLs on Windows (Espen Hovlandsdal)
2.1.0 - 2016-07-07
Added
- Add feature to find configured registry URL for a scope (Espen Hovlandsdal)
2.0.0 - 2016-06-17
Changes
- Fix tokens defined by reference to environment variables (Dan MacTough)
1.1.1 - 2016-04-26
Changes
- Fix for registries with port number in URL (Ryan Day)