Stable release of contentful.js v10 with enhanced TypeScript support

We have released contentful.js v10 with enhanced TypeScript support!

With typed queries and responses, developers are able to see the shape of content types & entries right in their code editor! No more context switching, everything they need to develop efficiently is in one place.

Improvements in v10

  • Query type support — Autosuggestions based on your Contentful content model allow you to know exactly which search parameters you can use in your requests.
  • Chained client modifiers — An option to modify the response shape of your CDA calls, and thus get predictable response type support.

contentful.js v10 before/after

Learn more

  • Learn how to migrate to contentful.js v10 in our migration guide.
  • Have a look at our tutorial demonstrating the new features.

Share feedback

Stable release of contentful.js v10 with enhanced TypeScript support | Contentful