Releases: EddaCraft/kindling
Releases · EddaCraft/kindling
v0.1.2
What's Changed
- perf: query performance optimizations by @joshuaboys in #26
- fix: shell injection in commands + readonly export regression by @joshuaboys in #27
- chore: release v0.1.2 by @joshuaboys in #28
- fix: bump root package.json to 0.1.2 by @joshuaboys in #29
- Chore/release 0.1.2 by @joshuaboys in #30
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
Security
- Fix SQL injection vector in database export — validate limit parameter before interpolation into queries (#2) by @joshuaboys
- Add permissions to GitHub publish workflow — restrict token scope (#24) by @joshuaboys
Bug Fixes
- Fix Claude Code plugin for standalone installation — remove workspace:* devDependencies that broke npm install outside the monorepo, bump auto-install timeout to 120s, improve stdio handling and debug logging (#21) by @joshuaboys
- Fix private: true preventing npm publish by @joshuaboys
- Fix KindlingClient → KindlingApiClient class name in README example (#19) by @joshuaboys
Features
- Add Claude Code plugin marketplace manifest for github:EddaCraft/kindling installation by @joshuaboys
Documentation
- Add README for the main @eddacraft/kindling npm package — quick start, bundled exports, entry points, lightweight alternatives (#19) by @joshuaboys
- Add installation links to root README by @joshuaboys
Chores
- Bump all packages to v0.1.1 by @joshuaboys
- Bump esbuild from 0.24.2 to 0.25.0 (#25) by https://github.com/dependabot
Full Changelog: v0.1.0...v0.1.1
Kindling Beta Release
What's Changed
- docs(plan): Implement Anvil Plan Spec structure for Kindling by @joshuaboys in #4 & #1
- feat: Implement M2 Phase 1 - TypeScript monorepo with core packages by @joshuaboys in #2
- feat: scaffold M1 package structure and core documentation by @joshuaboys in #3
- feat: Pocketflow Adapter - vendoring solution and doc updates by @joshuaboys in #5
- feat: add KindlingService, API server, and expanded CLI commands by @joshuaboys in #6
- feat: prepare all packages for npm publishing by @joshuaboys in #7
- chore: add code quality tooling: Prettier, ESLint, Husky, and lint-staged by @joshuaboys in #9
- chore: approve build scripts for better-sqlite3 and esbuild by @joshuaboys in #11
- docs: add active development warning to README by @joshuaboys in #12
- ci: add lightweight CI workflow for PRs and main branch by @joshuaboys in #8
- feat(plugin): migrate Claude Code plugin from flat files to SQLite by @joshuaboys in #10
- fix: DX hardening - security, error handling, docs by @joshuaboys in #14
- feat: rework Claude Code plugin with SQLite engine by @joshuaboys in #15
- chore: npm publishing readiness by @joshuaboys in #16
- chore: rename packages from @kindling/* to @eddacraft/* scope by @joshuaboys in #17
- chore: eddacraft scope rename by @joshuaboys in #18
Full Changelog: https://github.com/EddaCraft/kindling/commits/v0.1.0