Skip to content

v2.9.2

Compare
Choose a tag to compare
@xjsender xjsender released this 10 May 11:56
· 404 commits to master since this release

Build 2.9.2

Release Date: 10 May 2015

Bug Fix:

  • Fix bug for combine_soql which is invoked by Generate SOQL and Bulk 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, see more <https://github.com/xjsender/SublimeApexScreenshot>_
  • Add key bindings for build_package_xml command

Enhancement:

  • Move package related logic from main.py to the new package.py
  • Add thread progress for track_debug_log, fetch_debug_log and track_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 from 32 to 33
  • Update Metadata Migration to Metadata in the main menu
  • Update generate_soql logic to include Id 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

* You should restart your sublime after HaoIDE is upgraded