Skip to content

Releases: jsloat/scriptable-utils

v2.0.1

30 Aug 21:26
Compare
Choose a tag to compare
  • Fix typing error in combineStreams ddbae78

v2.0.0...v2.0.1

2.0: eslint rule tightening

30 Aug 20:25
Compare
Choose a tag to compare

This implements unicorn eslint rules, some of which may have a notiecable performance impact (e.g. for...of instead of reduce).

This is possibly a breaking change, so bumping the major version number. Test on a separate branch!


  • Tighten linting rules, hopefully improve performance a bit e530d68

v1.0.47...v2.0.0

Expose light & dark color objects for enhanced colors

17 Aug 19:19
Compare
Choose a tag to compare

v1.0.46

10 Aug 07:04
Compare
Choose a tag to compare

v1.0.45...v1.0.46

v1.0.45

27 Jun 05:14
Compare
Choose a tag to compare

v1.0.44

27 Jun 04:31
Compare
Choose a tag to compare

v1.0.43...v1.0.44

v1.0.43

19 Jun 06:56
Compare
Choose a tag to compare
  • Further expose unlimited onTap props c121fc0

v1.0.42...v1.0.43

BaseRow onTap: allow any number of taps to be mapped to actions

14 Jun 18:54
Compare
Choose a tag to compare

Add select multiple input modal

23 Mar 07:23
Compare
Choose a tag to compare

Cleanup errant timers on script end

17 Mar 20:37
Compare
Choose a tag to compare
  • In cleanup util, stop any existing repeating timers to prevent errant timers from overstaying their welcome. 4d9bf06

v1.0.39...v1.0.40