brainy/demo
David Snelling 04a33b9ae8 **chore(release): bump version to 0.10.0 and refactor project structure**
- Updated version to `0.10.0` in `README.md`, `cli-package/package.json`, and `src/utils/version.ts`.
- Removed `CHANGELOG.md` from the root and `cli-package`, as GitHub auto-generates release notes.
- Refactored `brainy-wrapper.js` to simplify utility methods (`isFloat32Array` and `isTypedArray`) by moving them to instance-level definitions.
- Standardized Node.js version requirement to `>= 24.3.0` across documentation and configuration files.
- Improved `textEncoding.ts` by introducing a unified `Platform` class for cross-environment compatibility (Node.js and browser).
- Restructured scripts:
  - Replaced outdated commands (e.g., `test-cli` -> `test:cli` and `test-all` -> `test:all`) for consistency.
  - Removed changelog updates from `scripts/create-github-release.js` as part of simplification.
- Enhanced `patch-textencoder.js` to also patch `worker.js` for both `TextEncoder` and `TextDecoder`.

This release improves compatibility with Node.js 24, simplifies the deployment/changelog process, and refines text encoding and worker functionalities.
2025-07-07 10:19:04 -07:00
..
CNAME feat(demo/CNAME): add CNAME files for domain configuration 2025-06-30 09:24:04 -07:00
index.html **feat(demo): refine demo content and make UI adjustments for better clarity** 2025-06-30 13:22:15 -07:00
test-browser-worker.html feat(demo, docs): introduce threading test demos for browser and fallback, enhance threading documentation 2025-07-01 10:39:12 -07:00
test-fallback.html **chore(release): bump version to 0.10.0 and refactor project structure** 2025-07-07 10:19:04 -07:00