▲ | andrewmcwatters 2 days ago | |
Yes, absolutely! I would probably just pick a version to fork, set it to v1.0.0 for your org's production path, and then you'd know the behavior would never change. You could then merge updates back from upstream. | ||
▲ | john01dav 2 days ago | parent [-] | |
It's generally easier to just deal with breaking changes, since writing code is faster than gaining understanding and breaking changes in the external api are generally much better documented than internals. |