Releases: dufoli/Salesforce-Inspector-Advanced
Releases · dufoli/Salesforce-Inspector-Advanced
v1.30
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
What's Changed
- Iss151 by @dufoli in #153
- #152 : option link from page by @dufoli in #154
- #155: fix link plateform event by @dufoli in #156
- shortcut streaming default with S to avoid reopen tab shortcut by @dufoli in #163
- fix name of saved query in list by @dufoli in #164
Full Changelog: v1.28...v1.29
v1.28
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
What's Changed
- fix #48 compare row when 2 displayed by @Dufgui in #107
- display name, number, subject or title according to what is available by @Dufgui in #110
- Fix #108 handle address field properly in inspect by @Dufgui in #111
- 15 stream by @dufoli in #112
- fix #105 replace id by name or label in profiler by @Dufgui in #113
- 106apex by @dufoli in #119
- fix #117 replace text by icon by @Dufgui in #118
- push event by @dufoli in #120
- 115 chart by @dufoli in #121
- Fix double serialisation json and dlimiter by @dufoli in #122
- fix #115 color on chart by @Dufgui in #124
Full Changelog: v1.26...v1.27
v1.26
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
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
- Upload a previous log file issue 103
Other
- Navigation bugs: custom settings and knowledge link issue 91
Full Changelog: v1.25...v1.26
v1.25
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
What's Changed
- remove comment in query by @dufoli in #16
- Formatsoql by @dufoli in #17
- unit test and format query sosl by @dufoli in #18
- import: assignment rule by @dufoli in #29
- export : download csv #26 by @dufoli in #32
- rewrite CHANGES.md and README.md by @dufoli in #34
- Date parse by @dufoli in #35
- handle properly error because responsetype is json but server return xml by @dufoli in #38
- helper and toggle format button by @dufoli in #39
- apex: improove suggestion by @dufoli in #44
Full Changelog: v1.23...v1.24
v1.23
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**