Releases: Henry-Sarabia/igdb
Releases · Henry-Sarabia/igdb
Patch v2.0.0-alpha.4
Issues for patch v2.0.0-alpha.4
This patch fixes the maximum limits of the options SetOffset and SetLimit.
- Bugfixes
- Remove
SetOffset
's max and reduceSetLimit
's max from 5000 to 500 (#100)
- Remove
Patch v2.0.0-alpha.3
Issues for patch v2.0.0-alpha.3
This patch fixes ServerError's Temporary behavior.
- Bugfixes
- Redefined
Temporary
method onServerError
instead of*ServerError
(#97)
- Redefined
Patch v2.0.0-alpha.2
Issues for patch v2.0.0-alpha.2
This patch addresses an import path bug.
- Bugfixes
- Updgraded import path of the package to v2 in each example program (#94)
Major v2.0.0-alpha.1
Issues for major v2.0.0-alpha.1
This major update addresses the IGDB API's upgrade to v4.
For information on specific changes, visit the IGDB documentation.
-
Improvements
- Client
- Replaced GET requests with POST requests (#91, #74 - thanks to @dustyjewett)
- Updated root API URL (#73 - thanks to @dustyjewett)
- Authentication
- Updated required credentials (#76 - thanks to @dustyjewett)
- Endpoints
- Removed unsupported endpoints (#77, #78 - thanks to @dustyjewett)
- Types
- Updated fields for Game, Platform, and SearchResult structs (#79 - thanks to @dustyjewett)
- Added missing GameCategory enumerated types (#70 - thanks to @Lavos)
- Errors
- Implemented Temporary behavior for temporary server errors (#75)
- Client
-
Bugfixes
Thanks again to our contributors.
Patch v1.0.3
Patch v1.0.2
- Improvements
- Additional error checking while unmarshalling test data during test setup (#55)
Patch v1.0.1
Bugfixes
- Replace broken dependency "whitespace" package with "blank" package. (#54)
Release v1.0.0
- Features
- Filters
- Endpoints
- Search
- Service Functions
- Improvements
- Errors
- Documentation
- Testing
- Internal