v13.0.0 - New organization
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'