Socket
Socket
Sign inDemoInstall

@rx-signals/store

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rx-signals/store - npm Package Versions

1
10

2.6.2-rc1

Diff

swarmy
published 2.6.1 •

Changelog

Source

2.6.1 (2021-07-23)

Fixes

  • The new convenience function createSignalsFactory was missing in the index.ts
swarmy
published 2.6.0 •

Changelog

Source

2.6.0 (2021-07-23)

Fixes

  • Fixed a bug for x-typed event sources with subscribeObservableOnlyIfEventIsSubscribed parameter: It was possible that the source was not already switched for one of the sources, when an event was already dispatched after the subscribeObservableOnlyIfEventIsSubscribed event was subscribed.
  • Removed all usage of shareReplay, because even with refCount, a case was encountered where shareReplay lead to a memory leak.

Improvements

  • Generalized and simplified the signal factories API. The factories are now monadic and naturally compose via bind (aka flatMap). See the validated-input-with-result-factory for an (admittedly complex) example.
  • Changed concept for usage of parent-child stores (yes, a breaking change in a minor version, but this was not yet used by anyone). Child stores must now be created via corresponding method on the parent. Child store behaviors now always use child sources, if available, else fall back on the parent.
swarmy
published 2.6.0-rc4 •

swarmy
published 2.6.0-rc3 •

swarmy
published 2.6.0-rc2 •

swarmy
published 2.6.0-rc1 •

swarmy
published 2.5.5 •

Changelog

Source

2.5.5 (2021-07-08)

Features

  • Expose parent store.
swarmy
published 2.5.4 •

Changelog

Source

2.5.4 (2021-07-07)

Features

  • The store constructor now takes a parent store as optional parameter. If a behavior is requested from a store and it has a parent store with that behavior, than the request will be delegated to the parent. This means, all required parent behaviors should be added before being requested from a child, to avoid unexpected results. Also event sources are not delegated.
swarmy
published 2.5.3 •

Changelog

Source

2.5.3 (2021-07-01)

Improvements

  • Added also the exported low-level-type-symbols to index.ts
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