Skip to content

Releases: neowit/tooling-force.com

v0.3.8.0

19 Jan 10:41
Compare
Choose a tag to compare
v0.3.8.0 Pre-release
Pre-release

DANGER: deployModifiedDestructive and deployAllDestructive have not been thoroughly tested in this release. If you use these in production then test before you upgrade or keep using previous version of the application.

Changes

  • SFDC API v38
  • new command: findSymbol - attempts to find definition of specified Apex symbol
    this can be used in go to definition scenarios
  • new command: login - initiates OAuth2 flow with SFDC and saves result in a specified file
    resulting file can be later used for --authConfigPath parameter
  • new --authConfigPath=/path/to/file parameter
    for all commands requiring authentication --authConfigPath can be used instead of providing login/pass (directly or via .properties) on each call
  • runTestsTooling (async=false) now supports specific test method name(s), like its async counterpart
  • minor changes to apexcode grammar (used in syntax check and code completion)

v0.3.6.6

11 Nov 11:41
Compare
Choose a tag to compare
v0.3.6.6 Pre-release
Pre-release

minor release, if you are not having any issues with SFDC connection feel free to skip.

  • usage statistics url change
  • error, debug and trace logging now unwind exception stack trace

v0.3.6.5

18 Oct 10:00
Compare
Choose a tag to compare
v0.3.6.5 Pre-release
Pre-release
  • apex completion: avoid object name collision
  • retrieve: in some cases reporting RESULT=FAILURE (if modified files detected) may not be desirable, allow client to provide alternative result type

v0.3.6.4

15 Sep 15:14
Compare
Choose a tag to compare
v0.3.6.4 Pre-release
Pre-release
  • workaround for missing/null child relationship bug introduced in SFDC Summer 16 release
  • cosmetic update for long running Synchronous tests
  • do not allow concurrent commands which can modify local session

v0.3.6.3

13 Aug 14:23
Compare
Choose a tag to compare
v0.3.6.3 Pre-release
Pre-release
  • minor updates to Apex & SOQL grammar (used in code completion & syntax check)
  • minor improvements in operation progress output

v0.3.6.2

16 Jun 16:22
Compare
Choose a tag to compare
v0.3.6.2 Pre-release
Pre-release
  • updated library of apex completions for standard SFDC namespaces
  • minor bugfixes

v0.3.6.1

16 May 06:15
Compare
Choose a tag to compare
v0.3.6.1 Pre-release
Pre-release
  • auto completion: minor additions to Apex grammar
  • server mode no longer waits for socket to close and responds as soon as first line of command is received

v0.3.6.0

15 Apr 16:33
Compare
Choose a tag to compare
v0.3.6.0 Pre-release
Pre-release
  • Required Minimum Java version is 8. Version 7 or below is no longer supported
  • minor updates in SOQL parser used for auto-completion
  • update to allow compiling against SFDC API v36 (Spring 16)
  • initial support for Test Suites

v0.3.4.2

20 Aug 17:28
Compare
Choose a tag to compare
v0.3.4.2 Pre-release
Pre-release
  • when checking for conflicting files - take into account CRC32 file hash, not just size

v0.3.4.1

06 Aug 10:19
Compare
Choose a tag to compare
v0.3.4.1 Pre-release
Pre-release

bugfix - test failure details are not reported when deployment to Production fails due to test/compile errors and "run tests" flag was not set