Commit Graph

5 Commits

Author SHA1 Message Date
Michael Fabian 'Xaymar' Dirks 9ae45f51ce Publish v0.3.0
- RateLimiter is no longer the default export, breaks normal JavaScript.
- Code is now somewhat properly tested, to ensure that at least basic functionality is there.
2023-03-19 02:14:40 +01:00
Michael Fabian 'Xaymar' Dirks 28c96ba9b9 Add some basic tests
Not much else can be tested here. This checks that things are being run, and that their return values are being returned. Not sure how we would verify that the rate limit is being enforced yet.
2023-03-19 01:51:44 +01:00
Michael Fabian 'Xaymar' Dirks 3483a6c60e Add important comments to document functionality 2023-03-19 00:41:06 +01:00
Michael Fabian 'Xaymar' Dirks ea5d7239dd Publish v0.2.0
- Make RateLimiter the default export
2023-03-19 00:27:48 +01:00
Michael Fabian 'Xaymar' Dirks 173aa63be5 Add Code files 2023-03-18 23:49:33 +01:00