Skip to content

Latest commit

 

History

History
164 lines (133 loc) · 5.59 KB

CHANGELOG.md

File metadata and controls

164 lines (133 loc) · 5.59 KB

Changelog Vlocode

[0.11.3] - 2019-08-14

  • Fix handling of non-object types when calling createRecordProxy for incomplete datapack arrays
  • Fix parallel execution not correctly tracking tasks
  • Fix vscode toolbar icon not using the correct size
  • Migrate to new test structure
  • Update dependencies

[0.11.2] - 2019-07-31

  • Improve build parent keys algorithm.
  • Added detection for UI templates for OmniScript when scanning for datapack parents.
  • Added DataPack clone to context menu.
  • Better handling of multi level Salesforce Records.

[0.11.1] - 2019-07-17

Fixed

  • Fix export does not correctly evaluate expression
  • Improve handling of on-save-deploy events

[0.11.0] - 2019-07-08

New

  • Added support for renaming and cloning datapacks.
  • Update for compatibility with VSCode 1.36.0.
  • Update vsce ignore file in an attempt to reduce final bundle size.

Fixed

  • Fix crash on datappack service loading whithout setting an override project file.
  • Remove old datapack builder code and related test cases.

[0.10.7] - 2019-06-20

Changed

  • Update Vlocity package to 1.11.1

Fixed

  • Patch VLocity package to avoid partial exports for datapacks with more then 10 dependencies

[0.10.6] - 2019-06-14

Fixed

  • Fix export from server command fails

[0.10.5] - 2019-06-05

NewA

  • Add support for exporting all datapacks of a particular type through datapack explorer.

Changed

  • Expend Salesforce record Proxy
  • Change logger to process entries allowing for more flexible logging

[0.10.4] - 2019-06-03

Fixed

  • Fix datapack explorer doesn't when there is no custom deploy YAML

[0.10.3] - 2019-06-03

Fixed

  • Fix open in salesforce command to not work for datapacks with versions.
  • Fix export using only direct dependencies is treated as cancellation.
  • Fix validate not being called when a command was invoked through the CommandExecutor
  • Fix error stack not logged for exceptions

Changed

  • Update vlocity tools to 1.10.0
  • Change code to use new @salesforce/core libraries instead of Salesforce-ALM where possible
  • Refactor select org command to use @salesforce/core
  • Refactor Vlocity service to provide salesforce connections from a central location

[0.10.2] - 2019-05-18

New

  • Support for Custom datapacks defined in custom options YAML file
  • Sort datapacks alphabetically in datapack explorer

Fixed

  • Open in Salesforce opened all pages in classic
  • Open in Salesforce would not always work properly using the frontdoor session ID; for now avoid using the frontdoor.jsp

[0.10.1] - 2019-05-09

Fixed

  • Fix bug in switch org command causing null error.
  • Prevent log to take focus for each line written; instead only focus on command start.

[0.10.0] - 2019-05-01

New

  • Build parent key command
  • Admin commands from Command Pallet
  • Better detection of datapack types

Changed

  • Update vlocity tools to 1.9.4
  • Update all dependent packages to their latest releases available from NPM

[0.8.9] - 2018-12-19

Changed

  • Update vlocity tools to 1.7.11
  • Update all dependent packages to their latest releases available from NPM

[0.8.8] - 2018-12-07

Changed

  • Update vlocity tools to 1.7.9
  • Set dependency level when doing manual export to all, none or direct which will export related object

[0.8.7] - 2018-12-03

Changed

  • Opimize plugin packeging

[0.8.6] - 2018-11-28

Security issue

  • Fixed critical security issue due malicious dependency in event-stream referenced by dependency

Changed

  • Optimize and compress output using TerserPlugin

[0.8.4] - 2018-11-22

Fixed

  • Update to latest stable version of Vlocity build tools (1.7.8)

[0.8.2] - 2018-11-19

Fixed

  • Auto select currently open file as argument for the to be executed command instead of throwing an error.

[0.8.1] - 2018-11-12

Fixed

  • Handling of rejected APEX errors

[0.8.0] - 2018-11-11

Added

  • Support for loading custom override definitions
  • Option to automatically activate deployed datapacks; default is on

[0.7.0] - 2018-11-9

Added

  • Datapack explorer allowing you to explore and export all datapack enabled objects available in the connect org
  • Simplified setup using SFDX for authorizing new orgs and setting up the deployment tools
  • New status bar org switcher making it easy to change your deployment or export target during development

Fixed

  • Deploy command did not work after running an export
  • Configuration changes did not reload the extension config causing settings to only reflect after a VSCode restart

[0.5.1] - 2018-11-5

Added

  • Ability to export non-existing datapacks directly from within VSCode.
  • Better logging to the console; disabled verbose mode by default

Fixed

  • Do not create new instances of the Vlocity build tools for every operation, prevents excessive logging

[0.4.0] - 2018-11-1 (beta)

Added

  • Resolving datapack types based on folder structure
  • Child items can now be resolved back to their parent datapack
  • Checks to ensure all selected files are part of a datapack

Changed

  • Do not take input focus while logging, this fixes a rather nasty behavior when editing extensions config

[0.3.1] - 2018-10-29 (beta)

Added

  • Support for deploying of datapacks from within VSCode
  • Preview/framework AngularJS UI for viewing datapacks
  • Improved response handling for Vlocity tools results

Changed

  • Build system now uses Webpack for generating extension js files

[0.2.0] (alpha)

Changed

  • Initial release of Vlocode with support for refreshing datapacks from the context menu.
  • Enabled login using SFDX
  • Use official Vlocity NPM package