hide:
- navigation
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.5.0 - 2024-10-11
Added
- Adds a middleware API in place of callbacks
- Packet is now dropped if args contain
NaN
Changed
- Changes
Functions
toAsync
- Moves
Listen
&OnRequest
type validation params to constructor - Changes
OnInvoke
andInvokeAsync
toOnRequest
andRequest
Removed
- Removes default ratelimiting in favor of a custom middleware-based solution
0.4.1 - 2024-09-19
Fixed
- Fixed an issue where
Futures
were still used that resulted in errornous code
0.4.0 - 2024-09-18
Removed
- Removed
Futures
, all code now yields
0.3.0 - 2024-09-08
Fixed
- Fixed issues with wally package types
- Fixed changelog problems
0.2.0 - 2024-09-08
Added
- Added proper docs
- Futures in replacement of Promises
0.1.0 - 2024-08-06
Initial release! 🥳