Skip to content

Releases: dufoli/Salesforce-Inspector-Advanced

v1.30

01 Nov 15:47
Compare
Choose a tag to compare

What's Changed

  • #166 Share date format option for import and export by @dufoli in #167
  • #165 Fix token generation issue and display message on popup if failed by @dufoli in #168
  • #174 Save all button on data export by @dufoli in #175 and #176
  • #172 Retry system for token before hard failing by @dufoli in #177
  • #178 Fix edit and menu which disappear on scroll by keeping state of cells with scroll or loading data by @dufoli in #181
  • #180 and #83 Get all tokens if other window refresh token by @dufoli in #182
  • #109 Support Graphql in data export by @dufoli in #183
  • #169 Ability to load a range of data as parameter of query by @dufoli in #170
  • #157 button on flow to know where the flow is used (subflow, flexipage, quick action) by @dufoli in #187
  • #61 Improved quote management close to editor by @Dufgui in #179
  • #171 API explorer: add template, history and saved request and display format according data by @dufoli in #188
  • #114 streaming: format json and filter result and download button by @dufoli in #189

Full Changelog: v1.29...v1.30

v1.29

27 Sep 10:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.28...v1.29

v1.28

16 Jul 09:50
Compare
Choose a tag to compare

What's Changed

  • #130 Fields() do not handle metadata and address field by @dufoli in #133
  • #84 Explore api: new ux by @dufoli in #142
  • #139 Flamgraph on other mesures (SOQL, Heap,...) by @dufoli in #145
  • #126 : suggestion on data export edit by @dufoli in #146
  • #138 Favicon by @dufoli in #147
  • #125 add roll up summary info by @dufoli in #148
  • #141 #140 shortcut and default action by @dufoli in #149
  • #135 import guess sobject based on id prefix if no type column
  • Data export: select child object field remove parent (exemple: RecordType.Dev => DeveloperName = remove recordType)
  • Data export : Fix __r must display all custom relationship
  • Data export : field in subquery failed to suggest
  • Data export, inspect: select value picklist value if already a value selected will failed to update and need to erase a letter to make it working
  • Data export, apex runner: , column width grow exponentially during lateral scroll

Full Changelog: v1.27...v1.28

v1.27

29 May 14:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.26...v1.27

v1.26

16 May 14:44
e12b4f6
Compare
Choose a tag to compare

Important

A new editor (query and script) is available in apex runner and data export with new features:

  • Inplace suggestions (can be disable in option)
  • Modular syntax highlighting for APEX, SOQL, and SOSL
  • Automatic indent on new lines
  • Indent selected text or lines with tab key
  • Parentheses, curly brace, brackets, or quotes
    • Wrap selected text
    • Automatic close completion

Editor

  • Migrate apex runner to new editor issue 85
  • Add option to show/hide proposal with ctrl+space shortcut issue 89
  • Highlight keywords issue 62
  • Move suggestion over text area with list as regular IDE do issue 41
  • Improve quote in editor issue 73
  • Missing close/open char (parenthesis, bracket, curly brace), corresponding open/close char must be in red. issue 90

Popup

Option

  • Manage custom links in option issue 91
  • Enhance option component (template, history, ...) issue 80

Table

  • Migrate data-loader to new table react component issue 75

Flow

  • Access flow version details from flow builder issue 86
  • Clear old flow versions inside FlowBuilder issue 50

Log and Profile

Other

  • Navigation bugs: custom settings and knowledge link issue 91

Full Changelog: v1.25...v1.26

v1.25

22 Apr 13:17
Compare
Choose a tag to compare

What's Changed

  • Metadata : download data model and search on metadata by @dufoli in #49
  • Apex suggestion for fields and methods by @dufoli in #51
  • delay search log by @dufoli in #52
  • Inline edit in data export by @dufoli in #54
  • Close popup on inspect and data export by @dufoli in #56
  • save query history with comments, fix horizontal scroll, make apex log more readable, fix stop polling and restart, typo by @dufoli in #64
  • auto indent on new line by @dufoli in #65
  • indent selection with tab/shift tab by @dufoli in #66
  • add closing char on (, [, ", ' and delete indent by @dufoli in https://github.com//pull/67
  • make popup button movable by @Dufgui in #53
  • support new domain : salesforce-setup.com

New Contributors

Full Changelog: v1.24...v1.25

v1.24

29 Mar 10:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.23...v1.24

v1.23

22 Mar 18:19
Compare
Choose a tag to compare

Version 1.23

  • Export SOQL: suggest field and related object link in subquery: SELECT Id, (SELECT Id from Contacts) FROM Account
  • Export SOQL: suggest field value with IN, LIKE, excludes(), includes()
  • Export SOQL:
  • Export SOSL : execution
  • Export SOSL : suggest keywords, field and object
  • Apex Runner: execute batch, enqueue job or just anonymous code
  • Apex Runner: poll log
  • Apex Runner: auto suggest className
  • Log profiler
  • Log search with autoscroll
  • Log download
  • Respect order of column in data export
  • Remove total,done, index column for subquery result**