Vercel-Project-Manager

A VSCode extension for managing Vercel projects and environments.

MIT License

Stars
5

Bot releases are hidden (Show)

Vercel-Project-Manager - Release 2.2.4 Latest Release

Published by aarondill 7 months ago

  • fix: openDeploymentsLink should open /deployments eaa1829
Vercel-Project-Manager - Release 2.2.3

Published by aarondill 7 months ago

  • feat: remove the accessToken generated when logging out #14
Vercel-Project-Manager - Release 2.2.2

Published by aarondill 7 months ago

  • feat: better debug command #13
  • chore: remove tokenRef config in release-it ca1ad04
Vercel-Project-Manager - Release 2.2.1

Published by aarondill 8 months ago

  • fix: add logging.error #10
  • fix: remove infinite loop on startup #9
Vercel-Project-Manager - Release 2.2.0

Published by aarondill 8 months ago

  • feat: show the branch and target in each DeploymentItem #7
Vercel-Project-Manager - Release 2.1.1

Published by aarondill 8 months ago

  • refactor: All commands should extends disposable 0b23c2a
  • feat: add logging to Api calls b0c3ec5
  • refactor: add more logs 4c0db77
  • feat: add logging bc9e850
  • feat: add debug command 92d2c4f
  • fix: don't remove the access token when there's no teamId 44b155d
  • fix: undefined in error message 416c04a
  • fix: use vercel.com to verify connection f9da717
  • refactor: remove unused imports 12eb58e
  • fix: add log on successful request 7e29edd
Vercel-Project-Manager - Release 2.1.0

Published by aarondill 8 months ago

  • feat: add support for teams! #5
  • refactor: remove unneeded activationEvents b68c622
Vercel-Project-Manager - Release 2.0.2

Published by aarondill 8 months ago

  • fix: fully type safe network requests a98a8bf
  • refactor: refactor code 5501d3f
  • refactor: type safe network requests 760bbd6
  • fix: tokens generated are invalid for the cli f4ecd60
  • chore: remove unused imports 80d6eed
  • docs: add note about cli login 2d39a44
Vercel-Project-Manager - Release 2.0.1

Published by aarondill 8 months ago

  • refactor: move the fetch to /v2/oauth/access_token into Api c2eb173
  • fix: remove documentation for ApiToken 1bcdce8
  • fix: return empty deployment list on network error 554e9c4
  • fix: check for network connection before opening a server e4017fa
Vercel-Project-Manager - Release 2.0.0

Published by aarondill 8 months ago

  • feat!: Add Oauth login! #4
  • fix: handle unauthenticated requests 4708aad
  • fix: handle requests when not authenticated 771a84e
  • fix: store token in SecretStore 1f3ed2c
Vercel-Project-Manager - Release 1.3.0

Published by aarondill 8 months ago

  • Fix: windows support in vercel CLI commands #3
  • fix!: don't open a shell 14cca40
  • fix: handle missing vercel before starting a terminal c5c8ab3
  • refactor: CommandManger.registerAll eb2654a
  • fix: support windows in vercel cli commands a796e3f
  • fix: types in statusBar fdec4ea
Vercel-Project-Manager - Release 1.2.0

Published by aarondill about 1 year ago

  • lint - prettier eaeb117
  • fix various typing issues ecaf4eb
  • update dev deps 56b0493
  • use a real function for validateInput 8f31d5a
  • safer handling of potentially undefined arrays b63fdc2
  • sort package.json 8ca3e62
  • formatting 7ed8708
  • ignore unused vars starting with _ f3f07bf
  • properly allow _vars 5573311
  • disable eslint unbound-method 983cea1
  • can't use verbatimModuleSyntax with imports b3c6ce1
  • loglevel --> log-level deec7ca
  • sort imports in VercelManager.ts 09be46f
  • ES2020 modules b2be3a7
  • add .eslintcache to gitignore f60c2f6
  • move webpack.config to cjs to ensure commonjs imports 37672c3
Vercel-Project-Manager - No changes to code

Published by aarondill over 1 year ago

This release doesn’t change the extension code, but makes the vsix file available to download directly from the repository

Vercel-Project-Manager - General Improvements

Published by aarondill almost 2 years ago

Added better README and added a changelog
Removed useless code
Improved npm tasks

Vercel-Project-Manager - Initial Release

Published by aarondill almost 2 years ago

This is the first release of the extension, getting everything ready for publication.