Feat v0.2.9 builtin retirement (#13)
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #13.
This commit is contained in:
23
CHANGELOG.md
23
CHANGELOG.md
@@ -2,6 +2,29 @@
|
||||
|
||||
All notable changes to Switchboard Core are documented here.
|
||||
|
||||
## v0.2.9 — Builtin Extension Retirement
|
||||
|
||||
### Changed
|
||||
|
||||
- **6 builtin extensions → standard packages**: csv-table, diff-viewer,
|
||||
js-sandbox, katex-renderer, mermaid-renderer, and regex-tester moved from
|
||||
`extensions/builtin/` to `packages/` with standard `js/` layout. Each
|
||||
manifest now declares `"requires": ["chat"]` and `"type": "extension"`.
|
||||
Built via `build.sh` like all other packages — no auto-install.
|
||||
|
||||
### Removed
|
||||
|
||||
- **`SeedBuiltinPackages` seeder**: Deleted `seed_packages.go` (function,
|
||||
`builtinManifest` struct, `buildFullManifest` helper) and the startup call
|
||||
in `main.go`. Extensions are no longer auto-seeded into the DB.
|
||||
- **`extensions/builtin/` directory**: Removed from repo and Dockerfile COPY.
|
||||
- **Seed tests**: Removed 8 `TestSeed_*` functions and `makeSeedDir` helper
|
||||
from `extension_test.go` (~220 lines).
|
||||
- **Stale comments**: Removed `SeedBuiltinPackages` references from
|
||||
`package_iface.go` and `trigger_sync.go`.
|
||||
|
||||
---
|
||||
|
||||
## v0.2.8 — Team Admin Settings Audit (Pass 1)
|
||||
|
||||
### Removed
|
||||
|
||||
Reference in New Issue
Block a user