Show changes
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Allow to show what are the changes on the API (specially the ones that break it) so it could be decided if they could be resorted to several version-based branches, it's said, maybe some changes could be moved to a different branch and delayed for a future bigger version with other several breaking API changes. Instead of use just a counter, it could be implemented by using an array and pushing on it the changes found and using the `length` property.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the existing API-diffing logic and the counter that tracks changes. Review how changes are detected, then define how individual changes and breaking changes should be exposed so version-based branch decisions are possible; done means the API reports those changes rather than only a total.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100