- Dashboard: Show Groups (List Mode) in columns + ability to select more columns
- Dashboard: Show Watchers in Groups (List Mode) in columns + ability to select more columns
- Dashboard: Save/Restore following settings, when using the same Browser (localStorage):
- Theme
- View Mode
- Masonry min-width
- Dashboard: Add Update counter
- Dashboard: Better styling List Mode
- Dashboard: Search for the error on multiple search engines
- Dashboard: Show string + json diff
- Dashboard: new View-Type: List watchers instead of masonry grid
- Dashboard: show watchers in a grouped-way (if you don't set up a group, then the label is just hidden)
- API: Add response actions
- API: Add group param to a Watcher
- Client: Log-Only Mode, in case the client-connection wasn't called yet.
Due to the group
feature, all helper functions derived from
createWatchSender
changed to an object:
// old syntax
const watcher = createWatchSender(tag: string, type?: WatchType);
// new syntax
const watcher = createWatchSender({
tag: string,
group?: string,
type?: WatchType
});
the same object will be used on:
new TimeMeasurer(obj)
@PropertyWatcher
measurePromise
SenstateOperators.watch
- Dashboard: Extend / pretty-print JavaScript-Errors with
stacktracey
- Dashboard: Ability to show last 5 values per Watcher
Start of Changelog