Fable.Remoting
Fable.Remoting copied to clipboard
Changelog
Is there a changelog or list of release notes anywhere? All I could find was this, which is from 2018.
Having an up-to-date changelog would be useful to help understand what has changed between revisions. This is especially important for major version changes, as typically a change to the major version would indicate a risk of breaking changes.
(A bit of background: We are in the process of updating some of our dependencies, and updating one of them (not sure which) caused a runtime exception. Upgrading Fable.Remoting.Client
from 5
to 7
resolved the issue, but we have no idea what the implications of jumping ahead 2 major versions is since there's no up-to-date changelog to refer to.)
You can find what's changed between versions on the Release notes tab on Nuget, but right now we do not maintain accumulative changelog files for each package.
Ah, thank you - I missed that in the NuGet UI.
Is it worth keeping this issue open as a feature request to add a changelog?