@quenty/valueobject
Advanced tools
Comparing version 9.0.0 to 10.0.0
@@ -6,2 +6,54 @@ # Change Log | ||
# [10.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/valueobject@9.0.0...@quenty/valueobject@10.0.0) (2024-02-13) | ||
### Features | ||
* New loader (breaking changes), fixing loader issues ([#439](https://github.com/Quenty/NevermoreEngine/issues/439)) ([3534345](https://github.com/Quenty/NevermoreEngine/commit/353434522918812953bd9f13fece73e27a4d034d)) | ||
### BREAKING CHANGES | ||
* Standard loader | ||
Adds new loader version which replicates full structure instead of some partial structure. This allows us to have hot-reloading (in the future), as well as generally do less computation, handle dependencies more carefully, and other changes. | ||
This means you'll need to change you how require client-side modules, as we export a simple `loader` module instead of all modules available. | ||
Signed-off-by: James Onnen <jonnen0@gmail.com> | ||
* fix: Fix missing dependency in ResetService | ||
* feat: Add RxPhysicsUtils.observePartMass | ||
* fix: Fix package discovery for games | ||
* feat: Add UIAlignmentUtils.verticalToHorizontalAlignment(verticalAlignment) and UIAlignmentUtils.horizontalToVerticalAlignment(horizontalAlignment) | ||
* feat: AdorneeData:InitAttributes() does not require data as a secondparameter | ||
* ci: Upgrade to new rojo 7.4.0 | ||
* fix: Update loader to handle hoarcekat properly | ||
* docs: Fix spacing in Maid | ||
* fix: Add new ragdoll constants | ||
* fix: Compress influxDB sends | ||
* style: Errors use string.format | ||
* fix: Handle motor animations | ||
* ci: Upgrade rojo version | ||
* feat!: Maid no longer is includd in ValueObject.Changed event | ||
* docs: Fix docs | ||
# [9.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/valueobject@8.4.0...@quenty/valueobject@9.0.0) (2024-01-10) | ||
@@ -8,0 +60,0 @@ |
{ | ||
"name": "@quenty/valueobject", | ||
"version": "9.0.0", | ||
"version": "10.0.0", | ||
"description": "To work like value objects in Roblox and track a single item with .Changed events", | ||
@@ -29,8 +29,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/brio": "^10.0.0", | ||
"@quenty/loader": "^7.3.0", | ||
"@quenty/maid": "^2.6.0", | ||
"@quenty/rx": "^9.0.0", | ||
"@quenty/signal": "^4.0.0", | ||
"@quenty/valuebaseutils": "^9.0.0" | ||
"@quenty/brio": "^11.0.0", | ||
"@quenty/ducktype": "^3.0.0", | ||
"@quenty/loader": "^8.0.0", | ||
"@quenty/maid": "^3.0.0", | ||
"@quenty/rx": "^10.0.0", | ||
"@quenty/signal": "^5.0.0", | ||
"@quenty/valuebaseutils": "^10.0.0" | ||
}, | ||
@@ -40,3 +41,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "bf8135721716c976201cb82133e0186ea606b166" | ||
"gitHead": "5736b108e4d23cd4c9e761bbe4cc9fed6fb32dfa" | ||
} |
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
27778
7
+ Added@quenty/ducktype@^3.0.0
+ Added@quenty/brio@11.0.0(transitive)
+ Added@quenty/canceltoken@9.0.0(transitive)
+ Added@quenty/ducktype@3.0.0(transitive)
+ Added@quenty/instanceutils@10.0.0(transitive)
+ Added@quenty/loader@8.0.0(transitive)
+ Added@quenty/maid@3.4.0(transitive)
+ Added@quenty/promise@8.0.0(transitive)
+ Added@quenty/rx@10.0.0(transitive)
+ Added@quenty/rxsignal@4.0.0(transitive)
+ Added@quenty/signal@5.0.0(transitive)
+ Added@quenty/symbol@3.3.0(transitive)
+ Added@quenty/throttle@8.0.0(transitive)
+ Added@quenty/valuebaseutils@10.0.0(transitive)
- Removed@quenty/brio@10.0.0(transitive)
- Removed@quenty/canceltoken@8.0.0(transitive)
- Removed@quenty/instanceutils@9.0.0(transitive)
- Removed@quenty/loader@7.3.0(transitive)
- Removed@quenty/maid@2.6.0(transitive)
- Removed@quenty/promise@7.2.0(transitive)
- Removed@quenty/rx@9.0.0(transitive)
- Removed@quenty/rxsignal@3.0.0(transitive)
- Removed@quenty/signal@4.0.0(transitive)
- Removed@quenty/symbol@2.2.0(transitive)
- Removed@quenty/throttle@7.2.0(transitive)
- Removed@quenty/valuebaseutils@9.0.0(transitive)
Updated@quenty/brio@^11.0.0
Updated@quenty/loader@^8.0.0
Updated@quenty/maid@^3.0.0
Updated@quenty/rx@^10.0.0
Updated@quenty/signal@^5.0.0