Skip to content

Releases: Sv443-Network/UserUtils

v1.2.0

21 Sep 17:54
e2f8129
Compare
Choose a tag to compare

Minor Changes

  • 84b37f1: Added utility type Stringifiable to describe a string or any value that can be converted to one
  • 142c5e2: Added function insertValues() to insert values into a string with placeholders
  • 16ce257: Added lightweight translation system

v1.1.3

19 Sep 21:49
d3d087b
Compare
Choose a tag to compare

Patch Changes

  • ad17374: Add support for OpenUserJS

v1.1.2

16 Sep 20:28
824e724
Compare
Choose a tag to compare

Patch Changes

  • 049aeb0: Export ConfigMigrationsDict for easier use with TypeScript

v1.1.1

14 Sep 13:11
4d09e31
Compare
Choose a tag to compare

Patch Changes

  • 4799a9f: Fix TS error in ConfigManager migration functions

v1.1.0

12 Sep 20:10
868959f
Compare
Choose a tag to compare

Minor Changes

  • db5cded: Added isScrollable() to check whether an element has a horizontal or vertical scroll bar

Patch Changes

  • 9e26464: Replaced most occurrences of HTMLElement in the docs with Element for better compatibility

v1.0.0

07 Sep 19:43
88b79bf
Compare
Choose a tag to compare

Major Changes

  • a500a98: Added ConfigManager to manage persistent user configurations including data versioning and migration

Patch Changes

  • 6d0a700: Event interceptor can now be toggled at runtime (#16)
  • d038b21: Global (IIFE) build now comes with a header

v0.5.3

14 Aug 10:35
6c5bfff
Compare
Choose a tag to compare

Patch Changes

v0.5.2

12 Aug 22:16
4c056d8
Compare
Choose a tag to compare

Patch Changes

v0.5.1

12 Aug 21:28
2a4f4b8
Compare
Choose a tag to compare

Patch Changes

v0.5.0

12 Aug 20:37
fe2db89
Compare
Choose a tag to compare

Minor Changes

  • 54e7905: Features:

    • add function amplifyMedia() to boost the volume of a MediaElement past its default maximum
    • allow all MutationObserver.observe() options to be passed to initOnSelector()

    Fixes:

    • fix onSelector() not triggering correctly