@@ -11,53 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Added
1313
14- - Complete PHPDoc coverage for all API endpoints in ` DiscogsApiClient `
15- - Missing @method annotations for 22 additional API methods:
16- - ` releaseRatingCommunity() ` – Get community release ratings
17- - ` releaseStats() ` – Get release statistics
18- - ` userSubmissions() ` – Get user submissions
19- - ` userContributions() ` – Get user contributions
20- - ` userLists() ` – Get user lists
21- - ` collectionFolderGet() ` – Get specific collection folder
22- - ` collectionFolderCreate() ` – Create collection folder
23- - ` collectionFolderEdit() ` – Edit collection folder
24- - ` collectionFolderDelete() ` – Delete collection folder
25- - ` collectionItemsByRelease() ` – Get collection items by release
26- - ` collectionAddRelease() ` – Add release to a collection
27- - ` collectionEditRelease() ` – Edit release in a collection
28- - ` collectionRemoveRelease() ` – Remove release from a collection
29- - ` collectionCustomFields() ` – Get custom collection fields
30- - ` collectionEditField() ` – Edit custom collection field
31- - ` collectionValue() ` – Get collection value
32- - ` wantlistAdd() ` – Add to wantlist
33- - ` wantlistEdit() ` – Edit wantlist entry
34- - ` wantlistRemove() ` – Remove from wantlist
35- - ` marketplaceFeeCurrency() ` – Calculate fee with specific currency
36- - ` marketplacePriceSuggestions() ` – Get price suggestions
37- - ` marketplaceStats() ` – Get marketplace statistics
38- - PHPDoc for complete Inventory Export API (five methods)
39- - PHPDoc for complete Inventory Upload API (five methods)
40- - ` listGet() ` method for retrieving specific lists
41-
42- ### Changed
43-
44- - Improved PHPDoc structure with logical API groupings
45- - Better IDE autocomplete support for all available methods
46- - More comprehensive method documentation with proper Discogs API links
14+ - Complete PHPDoc coverage for all 62 Discogs API endpoints
15+ - Missing @method annotations for 22 additional API methods
16+ - Full IDE autocomplete support for inventory, collection, and marketplace operations
4717
4818### Fixed
4919
50- - Missing method visibility for inventory management operations
51- - Incomplete API coverage documentation
52- - Incorrect legacy method mappings in ` UPGRADE.md `
53- - PHP-CS-Fixer false positive warnings for @method annotations
20+ - Incorrect legacy method mappings in UPGRADE guide
21+ - Missing PHPDoc annotations causing incomplete IDE support
22+ - PSR-12 compliance issues in documentation examples
5423
5524### Documentation
5625
57- - Added Guzzle HTTP client badge to README
58- - Updated README with an accurate API endpoint count (60+ methods)
59- - Corrected v2.x legacy method mapping table in the UPGRADE guide
60- - Enhanced README with expanded API method categorization
26+ - Updated README with accurate API coverage information
27+ - Enhanced code examples with proper formatting standards
6128- Collection folder management methods are now properly documented
6229
6330## [ 3.0.0] ( https://github.com/calliostro/php-discogs-api/releases/tag/v3.0.0 ) – 2025-09-08
0 commit comments