v2.9.2
Build 2.9.2
Release Date: 10 May 2015
Bug Fix:
- Fix bug for
combine_soql
which is invoked byGenerate SOQL
andBulk Query
- Fix bug for
export_profile
command - Fix bug for completion of building
package.xml
- Fix bug for
export_validation_rules
command
New Feature:
- Deprecated
metadataObjects
since this release, which is replaced by<project>/.config/metadata.json
- Add
describe_metadata
command,<project>/.config/metadata.json
will be generated by this command - Add
reload_project_cache
command,<project>/.config/package.json
will be generated by this command - Add
build_package_xml
command, seemore <https://github.com/xjsender/SublimeApexScreenshot>
_ - Add key bindings for
build_package_xml
command
Enhancement:
- Move package related logic from
main.py
to the newpackage.py
- Add thread progress for
track_debug_log
,fetch_debug_log
andtrack_all_debug_logs
- `create_new_project`` start supporting callback
- Add metadata object for input description for
create_new_component
module - Add list_package support for
CustomObject
retrieve - Add availability check for
.config/metadata.json
for all related commands - Add
api_version
message into the sidebar message - Update
api_version
from32
to33
- Update
Metadata Migration
toMetadata
in the main menu - Update
generate_soql
logic to includeId
field if no available matched fields - Update description for default settings
- Update README.md
Notes:
- You must subscribe metadata objects when you create new project