jwstegemann / fritz2

Easily build reactive web-apps in Kotlin based on flows and coroutines.
https://www.fritz2.dev
MIT License
636 stars 25 forks source link

Add binary compatibility validation #785

Closed serras closed 11 months ago

serras commented 11 months ago

Closes #199

We also found that many people forget to run apiDump before committing, so it's useful to auto-commit it if any change is detected. This makes it easier to figure out the real API changes.

jamowei commented 11 months ago

Thanks! I will try it and approve if it works as expected 👍🏻