Releases: Oblongmana/sublime-salesforce-reference
Releases · Oblongmana/sublime-salesforce-reference
Sublime Salesforce Reference 2.1.1 Release Notes:
Bug Fixes:
- Updated Apex retrieval to handle Salesforce's new Apex ToC format (as at 2017-06-30)
2.1.0
Sublime Salesforce Reference 2.1.0 Release Notes:
Re-engineering:
- Modify Table of Contents retrieval to new JSON Table of Contents
- Possible impact will be a slightly faster retrieval speed, as we're
retrieving a dedicated ToC instead of a full HTML page - Salesforce's doc portal has moved to an angular app, which in short -
means the previous scraping approach has broken.
Some further digging in the angular app's source turned up the new JSON
ToC, hence our re-engineering to use these instead of scraping.
For a more technical explanation see commit notes here:
834ed1d
- Possible impact will be a slightly faster retrieval speed, as we're
2.1.0-prerelease
The Salesforce Doc Portal has had another unexpected rewrite - moving to an angular app, which means scraping is not possible (without a headless browser anyway).
After some digging, I've turned up new JSON Tables of Contents that can be retrieved dynamically, and these are being used to construct the reference entries in Sublime. This may lead to a very slight speed boost, as we're not grabbing entire html pages.