Major release
- Implemented callable classes:
CallableObject
&SwitchableCallback
. - Implemented timers:
GameLoop
,Clock
&Countdown
. - Added environment helpers:
isBrowser
,isNode
&isWorker
. - Added some new
Exception
types. - Updated to ESLint 9.
- A lot of general improvements.
What's Changed
- Reworked iterators after TypeScript 5.6 release by @Byloth in #1
- Introduced Unit Tests by @Byloth in #2
- Introduced JSDoc by @Byloth in #9
New Contributors
Full Changelog: v1.5.3...v2.0.0