Skip to content

Releases: microsoft/tfs-cli

TFX 0.11.0

31 May 14:50
e247d17
Compare
Choose a tag to compare

Update vulnerable dependencies (#401)

TFX 0.9.2

22 Apr 13:19
Compare
Choose a tag to compare

Fix parsing of --manifest-js command line argument (#374)

TFX 0.9.1

21 Apr 20:58
Compare
Choose a tag to compare

Add feature to support more advanced manifest specifications (#342)

TFX 0.9.0

23 Mar 19:39
Compare
Choose a tag to compare

Remove support for publisher creation from TFX. The API backing this functionality is being removed.

TFX 0.7.11

13 Nov 14:51
Compare
Choose a tag to compare

Restores missing error-handling code in the tfx login command.

Gets rid of the login error: TypeError: Cannot read property 'success' of undefined

TFX 0.7.9

16 Aug 14:05
Compare
Choose a tag to compare
  • Add default contentType for .html files
  • Fix default categories for tfx extension init. It is now an array of every possible category. End users can trim as needed.

Support "JSON 5" with --json5 flag.

03 Jul 18:44
Compare
Choose a tag to compare

TFX 0.7.6

29 May 03:03
Compare
Choose a tag to compare

Mostly dependency updates to resolve known security issues.

TFX 0.7.3

16 Apr 18:20
Compare
Choose a tag to compare

Updates REST API and fixes a few issues:

  • Validation for "public" in manifest
  • Fix tfx extension install issues
  • Avoid connecting to the internet when running --help

Remove category validation for extensions.

26 Sep 18:05
Compare
Choose a tag to compare

Now we just require that you have at least 1 category, but we don't pre-validate that the category values are valid. This check will still be done on the server.

Other minor fixes, including changing branding from VSTS to Azure DevOps.