Articles with the tag #versioning:
How to deprecate features in your API before making breaking changes
2020-09-13
When creating APIs that external parties depends on you will soon realize the need being careful about making breaking changes to that API as even a single renamed property/function might cause existing code using your API to fail. …read more