Skip to content

v13.0.0 - New organization

Choose a tag to compare

@ndaidong ndaidong released this 16 Mar 16:24
· 7 commits to main since this release
9204c9c

Major update

  • Refactor core logic to native JavaScript with JSDocs
  • Remove Deno and deno/dnt builder
  • Add many new methods and modules (Similarity, MemStore, Maybe, etc.)
  • Comprehensive documentation and tests - llms.txt ready
  • Add AI Agents to the team

New organization

Since v13.x.x:

npm i @pwshub/bellajs

import { genid } from '@pwshub/bellajs'

Before v13.x.x

npm i @ndaidong/bellajs

import { genid } from '@ndaidong/bellajs'