Releases: neowit/tooling-force.com
Releases · neowit/tooling-force.com
v0.3.8.0
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
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
- 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
- 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
- minor updates to Apex & SOQL grammar (used in code completion & syntax check)
- minor improvements in operation progress output
v0.3.6.2
- updated library of apex completions for standard SFDC namespaces
- minor bugfixes
v0.3.6.1
- 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
- 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
- when checking for conflicting files - take into account CRC32 file hash, not just size
v0.3.4.1
bugfix - test failure details are not reported when deployment to Production fails due to test/compile errors and "run tests" flag was not set