Commit Graph

10 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.
v0.3.0
2023-03-19 02:14:40 +01:00
Michael Fabian 'Xaymar' Dirks 90426607a4 Add a way to print messages, and add a proper test for rate limiting 2023-03-19 02:13:44 +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 4db9ab23eb Revert default export
TypeScript does not automatically assign the only default export to exports, or at least not with my configuration. Not worth testing around, and this also makes it easier to use for normal JavaScript.
2023-03-19 01:50:58 +01:00
Michael Fabian 'Xaymar' Dirks 3483a6c60e Add important comments to document functionality v0.2.1 2023-03-19 00:41:06 +01:00
Michael Fabian 'Xaymar' Dirks ea5d7239dd Publish v0.2.0
- Make RateLimiter the default export
v0.2.0
2023-03-19 00:27:48 +01:00
Michael Fabian 'Xaymar' Dirks 1cf89ebcf6 Make RateLimiter the default export 2023-03-19 00:24:07 +01:00
Michael Fabian 'Xaymar' Dirks 54a14456e1 Add README 2023-03-19 00:21:20 +01:00
Michael Fabian 'Xaymar' Dirks 173aa63be5 Add Code files v0.1.0 2023-03-18 23:49:33 +01:00
Michael Fabian 'Xaymar' Dirks e02cd32e52 Initial files 2023-03-18 23:31:44 +01:00