Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

68 lines (46 loc) · 2.67 KB

Version 1.2.0 December 24, 2020

✨ Features

  • We have added support for browser ready language model. 🤩 🎉
  • Now easily vectorize text using bm25-based vectroizer. 🤓 👏

⚙️ Updates

  • Examples in README now runs on RunKit using web model! ✅

Version 1.1.0 September 18, 2020

✨ Features

  • We have enabled add-ons to support enhanced language models, paving way for new its helpers. 🎉
  • Now use its.stem helper to obtain stems of the words using Porter Stemmer Algorithm V2. 👏

Version 1.0.1 August 24, 2020

⚙️ Updates

  • Benchmarked on Node.js v12 & v14 also and updated the speed to minimum observed. 🏃‍♀️

Version 1.0.0 August 21, 2020

⚙️ Updates

  • Happy to release version 1.0.0 for you! 💫👏
  • You can optionally include custom entity detection while running speed benchmark. 😇

Version 0.4.0 August 9, 2020

⚙️ Updates

  • Getting ready to move to version 1.0.0 — almost there! 💫

Version 0.3.1 August 3, 2020

⚙️ Updates

  • Some behind the scene updates to test cases. 😎
  • Updated the version of English light language model to the latest — 0.3.0. 🙌

Version 0.3.0 July 29, 2020

✨ Features

  • No need to remember or copy/paste long Github url for language model installation. The new script installs the latest version for you automatically. 🎉

Version 0.2.0 July 21, 2020

✨ Features

  • We have added .parentCustomEntity() API to .tokens() API. 👏

🐛 Fixes

  • Accessing custom entities was failing whenever there were no custom entities. Now things are as they should be — it tells you that there are none! ✅

Version 0.1.0 June 24, 2020

✨ Features

  • We have improved interface with the language model — now supports the new format. 👍