fulcro

Ryan 2025-07-17T17:52:43.548269Z

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?

tony.kay 2025-07-17T19:55:07.987589Z

I try to keep the commit messages in the git repo concise with notes on things there. It’s the easiest to do changelog.

tony.kay 2025-07-17T19:56:10.367979Z

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.

👍 1
tony.kay 2025-07-17T19:56:39.535589Z

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.