Skip to content

Releases: jsloat/scriptable-utils

v3.0.4

20 Feb 06:22

Choose a tag to compare

  • fix(uitable): restore shared tap aggregation and expire stale tap sequences 3773010

v3.0.3...v3.0.4

v3.0.3

13 Feb 07:09

Choose a tag to compare

  • fix(uitable): isolate tap state per row and reset count before dispatch 5d7b6cc

v3.0.2...v3.0.3

v3.0.2

11 Feb 19:26

Choose a tag to compare

  • io: flush persisted cache updates before returning reads/writes 48190e1

v3.0.1...v3.0.2

v3.0.1

06 Feb 18:27

Choose a tag to compare

Guard Scriptable globals at runtime and throw on use

v3.0.0...v3.0.1

v3.0.0

04 Feb 23:43

Choose a tag to compare

  • New: DeepReadonly utility and StreamData<T>/StreamReducer<T> types; stream getters and callbacks now expose deep‑readonly data. - New: ThrottledBatchQueue.flush() plus Stream.updateDataSync() and Stream.flush() to await queued updates. - Changed: stream update callbacks can be async and are awaited during updates; triggerChange() is async; getData() returns StreamData<T>. - Changed: UITable render pipeline coalesces render triggers, memoizes row output, and skips rebuilds when row identities are unchanged; rerender() now forces a rebuild; icon preloading triggers forced render. - Changed: Table.setState() skips no‑op primitive updates; table helpers/callers now cast from readonly stream data. - Changed: PersistedCache joins now receive readonly in‑memory data; getInMemoryData() returns readonly data. 031b2aa

v2.3.4...v3.0.0

v2.3.4

21 Jan 20:16

Choose a tag to compare

  • fix: lint issues 4cf99a5
  • fix(queue): handle paused runs and recover from batch errors a0019f6
  • fetch: surface raw non-JSON responses for loadJSON f3056a5

v2.3.3...v2.3.4

v2.3.3

22 May 18:00

Choose a tag to compare

  • fix: readableDaysBetween bug 3fd0602

v2.3.2...v2.3.3

v2.3.2

30 Jan 17:26

Choose a tag to compare

  • [fix]: RepeatingTimer onStop called after isRunning attribute updated ca6ade0

v2.3.1...v2.3.2

v2.3.1

29 Jan 20:48

Choose a tag to compare

v2.3.0...v2.3.1

v2.3.0

24 Jan 06:08

Choose a tag to compare

  • Remove validation of SF symbol keys, now entered directly 765ab5a

v2.2.7...v2.3.0