'Can I find out the version function/classes were added from a tagged GitHub repo for PHPDoc @since

I am looking to add PHPDoc comments to my project, I previously have various versions before PHPDoc was used, these are tagged releases in GitHub. Is there a means of getting a list of classes/functions and the version number they were introduced somehow instead of manually downloading each version and checking so I can use it for @since?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source