Releases: daiscog/ngx-http-request-state
Releases · daiscog/ngx-http-request-state
3.4.0
3.3.0
3.2.0
3.1.0
3.0.0
What's Changed
- Breaking change: The
value
property of theLoadedState
interface, and the parameter of theloadedState
function, are no longer optional. If you want yourLoadedState
instances to possibly containundefined
values, you must explicitly state such in the generic type parameter. E.g.,state: HttpRequestState<MyDataType | undefined>
will allow aLoadedState
with anundefined
value. (TheLoadingState
andErrorState
interfaces are unaffected and continue to have an optionalvalue
property, even when the generic type does not allow for undefined.) - Angular 16 support
Full Changelog: 2.2.0...3.0.0