@quenty/rx
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "@quenty/rx", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "Quenty's reactive library for Roblox", | ||
@@ -23,7 +23,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/maid": "~0.0.2", | ||
"@quenty/signal": "~0.0.0", | ||
"@quenty/symbol": "~0.0.0", | ||
"@quenty/table": "~0.0.0", | ||
"@quenty/throttle": "~0.0.0" | ||
"@quenty/maid": "^1.0.0", | ||
"@quenty/signal": "^1.0.0", | ||
"@quenty/symbol": "^1.0.0", | ||
"@quenty/table": "^1.0.0", | ||
"@quenty/throttle": "^1.0.0" | ||
}, | ||
@@ -35,3 +35,4 @@ "bugs": { | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "a896087482f9a7f16f32b36e7b449fab6299d37a" | ||
} |
## Quenty's Rx Library | ||
<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 reactive library for Roblox that lets you program in the observable pattern | ||
## Installation | ||
``` | ||
npm install @quenty/rx --save | ||
``` | ||
## Changelog | ||
### 1.0.0 | ||
Initial release | ||
### 0.0.1 | ||
@@ -8,0 +27,0 @@ Moved all of the Rx utility libraries out of this and into their seperate packages |
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
26493
7
1
30
+ Added@quenty/loader@1.2.0(transitive)
+ Added@quenty/maid@1.2.0(transitive)
+ Added@quenty/signal@1.2.0(transitive)
+ Added@quenty/symbol@1.2.0(transitive)
+ Added@quenty/table@1.2.0(transitive)
+ Added@quenty/throttle@1.2.0(transitive)
- Removed@quenty/loader@0.0.2(transitive)
- Removed@quenty/maid@0.0.2(transitive)
- Removed@quenty/signal@0.0.0(transitive)
- Removed@quenty/symbol@0.0.0(transitive)
- Removed@quenty/table@0.0.0(transitive)
- Removed@quenty/throttle@0.0.1(transitive)
Updated@quenty/maid@^1.0.0
Updated@quenty/signal@^1.0.0
Updated@quenty/symbol@^1.0.0
Updated@quenty/table@^1.0.0
Updated@quenty/throttle@^1.0.0