Skip to content

Tags: e-oz/ngx-reactive-storage

Tags

v2.0.2

Toggle v2.0.2's commit message
Angular v21 is now supported.

v2.0.1

Toggle v2.0.1's commit message
v2.0.0

v2.0.0-next.3

Toggle v2.0.0-next.3's commit message
Remove unneeded code and injector requirement.

v2.0.0-next.2

Toggle v2.0.0-next.2's commit message
Move BroadcastChannel initialization into afterNextRender().

v2.0.0-next.1

Toggle v2.0.0-next.1's commit message
### v2.0.0 (Pre-release)

#### Breaking changes:
* TypeScript version 5.6+ is required.

This library still works with Angular v16+, but if you use the strict peer dependencies setting (enabled by default) in your package manager, TypeScript version 5.6+ is only supported by Angular v19.

This is caused by a different method of importing the localForge library, and this method is required for SSR support.

#### New features:
* SSR is now supported 🎉

You no longer need to wrap storage initialization in `afterNextRender()`. If you require SSR support, you can do so by providing an `Injector` instance in the constructor. If SSR support is not needed in your app, no changes are required.

v1.2.2

Toggle v1.2.2's commit message
Angular v18 is now supported.

v1.2.1

Toggle v1.2.1's commit message
Add info about `getWritableSignal()` to README.

v1.2.0

Toggle v1.2.0's commit message
Method `getWritableSignal()` will not write initial value to the stor…

…age anymore.

v1.1.2

Toggle v1.1.2's commit message
Fix: Do not emit an observable and signal if no value is found during…

… the initial read in the storage.