andreasohlund / APIComparer

Compares NuGetPackages/Assemblies and displays changes in the public api.
MIT License
51 stars 4 forks source link

Sort breaking changes on top #52

Open andreasohlund opened 9 years ago

andreasohlund commented 9 years ago

Given the new layout

http://apicomparer-preview.particular.net/compare/nservicebus/5.1.3...5.2.7

where we show the obsoletes inline I think it would be better to sort on breaking changes and display them first? ( PersistenceExtentions in the above example)

Or even have a separate section for them?

andreasohlund commented 9 years ago

Here is another example where it would be better to hightlight the breaking changes

http://apicomparer.particular.net/compare/EntityFramework/6.0.0...6.1.3

and yes EF didn't follow semver here :)