Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

59 lines (46 loc) · 2.41 KB

Change Log

All notable changes to the "Power Platform Connectors" VS Code extension will be documented in this file.

[0.4.1] - 2022-08-11

Added

  • Added the 'ppc-file-new' snippet to make it easy to add a skeleton for a new Open API file, which you can use to start creating your connector.

[0.4.0] - 2022-08-10

Added

  • Added the 'ppc-op' snippet to make it easy adding a new operation.
  • Added the 'ppc-op-method' snippet to make it easy adding an extra method in an operation.
  • Added the 'ppc-conn-metadata' snippet to make it easy to add the 'x-ms-connector-metadata' object to your connector, in case you want to certify your connector.

Changed

  • Renamed 'ppc-prop-int' to 'ppc-prop-int32'.
  • Renamed 'ppc-prop-int-enum' to 'ppc-prop-int32-enum'.

[0.3.3] - 2022-08-10

Added

  • Added sample snippets in the GitHub repo in the directory 'sample-snippets'.

[0.3.2] - 2022-08-10

Changed

  • Fixed 'ppc-prop-double' snippet.

[0.3.1] - 2022-08-08

Changed

  • Added placeholders to the 'ppc-resp' snippet.

[0.3.0] - 2022-08-07

Added

  • Added the 'ppc-prop-bool' snippet to make it easy adding a property of type 'boolean'.

[0.2.0] - 2022-08-07

Added

  • Added the 'ppc-prop-string-enum' snippet to make it easy adding a property of type 'string' as enum.
  • Added the 'ppc-prop-double' snippet to make it easy adding a property of type 'double'.
  • Added the 'ppc-prop-int' snippet to make it easy adding a property of type 'integer'.
  • Added the 'ppc-prop-int-enum' snippet to make it easy adding a property of type 'integer' as enum.
  • Added the 'ppc-resp' snippet to make it easy adding a response object.

Changed

  • Changed 'ppc-prop' to 'ppc-prop-string'.

[0.1.1] - 2022-08-06

Changed

  • Changed the icon for the extension for better readability.

[0.1.0] - 2022-08-06

Added

  • Added an icon for the extension.

[0.0.1] - 2022-08-06

Added

  • Added 'Create Property' snippet that contains the setup of a property with the x-ms-summary, description and type properties included.
  • Added 'Create Property (Array Reference)' snippet that consists of an array that points to a definition in your OpenAPI v2 file.
  • Added 'Create Property (Reference)' snippet that points to a definition in your OpenAPI v2 file.
  • Added 'Create Definition' snippet that contains the object setup for a definition in your OpenAPI v2 file.