Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@quenty/promise

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quenty/promise - npm Package Compare versions

Comparing version 8.0.0-canary.c90a5c7.0 to 8.0.0

54

CHANGELOG.md

@@ -6,4 +6,56 @@ # Change Log

# [8.0.0-canary.c90a5c7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promise@7.1.0...@quenty/promise@8.0.0-canary.c90a5c7.0) (2024-01-08)
# [8.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promise@7.2.0...@quenty/promise@8.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
# [7.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promise@7.1.0...@quenty/promise@7.2.0) (2024-01-08)
**Note:** Version bump only for package @quenty/promise

@@ -10,0 +62,0 @@

10

package.json
{
"name": "@quenty/promise",
"version": "8.0.0-canary.c90a5c7.0",
"version": "8.0.0",
"description": "Promise implementation for Roblox",

@@ -28,5 +28,5 @@ "keywords": [

"dependencies": {
"@quenty/deferred": "2.1.0",
"@quenty/loader": "8.0.0-canary.c90a5c7.0",
"@quenty/maid": "2.6.0"
"@quenty/deferred": "^2.1.0",
"@quenty/loader": "^8.0.0",
"@quenty/maid": "^3.0.0"
},

@@ -36,3 +36,3 @@ "publishConfig": {

},
"gitHead": "c90a5c74ac7045804ba6018fc3424e406d13f21a"
"gitHead": "5736b108e4d23cd4c9e761bbe4cc9fed6fb32dfa"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc