@quenty/binder
Advanced tools
Comparing version 1.0.2 to 1.0.3-canary.199.34c89f1.0
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ MIT License |
{ | ||
"name": "@quenty/binder", | ||
"version": "1.0.2", | ||
"version": "1.0.3-canary.199.34c89f1.0", | ||
"description": "Utility object to Bind a class to Roblox object, and associated helper methods", | ||
@@ -14,2 +14,6 @@ "keywords": [ | ||
], | ||
"funding": { | ||
"type": "patreon", | ||
"url": "https://www.patreon.com/quenty" | ||
}, | ||
"license": "MIT", | ||
@@ -22,10 +26,10 @@ "repository": { | ||
"dependencies": { | ||
"@quenty/baseobject": "^1.0.2", | ||
"@quenty/brio": "^1.0.2", | ||
"@quenty/instanceutils": "^1.0.2", | ||
"@quenty/linkutils": "^1.0.2", | ||
"@quenty/maid": "^1.0.2", | ||
"@quenty/promise": "^1.0.2", | ||
"@quenty/signal": "^1.0.2", | ||
"@quenty/valueobject": "^1.0.2" | ||
"@quenty/baseobject": "1.0.3-canary.199.34c89f1.0", | ||
"@quenty/brio": "1.0.3-canary.199.34c89f1.0", | ||
"@quenty/instanceutils": "1.0.3-canary.199.34c89f1.0", | ||
"@quenty/linkutils": "1.0.3-canary.199.34c89f1.0", | ||
"@quenty/maid": "1.0.3-canary.199.34c89f1.0", | ||
"@quenty/promise": "1.0.3-canary.199.34c89f1.0", | ||
"@quenty/signal": "1.0.3-canary.199.34c89f1.0", | ||
"@quenty/valueobject": "1.0.3-canary.199.34c89f1.0" | ||
}, | ||
@@ -41,3 +45,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "c78150de4045cf8bbf78cc7d571d8b4d70e30f30" | ||
"gitHead": "34c89f1a8c0a84238698ef245a4827948a6a83f1" | ||
} |
@@ -10,3 +10,3 @@ ## Binder | ||
<a href="https://github.com/Quenty/NevermoreEngine/actions"> | ||
<img src="https://github.com/Quenty/NevermoreEngine/workflows/luacheck/badge.svg" alt="Actions Status" /> | ||
<img src="https://github.com/Quenty/NevermoreEngine/actions/workflows/build.yml/badge.svg" alt="Build and release status" /> | ||
</a> | ||
@@ -123,25 +123,1 @@ </div> | ||
Cleans up all bound classes, and disconnects all events | ||
## Changelog | ||
### 1.0.2 | ||
- Remove RxBinderUtils | ||
- Remove RxBinderGroupUtils | ||
### 1.0.0 | ||
Initial release | ||
## 0.0.2 | ||
- Removed BoundLinkCollection and promiseBoundLinkedClass (moved to `@quenty/boundlinkutils`) | ||
## 0.0.1 | ||
- Add RxBinderUtils | ||
- Add RxBinderGroupUtils | ||
- Add changelog | ||
- Add documentation | ||
## 0.0.0 | ||
Initial commit |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
14
32103
2
122
+ Added@quenty/baseobject@1.0.3-canary.199.34c89f1.0(transitive)
+ Added@quenty/brio@1.0.3-canary.199.34c89f1.0(transitive)
+ Added@quenty/deferred@1.0.3-canary.199.34c89f1.0(transitive)
+ Added@quenty/instanceutils@1.0.3-canary.199.34c89f1.0(transitive)
+ Added@quenty/linkutils@1.0.3-canary.199.34c89f1.0(transitive)
+ Added@quenty/maid@1.0.3-canary.199.34c89f1.0(transitive)
+ Added@quenty/promise@1.0.3-canary.199.34c89f1.0(transitive)
+ Added@quenty/rx@1.0.3-canary.199.34c89f1.0(transitive)
+ Added@quenty/signal@1.0.3-canary.199.34c89f1.0(transitive)
+ Added@quenty/symbol@1.0.3-canary.199.34c89f1.0(transitive)
+ Added@quenty/table@1.0.3-canary.199.34c89f1.0(transitive)
+ Added@quenty/throttle@1.0.3-canary.199.34c89f1.0(transitive)
+ Added@quenty/valueobject@1.0.3-canary.199.34c89f1.0(transitive)
- Removed@quenty/baseobject@1.2.0(transitive)
- Removed@quenty/brio@1.2.0(transitive)
- Removed@quenty/deferred@1.2.0(transitive)
- Removed@quenty/instanceutils@1.2.0(transitive)
- Removed@quenty/linkutils@1.2.0(transitive)
- Removed@quenty/maid@1.2.0(transitive)
- Removed@quenty/promise@1.2.0(transitive)
- Removed@quenty/rx@1.2.0(transitive)
- Removed@quenty/signal@1.2.0(transitive)
- Removed@quenty/symbol@1.2.0(transitive)
- Removed@quenty/table@1.2.0(transitive)
- Removed@quenty/throttle@1.2.0(transitive)
- Removed@quenty/valueobject@1.2.0(transitive)