Skip to content

Releases: neowit/tooling-force.com

v0.3.4.0

26 Jul 11:28
Compare
Choose a tag to compare
v0.3.4.0 Pre-release
Pre-release
  • API v34.0 (Summer '15)
  • built against Partner/Metadata/Tooling/Apex APIs v34.0 (Summer '15)
  • --soqlQuery now supports both Partner and Tooling APIs
  • --saveModified & --saveSpecificFiles (using Tooling API) now support Static Resource
    --- previously (if static resource is detected in the list of files "to save" then it would switch to Metadata API)
  • new command --runTestsTooling - run tests using Tooling API in sync or async mode

Note: there is a bug in Metadata API v34.0 (Summer '15) which may influence how code coverage is reported after --deployModified with tests. Details here: http://salesforce.stackexchange.com/questions/84797/metadata-deploy-test-code-coverage-report-is-broken-in-metadata-api-v34-0-sum

v0.3.3.3

16 May 10:45
Compare
Choose a tag to compare
v0.3.3.3 Pre-release
Pre-release

New

  • apex auto complete for @<annotation>
  • when running in server mode use individual console log for each thread
  • action: --saveSpecificFiles

Fixed

  • enforce UTF-8 encoding when reading/writing files
  • fall back to metadata Retrieve when can not check conflicts using SOQL

v0.3.3.2

10 Mar 17:51
Compare
Choose a tag to compare
v0.3.3.2 Pre-release
Pre-release
  • fixed bug - in some cases session data was not persisted to disk
  • action=diffWithRemote - now supports list of file paths (in addition to package.xml)
  • sort coverage details reported in main response by file name

v0.3.3.1

04 Feb 19:48
Compare
Choose a tag to compare
v0.3.3.1 Pre-release
Pre-release

Apex code completion

  • bugfix - improve inner class definition resolution
  • when displaying completion candidates also display "javadoc" comments that go before method signature

aura

  • fixed bug in determining if file is a part aura bundle

v0.3.3.0

24 Jan 16:47
Compare
Choose a tag to compare
v0.3.3.0 Pre-release
Pre-release

SOQL completion

  • this release contains initial version of suggesting code completion candidates in SOQL expressions - field names, date literals, aggregate functions, FROM object type, inner query FROM child relationship names, etc.
    Demo here: http://youtu.be/rzqgXV3Gx0s

Apex code completion

  • parser used for Apex completion is now case insensitive. Previous versions required apex keywords (e.g. "with sharing") to match the case in apex API documentation
  • performance improvements for apex completion candidates in large source files
  • various fixes to Apex grammar

v0.3.2.0

09 Jan 09:03
Compare
Choose a tag to compare
v0.3.2.0 Pre-release
Pre-release

v0.3.2.0

  • added support for working with aura/Lightning resources
  • apex completion: all database objects now list SObject methods in addition to DB fields

v0.3.1.6

04 Jan 13:18
Compare
Choose a tag to compare
v0.3.1.6 Pre-release
Pre-release

minor apex parser updates

v0.3.1.5

29 Dec 12:28
Compare
Choose a tag to compare
v0.3.1.5 Pre-release
Pre-release

apex completion - added a work around to try and make sure that parse error in one apex class does not cause the whole project from being parsed

v0.3.1.4

18 Dec 11:22
Compare
Choose a tag to compare
v0.3.1.4 Pre-release
Pre-release

fixed Apex Documentation file encoding issue on Win 7

details see vim-force.com repo - issue 38

v0.3.1.3

01 Dec 18:09
Compare
Choose a tag to compare
v0.3.1.3 Pre-release
Pre-release
  • new command --action=soqlQuery
  • incremental improvements in apex auto-complete