@quenty/binder
Advanced tools
Comparing version 4.1.2 to 4.2.0-canary.221.e58a344.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.2.0-canary.221.e58a344.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/binder@4.1.2...@quenty/binder@4.2.0-canary.221.e58a344.0) (2021-10-30) | ||
### Features | ||
* Binder constructors may now return anything and it will attempt to clean it as required, but also it is fine for the function to just not do anything ([a312ea4](https://github.com/Quenty/NevermoreEngine/commit/a312ea4e46fed0d8c7986b6f58c611517edfbdeb)) | ||
## [4.1.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/binder@4.1.1...@quenty/binder@4.1.2) (2021-10-30) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@quenty/binder", | ||
"version": "4.1.2", | ||
"version": "4.2.0-canary.221.e58a344.0", | ||
"description": "Utility object to Bind a class to Roblox object, and associated helper methods", | ||
@@ -28,11 +28,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/baseobject": "^3.1.2", | ||
"@quenty/brio": "^3.1.2", | ||
"@quenty/instanceutils": "^3.1.2", | ||
"@quenty/linkutils": "^3.1.2", | ||
"@quenty/loader": "^3.1.1", | ||
"@quenty/maid": "^2.0.1", | ||
"@quenty/promise": "^3.1.2", | ||
"@quenty/signal": "^2.0.0", | ||
"@quenty/valueobject": "^3.1.2" | ||
"@quenty/baseobject": "3.1.2", | ||
"@quenty/brio": "3.2.0-canary.221.e58a344.0", | ||
"@quenty/instanceutils": "3.2.0-canary.221.e58a344.0", | ||
"@quenty/linkutils": "3.2.0-canary.221.e58a344.0", | ||
"@quenty/loader": "3.1.1", | ||
"@quenty/maid": "2.0.1", | ||
"@quenty/promise": "3.1.2", | ||
"@quenty/signal": "2.0.0", | ||
"@quenty/valueobject": "3.2.0-canary.221.e58a344.0" | ||
}, | ||
@@ -42,3 +42,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "e9cd4223c7fda7c852db9743ef844baa19cacb13" | ||
"gitHead": "e58a34425f2056bfbd3a523a6f84f992470baa13" | ||
} |
@@ -29,3 +29,3 @@ ## Binder | ||
function MyClass.new(robloxInstance) | ||
print("New tagged instance of ", robloxInstance") | ||
print("New tagged instance of ", robloxInstance) | ||
return setmetatable({}, MyClass) | ||
@@ -32,0 +32,0 @@ end |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
34051
2
+ Added@quenty/baseobject@3.1.2(transitive)
+ Added@quenty/brio@3.2.0-canary.221.e58a344.0(transitive)
+ Added@quenty/instanceutils@3.2.0-canary.221.e58a344.0(transitive)
+ Added@quenty/linkutils@3.2.0-canary.221.e58a344.0(transitive)
+ Added@quenty/loader@3.1.1(transitive)
+ Added@quenty/maid@2.0.1(transitive)
+ Added@quenty/promise@3.1.2(transitive)
+ Added@quenty/rx@3.2.0-canary.221.e58a344.0(transitive)
+ Added@quenty/signal@2.0.0(transitive)
+ Added@quenty/symbol@2.0.0(transitive)
+ Added@quenty/table@2.1.0(transitive)
+ Added@quenty/throttle@3.1.1(transitive)
+ Added@quenty/valueobject@3.2.0-canary.221.e58a344.0(transitive)
- Removed@quenty/baseobject@3.5.0(transitive)
- Removed@quenty/brio@3.8.0(transitive)
- Removed@quenty/instanceutils@3.8.0(transitive)
- Removed@quenty/linkutils@3.8.0(transitive)
- Removed@quenty/loader@3.4.0(transitive)
- Removed@quenty/maid@2.6.0(transitive)
- Removed@quenty/promise@3.6.0(transitive)
- Removed@quenty/rx@3.8.0(transitive)
- Removed@quenty/signal@2.4.0(transitive)
- Removed@quenty/statestack@3.5.0(transitive)
- Removed@quenty/symbol@2.2.0(transitive)
- Removed@quenty/table@2.2.0(transitive)
- Removed@quenty/throttle@3.5.0(transitive)
- Removed@quenty/valueobject@3.8.0(transitive)
Updated@quenty/baseobject@3.1.2
Updated@quenty/loader@3.1.1
Updated@quenty/maid@2.0.1
Updated@quenty/promise@3.1.2
Updated@quenty/signal@2.0.0