Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Add "lock" event

Choose a tag to compare

@rekmarks rekmarks released this 18 May 21:25
c75d835
  • Add lock event, emitted whenever setLocked is called
  • Emit no value with unlock event
    • Previously, this event emitted with true
    • This is the reason for the major version bump, as this is technically breaking. However, we don't expect this to be breaking in practice, and the event still works as intended.