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

@quenty/rx

Package Overview
Dependencies
Maintainers
1
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quenty/rx - npm Package Compare versions

Comparing version 8.0.0-canary.331.7eefa75.0 to 8.0.0

122

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

# [8.0.0-canary.331.7eefa75.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@7.5.0...@quenty/rx@8.0.0-canary.331.7eefa75.0) (2023-02-27)
# [8.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@7.16.0...@quenty/rx@8.0.0) (2023-10-11)

@@ -15,2 +15,122 @@ **Note:** Version bump only for package @quenty/rx

# [7.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@7.15.0...@quenty/rx@7.16.0) (2023-09-21)
### Bug Fixes
* Better error message is Rx.fromPromise() when passing non-promise in ([c924c75](https://github.com/Quenty/NevermoreEngine/commit/c924c75b4090f0ba75b9d33eed6c683d1da7a06c))
# [7.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@7.14.0...@quenty/rx@7.15.0) (2023-08-23)
### Bug Fixes
* Remove duplicate Rx.scan API ([388dd46](https://github.com/Quenty/NevermoreEngine/commit/388dd464e85f3692a3e14e59891291916d6b86a3))
* Rx Observables provide better errors ([74e59af](https://github.com/Quenty/NevermoreEngine/commit/74e59af192600ceaed30efff9958d324ea7e90f9))
* Skip would skip one too many ([8c90d59](https://github.com/Quenty/NevermoreEngine/commit/8c90d595f8d128bb35ac6bf458151aa140df28f6))
* Use table.clone in Rx ([08ab13c](https://github.com/Quenty/NevermoreEngine/commit/08ab13c90176e4e875bdd55ecc55fa24b3935665))
### Features
* Add Rx.delayed(seconds) ([cdb34e3](https://github.com/Quenty/NevermoreEngine/commit/cdb34e32286f481a976852391068afe899ecc95b))
* ObservableMap uses subscription table ([fa39e53](https://github.com/Quenty/NevermoreEngine/commit/fa39e539c809e77f7d9539442727c48505f98ea1))
# [7.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@7.13.0...@quenty/rx@7.14.0) (2023-07-28)
**Note:** Version bump only for package @quenty/rx
# [7.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@7.12.0...@quenty/rx@7.13.0) (2023-07-15)
### Features
* Add Rx.onlyAfterDefer() ([c23de79](https://github.com/Quenty/NevermoreEngine/commit/c23de79145d1069236e15e972c932373913854b9))
# [7.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@7.11.0...@quenty/rx@7.12.0) (2023-06-17)
**Note:** Version bump only for package @quenty/rx
# [7.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@7.10.0...@quenty/rx@7.11.0) (2023-05-26)
### Features
* Add Rx.scan, Rx.reduce, and Rx.throttle ([995a435](https://github.com/Quenty/NevermoreEngine/commit/995a43579ec836c0a300013a2326740f2b14b1d8))
# [7.10.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@7.9.1...@quenty/rx@7.10.0) (2023-04-10)
**Note:** Version bump only for package @quenty/rx
## [7.9.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@7.9.0...@quenty/rx@7.9.1) (2023-04-07)
**Note:** Version bump only for package @quenty/rx
# [7.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@7.8.0...@quenty/rx@7.9.0) (2023-04-03)
### Bug Fixes
* Fix sub removal not firing in certain cases ([2c97208](https://github.com/Quenty/NevermoreEngine/commit/2c972087cbed8b4c041f4561ff46bb3ecf7bc750))
# [7.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@7.7.0...@quenty/rx@7.8.0) (2023-03-31)
**Note:** Version bump only for package @quenty/rx
# [7.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@7.6.0...@quenty/rx@7.7.0) (2023-03-05)
**Note:** Version bump only for package @quenty/rx
# [7.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@7.5.0...@quenty/rx@7.6.0) (2023-02-27)
**Note:** Version bump only for package @quenty/rx
# [7.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@7.4.0...@quenty/rx@7.5.0) (2023-02-21)

@@ -17,0 +137,0 @@

2

LICENSE.md
MIT License
Copyright (c) 2014-2022 Quenty
Copyright (c) 2014-2023 James Onnen (Quenty)

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@quenty/rx",
"version": "8.0.0-canary.331.7eefa75.0",
"version": "8.0.0",
"description": "Quenty's reactive library for Roblox",

@@ -30,11 +30,11 @@ "keywords": [

"dependencies": {
"@quenty/cancellabledelay": "3.4.0",
"@quenty/canceltoken": "7.0.0-canary.331.7eefa75.0",
"@quenty/loader": "6.1.0",
"@quenty/maid": "2.4.0",
"@quenty/promise": "7.0.0-canary.331.7eefa75.0",
"@quenty/signal": "2.3.0",
"@quenty/symbol": "2.2.0",
"@quenty/table": "3.2.0",
"@quenty/throttle": "6.1.0"
"@quenty/cancellabledelay": "^3.4.0",
"@quenty/canceltoken": "^7.0.0",
"@quenty/loader": "^7.0.0",
"@quenty/maid": "^2.6.0",
"@quenty/promise": "^7.0.0",
"@quenty/signal": "^3.0.0",
"@quenty/symbol": "^2.2.0",
"@quenty/table": "^3.3.0",
"@quenty/throttle": "^7.0.0"
},

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

},
"gitHead": "7eefa756f8bd892b1210349a8133d6d56992dffb"
"gitHead": "fdeae46099587019ec5fc15317dc673aed379400"
}

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

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