This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Releases: luminlabsdev/net
Releases · luminlabsdev/net
v0.5.0
Changelog
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
Full Changelog: v0.4.1...v0.5.0
v0.4.1
Changelog
Fixed
- Fixed an issue where
Futures
were still used that resulted in errornous code
v0.4.0
Changelog
Removed
- Removed
Futures
, all code now yields
v0.3.0
Changelog
Fixed
- Fixed issues with wally package types
- Fixed changelog problems
v0.2.0
Changelog
Added
- Added proper docs
- Futures in replacement of Promises
v0.1.0
Full Changelog: https://github.com/lumin-dev/LuminNet/commits/v0.1.0