Skip to content

Releases: sushruth/ado-auth

v0.2.12 npm scopes support + optimizations to reduce package size

01 Dec 00:35
d05ee7a
Compare
Choose a tag to compare

What's Changed

  1. Feature - Adds support for scoped npm registry entries and yarn2 npmScopes. Fixes #4
  2. Bug fix - Allows only ADO registry entries from now on. Fixes #3
  3. Replacing libraries with smaller variants for even smaller package size and install size.

Full Changelog: v0.2.7...v0.2.12

v0.2.7 `ado-auth` and introducing v0.0.1 `yarn-ado-auth` plugin for yarn

25 Nov 04:07
b3557d6
Compare
Choose a tag to compare
  • Adding a yarn plugin yarn-ado-auth that when used, forces yarn to always make sure ado auth token is valid before resolving dependencies
  • Exposing the used defaults from ado-auth

v0.2.6 Using smaller dependencies

24 Nov 21:13
Compare
Choose a tag to compare
  • Using colorette instead of chalk
  • Using light-spinner instead of ora
  • Adding fun colors and emojis for logs - logs don't have to be boring.

v0.2.5 Migrating to monorepo and using esbuild

24 Nov 00:42
Compare
Choose a tag to compare

This is the first release after migrating to a monorepo

  • using esbuild to build the cli
  • No API changes since v0.2.3