Releases: akan-team/akanjs
Releases · akan-team/akanjs
2.3.0
What's Changed
- Stream RSC Flight from worker by @aka-bassman in #50
Full Changelog: v2.2.12...v2.3.0
2.2.12
What's Changed
- Improve SSR not-found and request policy handling by @aka-bassman in #49
Full Changelog: v2.2.11...v2.2.12
2.2.11
What's Changed
- Feature/fetch dict fix by @aka-bassman in #37
- Add Akan agent context tooling by @aka-bassman in #46
- Improve LLM support and client runtime stability by @aka-bassman in #47
- Add Akan server console support by @aka-bassman in #48
Full Changelog: v2.2.6...v2.2.11
2.2.6
2.2.3
What's Changed
- add upload-env and download-env with fixing bugs by @aka-bassman in #31
Full Changelog: v2.2.2...v2.2.3
2.2.2
Hot fix: recover dictionary rendering and capacitor loading (#29) * hotfix: fix capaictor deps error and mission v1 assets * hotfix: recover server side dictionary render
2.1.1
2.1.0
Before
- Akan.js relied on multiple lower-level frameworks such as NestJS, Next.js, and Vite.
- Node.js ecosystem assumptions were part of the tooling and operating model.
- Runtime, tooling, testing, and package workflows were split across different foundations.
- MongoDB was the default database choice.
- Local development and production builds required more coordination between moving parts.
After
- Akan.js v2.1.0 moves to a Bun-first full-stack runtime.
- Bun is now the shared foundation for the CLI, server runtime, tests, packages, and production builds.
- Akan owns more lower framework behavior directly, making the developer experience more consistent.
- SQLite becomes the first-class local and service database path.
- The stack is smaller and more focused: one runtime, one convention-driven workspace, and one flow from business code to deployable artifacts.
1.0.0
Initial release
Visit https://akanjs.com for information.
Full Changelog: https://github.com/akan-team/akanjs/commits/latest