Skip to content

Latest commit

 

History

History
231 lines (117 loc) · 3.84 KB

CHANGELOG.md

File metadata and controls

231 lines (117 loc) · 3.84 KB

@gitbook/api

0.34.0

Minor Changes

  • e3fdaae: Store the original error message as GitBookAPIError.errorMessage

0.33.0

Minor Changes

  • 17099cf: Use fetch and a custom EventSource parsing to support node/browser/worker for streaming operations

0.32.0

Minor Changes

  • aadb319: Use a custom EventSource client to support Cloudflare Worker environments

0.31.0

Minor Changes

  • 0961cf4: Improve streaming client to support last "done" message and throw error event

0.30.0

Minor Changes

  • 41f811e: Update the API client with the latest OpenAPI specification and add support for streaming operations.

0.29.0

Minor Changes

  • d5ba3df: Update API client with latest OpenAPI spec

0.28.0

Minor Changes

  • 4cb31e9: Bump @gitbook/api to use the latest openAPI spec

0.27.0

Minor Changes

  • 46c9686: Allow passing a userAgent to the API client (@gitbook/api) and set a default user-agent for all integrations

0.26.0

Minor Changes

  • 980a262: Update API client with latest OpenAPI spec

0.25.0

Minor Changes

  • d43bc17: Update api client with latest OpenAPI spec

0.24.0

Minor Changes

  • 73a437c: Publicly expose type for endpoint / authToken

0.23.0

Minor Changes

  • ad9df8e: Update API client with latest OpenAPI spec

0.22.0

Minor Changes

  • 5598f59: Update API client with latest OpenAPI spec

0.21.0

Minor Changes

  • 4e17700: Update API client with latest OpenAPI spec

0.20.1

Patch Changes

  • 0bcacd8: Throw error instead of Response in API client

0.20.0

Minor Changes

  • a63371a: Update swagger-typescript-api and fix passing signal to requests

0.19.0

Minor Changes

  • b0a616e: Update api client with latest OpenAPI spec (cover in `RevisionPageDocument)

0.18.0

Minor Changes

  • 7318cb3: Update API client with latest OpenAPI changes

0.17.0

Minor Changes

  • f358a79: Update API client with latest OpenAPI spec and pass request data to errors

0.16.0

Minor Changes

  • 1c45194: Update API client with latest OpenAPI spec

0.15.0

Minor Changes

  • 634cd65: Bump API client to use the latest spec

0.14.0

Minor Changes

  • 619e1e9: Update api client with latest OpenAPI spec

0.13.0

Minor Changes

  • 4a45acf: Update OpenAPI spec for API client to get customization API

0.12.0

Minor Changes

  • 1a823ae: Update API client with latest OpenAPI spec

0.11.1

Patch Changes

  • 531c11c: Document the @gitbook/api package and update the OpenAPI spec

0.11.0

Minor Changes

  • 5f9c5c9: - Bump API client to use the latest spec
    • Update CLI to use the latest manifest with target support

0.10.0

Minor Changes

  • 2f49b3f: Bump API client to use the latest OpenAPI spec

0.9.0

Minor Changes

  • 4affdac: Add ContentKit support for codeblock element for input

0.8.0

Minor Changes

  • 691bc05: Bump API client to use the latest spec

0.7.0

Minor Changes

  • 0e469e0: Bump API client to use the latest spec

0.6.0

Minor Changes

  • d7d3f37: - Bump @gitbook/api client to use the latest Gitbook API spec

0.5.0

Minor Changes

  • a2d3bc3: - Bump @gitbook/api client to use the latest Gitbook API spec

0.4.0

Minor Changes

  • 51eca27: Bump client to use the latest gitbook API spec

0.3.0

Minor Changes

  • 5c68046: Output both esm and cjs for @gitbook/api

0.2.2

Patch Changes

  • bd01cd4: Output @gitbook/api build in ESM format

0.2.1

Patch Changes

  • 357eedd: Point main and types properly in package.json

0.2.0

Minor Changes

  • d27de5f: Publish @gitbook/api to NPM

null

Patch Changes

  • f0c07cb: Throw a GitBookAPIError when api is returning a non-2XX response
  • 782d91b: Add new "createInstallationClient" to initialize an API client for an installation