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 depend on you will soon realize the need to be 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