Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

65 lines (44 loc) · 2.7 KB

Change Log

March 2021

  • User journey and sub journey renumbering (#41).
  • XML elements order on mouseover (#49).

February 2021

  • Added the ability for xml files to be in nested folders.
  • New settings: {Settings:Filename}, {Settings:PolicyFilename}, {Settings:Environment}.
  • Application insights:
    • Event date format fix.
    • Event shows the error message, technical profiles, validation technical profiles, and claims.
    • Fix related to JSON format issue (#39).
    • Date range support (in days).
  • Policy explorer:
    • Shows only nodes with elements.
    • Sub journey has been added to the policy explorer.

June 2020

  • Added option to configure hours for Azure Application Insights trace logs integration.

May 2020

February 2020

  • Policy upload fix
  • Update to the latest version of the custom policy XSD file

July 2019

May 2019

January 2019

  • Adding Smart copy and pasted feature
  • Fixing the 'add claim type' to include the claim type element's parents
  • New string claim type
  • In the policy explorer, adding a link to the root elements such as ClaimsSchema, ClaimsProviders and UserJourneys
  • Go to definition now supports navigating to a base policy and link to ClaimsExchange
  • Adding autocomplete

October 2018

  • Adding Azure Application Insights trace log integration. Learn more here
  • Go definition - VS code extension searches the definitions in all files in the working directory
  • Go definition hierarchical search - VS code extension searches the definitions only in the parents policies
  • Mouse over with link to all references
  • Policy app settings. For more information, see the readme file.

May 2018

  • Go to definition - If the element is not found in the selected file. Or if the selected element points to another file (the XML element is overwritten). The extension search the definition is all open files.
  • Go to definition - Always take precedence of editor open files, over the saved version from file system (workspace folder)
  • Add claim type - New Paragraph, String collection, Integer, Long, and Boolean claim types
  • XML schema quick help