@quenty/signal
Advanced tools
Comparing version 0.0.0 to 1.0.0
{ | ||
"name": "@quenty/signal", | ||
"version": "0.0.0", | ||
"description": "Simple signal implementation for Roblox", | ||
"version": "1.0.0", | ||
"description": "A simple signal implementation for Roblox", | ||
"keywords": [ | ||
"Roblox", | ||
"Nevermore", | ||
"Lua" | ||
"Lua", | ||
"event", | ||
"signal", | ||
"connection" | ||
], | ||
@@ -19,4 +22,2 @@ "contributors": [ | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": {}, | ||
"bugs": { | ||
@@ -27,3 +28,4 @@ "url": "https://github.com/Quenty/NevermoreEngine/issues" | ||
"access": "public" | ||
} | ||
} | ||
}, | ||
"gitHead": "a896087482f9a7f16f32b36e7b449fab6299d37a" | ||
} |
## Signal | ||
<div align="center"> | ||
<a href="http://quenty.github.io/api/"> | ||
<img src="https://img.shields.io/badge/docs-website-green.svg" alt="Documentation" /> | ||
</a> | ||
<a href="https://discord.gg/mhtGUS8"> | ||
<img src="https://img.shields.io/badge/discord-nevermore-blue.svg" alt="Discord" /> | ||
</a> | ||
<a href="https://github.com/Quenty/NevermoreEngine/actions"> | ||
<img src="https://github.com/Quenty/NevermoreEngine/workflows/luacheck/badge.svg" alt="Actions Status" /> | ||
</a> | ||
</div> | ||
A simple signal implementation for Roblox | ||
## Installation | ||
``` | ||
npm install @quenty/signal --save | ||
``` | ||
This allows us to pass Lua objects around through a signal without reserialization. It wraps a Roblox bindable event, and reproduces Roblox's signal behavior. | ||
@@ -8,5 +24,16 @@ | ||
* Supports Roblox's deferred mode | ||
* Supports Roblox's deferred event mode | ||
* Allows you to pass metatables and other data without reserialization | ||
* Light-weight | ||
* Maintains stack traces | ||
## Changelog | ||
### 1.0.0 | ||
Initial release | ||
### 0.0.1 | ||
Added documentation | ||
### 0.0.0 | ||
Initial commit |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6845
6
1
38