Hi! We're upgrading Fulcro from 3.7.5 to 3.8.6 and wanted to understand a breakdown of the changes. Is that documented anywhere?
I try to keep the commit messages in the git repo concise with notes on things there. It’s the easiest to do changelog.
My general philosophy is: Don’t remove stuff, don’t change signatures. Only add new stuff. The fact that I rely on the React ecosystem means that sometimes they make changes that I have to respond to. For example the 3.9 series will require newer react and won’t work with older.
so as long as the ecosystem doesn’t break things, I do my very best to make sure I don’t make any kind of breaking change.