|
1 | 1 | # BridgeNet2
|
2 | 2 |
|
3 |
| -This project uses [semver](https://semver.org/spec/v2.0.0.html). |
| 3 | +This project uses [semantic versioning](https://semver.org/spec/v2.0.0.html). |
4 | 4 |
|
5 |
| -## version 0.3.0: 6/8/2023 |
| 5 | +## version 0.4.0 |
| 6 | + |
| 7 | +### **Added** |
| 8 | + |
| 9 | +- Added `BridgeNet2.ServerBridge` and `BridgeNet2.ClientBridge` constructors- they are identical to ReferenceBridge, just with better types. The current ReferenceBridge will not be deprecated or affected by this. |
| 10 | +- 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. |
| 11 | + |
| 12 | +### **Fixes** |
| 13 | + |
| 14 | +- Fixed rate limiting |
| 15 | +- Re-added methods on the `Bridge` type to types |
| 16 | + |
| 17 | +### **Improvements** |
| 18 | + |
| 19 | +- Added `Connection` type to `Bridge:Connect()` functions |
| 20 | +- `RateLimitActive` is now a public boolean that can be set by the user |
| 21 | +- Improved error messages |
| 22 | +- Improved logger readability. |
| 23 | +- I made a script to automate releases- there should hopefully be less inconsistencies with releases from now on. |
| 24 | + |
| 25 | +## [version 0.3.0](https://github.com/ffrostflame/BridgeNet2/releases/tag/v0.3.0): 6/8/2023 |
| 26 | + |
| 27 | +### **Added** |
6 | 28 |
|
7 | 29 | - Added Hoarcekat support
|
8 |
| -- Massive internal re-structuring |
9 |
| -- Renamed `FromIdentifier` and `FromCompressed` to `Serialize` and `Deserialize` |
| 30 | + |
| 31 | +### **Removed** |
| 32 | + |
10 | 33 | - NumberToBestForm removed (feature bloat)
|
11 | 34 | - StartLogging and StopLogging have been removed in favor of `object.Logging =`
|
12 |
| -- Logging now displays the packet size in bytes (using @PysephWasntAvailable's [RemotePacketSizeCounter](https://github.com/PysephWasntAvailable/RemotePacketSizeCounter) package) |
13 |
| -- Compliant with strict Luau typing |
14 |
| -- Type improvements |
| 35 | + |
| 36 | +### **Fixes** |
| 37 | + |
| 38 | +- Literally dozens of bugfixes |
| 39 | + |
| 40 | +### **Improvements** |
| 41 | + |
| 42 | +- Massive internal re-structuring |
| 43 | +- Renamed `FromIdentifier` and `FromCompressed` to `Serialize` and `Deserialize` |
15 | 44 | - Internally commented the entire project
|
16 | 45 | - Removed SetSecurity and SecurityEnums in favor of `HandleInvalidPlayer`
|
17 |
| -- Literally dozens of bugfixes |
| 46 | +- Type improvements |
| 47 | +- Logging now displays the packet size in bytes (using @PysephWasntAvailable's [RemotePacketSizeCounter](https://github.com/PysephWasntAvailable/RemotePacketSizeCounter) package) |
| 48 | +- Compliant with strict Luau typing |
18 | 49 |
|
19 | 50 | ## version 0.2.2
|
20 | 51 |
|
| 52 | +### **Fixes** |
| 53 | + |
21 | 54 | - Hotfix
|
22 | 55 |
|
23 |
| -## version 0.2.1 |
| 56 | +## [version 0.2.1](https://github.com/ffrostflame/BridgeNet2/releases/tag/v0.2.1): 6/3/2023 |
| 57 | + |
| 58 | +### **Added** |
| 59 | + |
| 60 | +- Added :Once() and :Wait() to ClientBridge |
| 61 | + |
| 62 | +### **Fixes** |
24 | 63 |
|
25 | 64 | - Fixed a bug w/ :Wait() on ClientBridge
|
| 65 | + |
| 66 | +### **Improvements** |
| 67 | + |
26 | 68 | - Default format/type security errors no longer throw
|
27 |
| -- Added :Once() and :Wait() to ClientBridge |
28 | 69 |
|
29 |
| -## version 0.2.0 |
| 70 | +## [version 0.2.0](https://github.com/ffrostflame/BridgeNet2/releases/tag/v0.2.0): 5/11/2023 |
| 71 | + |
| 72 | +### **Added** |
30 | 73 |
|
31 |
| -- Removed .Hook() |
32 | 74 | - Added :Once()
|
33 | 75 | - Added :Wait()
|
34 | 76 | - Added :StartLogging() and :StopLogging()
|
35 | 77 | - Added :Disconnect() to connections
|
36 |
| -- "Silent" logs will display only in studio |
| 78 | + |
| 79 | +### **Removed** |
| 80 | + |
| 81 | +- Removed .Hook() |
| 82 | + |
| 83 | +### **Improvements** |
| 84 | + |
37 | 85 | - Added single-player targeting
|
| 86 | +- "Silent" logs will display only in studio |
38 | 87 |
|
39 |
| -## version 0.1.0 |
| 88 | +## [version 0.1.0](https://github.com/ffrostflame/BridgeNet2/releases/tag/v0.1.0): 2/19/2023 |
40 | 89 |
|
41 | 90 | - Release
|
0 commit comments