@quenty/signal
Advanced tools
Comparing version 7.6.0 to 7.7.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [7.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/signal@7.6.0...@quenty/signal@7.7.0) (2024-10-04) | ||
### Bug Fixes | ||
* GoodSignal now uses the connection memory category instead of the original items memory category, resulting in even more accurate tracking ([c18353d](https://github.com/Quenty/NevermoreEngine/commit/c18353d61a4b4966ad4025c3b7e58b895dcb16a8)) | ||
### Performance Improvements | ||
* Connection clears references, and avoids storing _connected and _next, which reduces memory usage of signal ([8738269](https://github.com/Quenty/NevermoreEngine/commit/8738269c457b8075b89dd18e7371a103413879d6)) | ||
# [7.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/signal@7.5.0...@quenty/signal@7.6.0) (2024-09-25) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@quenty/signal", | ||
"version": "7.6.0", | ||
"version": "7.7.0", | ||
"description": "A simple signal implementation for Roblox", | ||
@@ -33,5 +33,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/loader": "^10.5.0" | ||
"@quenty/loader": "^10.6.0" | ||
}, | ||
"gitHead": "9b17fe79cddd071f0f06a9d35184e76b44bd6fe6" | ||
"gitHead": "035abfa088c854a73e1c65b350267eaa17669646" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23417
Updated@quenty/loader@^10.6.0