Zaid-Ajaj / Fable.Remoting

Type-safe communication layer (RPC-style) for F# featuring Fable and .NET Apps
https://zaid-ajaj.github.io/Fable.Remoting/
MIT License
272 stars 54 forks source link

Changelog #288

Open ScottShingler opened 2 years ago

ScottShingler commented 2 years ago

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.)

kerams commented 2 years ago

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.

ScottShingler commented 2 years ago

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?