Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/current-igdb-schema.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/enforce-multiquery-limit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/guard-unsupported-search.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @api-wrappers/igdb-wrapper

## 1.1.1

### Patch Changes

- 5d8f413: Align endpoint registration and model types with the current IGDB v4 schema, including the image types endpoint and recent company, image, popularity, region, and release-date fields.
- 047ff0d: Reject typed multi-query builders that exceed IGDB's maximum of 10 query blocks per request.
- 372e263: Reject the high-level search helper on endpoints that IGDB does not document as searchable, and narrow the exported searchable endpoint path type accordingly.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@api-wrappers/igdb-wrapper",
"version": "1.1.0",
"version": "1.1.1",
"description": "Type-safe IGDB client with a fluent APICalypse query builder, endpoint helpers, auth, retries, and rate limiting",
"module": "./dist/index.mjs",
"type": "module",
Expand Down
Loading