Never miss a release that matters

AI-powered summaries of every GitHub release.

AI Summaries

Changelogs condensed into clear, actionable insights.

Always Free

Track up to 5 packages at no cost, forever.

Weekly Digest

A curated summary of every release, delivered weekly.

Get Started Free
@huggingface/transformersv4.x
3 releases

TL;DR

Transformers.js now supports tool calling with the TextGenerationPipeline, enabling models to interact with external tools, and includes support for the Gemma 4 model (large language model).

New

  • Added tool calling support to TextGenerationPipeline.
  • Support for Gemma 4 models has been added.

Fixes Worth Knowing

  • Generation performance is improved with enhancements to the key-value cache (stores previous calculations).
  • Tokenizer (text processing) types are now more accurately determined.

Before You Upgrade

  • If you are using pipelines, review the updated default generation parameters to ensure they align with your application's needs.
4.2.04.2.0
Apr 23, 2026
4.1.04.1.0
Apr 23, 2026
4.0.04.0.0
Mar 30, 2026
@huggingface/transformersv3.x
34 releases

TL;DR

This release adds support for the Ministral 3 large language model, expanding the range of models available in Transformers.js.

New

  • Support for Ministral 3 models.
  • Updated Supertonic TTS (text-to-speech) documentation.

Fixes Worth Knowing

  • Corrected model naming for Ernie 4.5.
3.8.13.8.1
Dec 2, 2025
3.8.03.8.0
Nov 19, 2025
3.7.63.7.6
Oct 20, 2025
3.7.53.7.5
Oct 2, 2025
3.7.43.7.4
Sep 29, 2025
3.7.33.7.3
Sep 12, 2025
3.7.23.7.2
Aug 15, 2025
3.7.13.7.1
Aug 1, 2025
3.7.03.7.0
Jul 23, 2025
3.6.33.6.3
Jul 11, 2025
3.6.23.6.2
Jul 8, 2025
3.6.13.6.1
Jul 2, 2025
3.6.03.6.0
Jun 26, 2025
3.5.23.5.2
May 30, 2025
3.5.13.5.1
May 3, 2025
3.5.03.5.0
Apr 16, 2025
3.4.23.4.2
Apr 2, 2025
3.4.13.4.1
Mar 25, 2025
3.4.03.4.0
Mar 7, 2025
3.3.33.3.3
Feb 6, 2025
3.3.23.3.2
Jan 22, 2025
3.3.13.3.1
Jan 15, 2025
3.3.03.3.0
Jan 15, 2025
3.2.43.2.4
Dec 28, 2024
3.2.33.2.3
Dec 25, 2024
3.2.23.2.2
Dec 23, 2024
3.2.13.2.1
Dec 19, 2024
3.2.03.2.0
Dec 15, 2024
3.1.23.1.2
Dec 7, 2024
3.1.13.1.1
Dec 3, 2024
3.1.03.1.0
Nov 26, 2024
3.0.23.0.2
Nov 4, 2024
3.0.13.0.1
Oct 25, 2024
3.0.03.0.0
Oct 22, 2024
@huggingface/transformersv2.x
44 releases

TL;DR

Transformers.js now supports the MobileViTv2 and FastViT models (image classification models), expanding the range of available pre-trained models for image processing tasks.

New

  • MobileViTv2 Support: Added support for the MobileViTv2 image classification model.
  • FastViT Support: Added support for the FastViT image classification model.

Fixes Worth Knowing

  • Images are now automatically rotated for improved processing.
  • The library can now read image data directly from blob URIs (data addresses).
  • Mistral tokenizer now uses the ungated version for better performance.
2.17.22.17.2
May 29, 2024
2.17.12.17.1
Apr 18, 2024
2.17.02.17.0
Apr 11, 2024
2.16.12.16.1
Mar 20, 2024
2.16.02.16.0
Mar 7, 2024
2.15.12.15.1
Feb 21, 2024
2.15.02.15.0
Feb 6, 2024
2.14.22.14.2
Jan 29, 2024
2.14.12.14.1
Jan 25, 2024
2.14.02.14.0
Jan 10, 2024
2.13.42.13.4
Jan 4, 2024
2.13.32.13.3
Jan 4, 2024
2.13.22.13.2
Jan 3, 2024
2.13.12.13.1
Jan 3, 2024
2.13.02.13.0
Dec 27, 2023
2.12.12.12.1
Dec 18, 2023
2.12.02.12.0
Dec 18, 2023
2.11.02.11.0
Dec 13, 2023
2.10.12.10.1
Dec 6, 2023
2.10.02.10.0
Dec 5, 2023
2.9.02.9.0
Nov 21, 2023
2.8.02.8.0
Nov 9, 2023
2.7.02.7.0
Oct 23, 2023
2.6.22.6.2
Sep 27, 2023
2.6.12.6.1
Sep 18, 2023
2.6.02.6.0
Sep 8, 2023
2.5.42.5.4
Aug 28, 2023
2.5.32.5.3
Aug 22, 2023
2.5.22.5.2
Aug 14, 2023
2.5.12.5.1
Aug 9, 2023
2.5.02.5.0
Aug 1, 2023
2.4.42.4.4
Jul 28, 2023
2.4.32.4.3
Jul 27, 2023
2.4.22.4.2
Jul 22, 2023
2.4.12.4.1
Jul 11, 2023
2.4.02.4.0
Jul 9, 2023
2.3.12.3.1
Jul 1, 2023
2.3.02.3.0
Jun 22, 2023
2.2.02.2.0
Jun 9, 2023
2.1.12.1.1
Jun 2, 2023
2.1.02.1.0
Jun 1, 2023
2.0.22.0.2
May 29, 2023
2.0.12.0.1
May 20, 2023
2.0.02.0.0
May 17, 2023
@huggingface/transformersv2.xprerelease
5 releases

TL;DR

Transformers.js has been completely rewritten in ES6, offering improved performance and a simplified API for loading models directly from model IDs (Hugging Face model names).

Breaking

  • Model loading now accepts model IDs directly (Hugging Face names) instead of file paths.
  • Testing framework updated to Jest (JavaScript testing framework).

New

  • Simplified model loading: Use model IDs with pipeline, AutoModel, AutoTokenizer, and AutoProcessor.
  • Node.js model caching improves performance for repeated use.

Fixes Worth Knowing

  • Improved error handling, including CORS errors.
  • Whisper models now calculate mel filters automatically.

Before You Upgrade

  • Update your model loading code to use model IDs instead of file paths.
  • Review and update any existing tests to align with the new Jest framework.
2.0.0-alpha.42.0.0-alpha.4
May 16, 2023
2.0.0-alpha.32.0.0-alpha.3
May 16, 2023
2.0.0-alpha.22.0.0-alpha.2
May 15, 2023
2.0.0-alpha.12.0.0-alpha.1
May 15, 2023
2.0.0-alpha.02.0.0-alpha.0
May 15, 2023