Linden
cc6aed591f
chore: adjust links
2025-03-29 21:46:58 +11:00
Linden
fb2225e373
chore: add copyright notices to each file
...
Some people accidentally, mistakenly, and without any malicious intent forget to attribute code from this resource to its source. This change will hopefully assist people, so that they do not make that mistake again.
2025-03-18 18:46:09 +11:00
Linden
d0a0f34018
fix(timer): set initial value of triggerOnEnd to true
2025-01-28 06:47:48 +11:00
Linden
769fa35f38
fix(timer): redefine local function as method
...
The previous commit added a private property, but they
cannot be set outside of class methods. Added an error
when starting a running timer, too.
2025-01-26 05:20:23 +11:00
Linden
728d20c079
fix(timer): re-enable onEnd after stopping a timer
...
Resolves #667 .
2025-01-20 02:24:00 +11:00
Austin Dunn
09ba32342c
fix(timer): accessing private variable out of scope ( #591 )
2024-06-01 21:45:10 +10:00
404
fcf198b21f
fix(timer): add async argument to restart method ( #567 )
2024-05-02 16:06:12 +10:00
Linden
3959f76aae
refactor(timer): adjust module return and types
2024-04-20 06:55:56 +10:00
Austin Dunn
75b7c2a724
feat(imports): timer module ( #539 )
2024-04-18 14:54:09 +10:00