This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
v0.4.0
version 0.4.0: 6/10/2023
Added
- Added
BridgeNet2.ServerBridge
andBridgeNet2.ClientBridge
constructors- they are identical to ReferenceBridge, just with better types. The current ReferenceBridge will not be deprecated or affected by this. - Instead of being limited to tables, you can now pass any type into :Fire(). This means you can finally pass in nil values to :Fire() too.
Fixes
- Fixed rate limiting
- Re-added methods on the
Bridge
type to types
Improvements
- Added
Connection
type toBridge:Connect()
functions RateLimitActive
is now a public boolean that can be set by the user- Improved error messages
- Improved logger readability.
- I made a script to automate releases- there should hopefully be less inconsistencies with releases from now on.