Releases: mrpmorris/Fluxor
Releases · mrpmorris/Fluxor
6.5.2
- Fix false positive FLXW01 error (#522)
6.5.0
- Support subscribing to fields instead of properties (#514)
6.4.0
- Optimise Roslyn analyzer
- Use Microsoft.CodeAnalysis.CSharp instead of Microsoft.CodeAnalysis.CSharp.Workspaces
6.3.0
- Downgrade Microsoft.CodeAnalysis.CSharp.Workspaces to 4.9.2 (.NET 8 version). (#519)
6.2.1.5
Analyzer to ensure base.OnInitialized or base.OnInitializedAsync is called in Blazor apps.
6.2.0.1
Support .NET 8 and 9 only.
6.1
- Allow relative URLs in routing middleware (#497)
- Support JsonOptions and double.Nan serialization in Redux Dev Tools (#503)
6.0
- Breaking change: Remove support for obsolete versions of .NET framework (#384)
- Breaking change: Replace IDisposable with IAsyncDisposable in Blazor components (#324)
- Breaking change:
UseReduxDevTools
no longer ensures UseRouting
is called (#360)
- Breaking change:
UseReduxDevTools
no longer requires Newtonsoft.Json
(#386)
- Support Action Filtering in Redux Dev Tools (#383)
- Do not consider anchor (Uri.Fragment) when checking Uri for changes in routing middleware (#455)
- Resolve bug where StoreInitializer could cause DisposableCallback to throw an exception (#491)
5.9
- Adds additional useful information to exception thrown by
DisposableAction
(#425)
- Fix deadlock scenario when dispatching actions from an effect triggered by store activation (#426)
5.8
- Fixes potential for deadlock (#407)