Releases: DDtMM/angular-signal-generators
Releases · DDtMM/angular-signal-generators
3.1.0
3.0.5
3.0.4
3.0.3
3.0.1
3.0.0
3.0.0-next.0
Upgraded to Angular 19.
- Because of changes to the way signals work, this version of the library will not be backwards with previous versions of Angular.
- Added debugName to all signals.
2.2.0
Breaking Changes
- Moved easing functions to their own submodule since they're not the primary focus of the library and only there for tweenSignal.
- Renamed SignalInput and related types to ReactiveSource to better indicate the nature of the types being accepted.
Other Changes
- Changed InspectOptions to not extend CreateEffectOptions since some of the options weren't used.
- Various Documentation Improvements.