Skip to content

Releases: senstate/platform

v0.3

17 Jun 22:54
Compare
Choose a tag to compare

[0.3] - 2019-06-02

Added

  • 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.

Breaking Changes @senstate/client

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

V0.2

24 Nov 00:22
Compare
Choose a tag to compare
V0.2 Pre-release
Pre-release
v0.2

fixes