Releases: devsantara/kit
Releases · devsantara/kit
Release list
v0.5.0
0.5.0 (2026-05-02)
Features
- analytic: add posthog wrapper for analytic capture (#60) (278b014)
- cache: add cache control middleware lib (#96) (6e5cabd)
Bug Fixes
- ci: nodejs and pnpm version mismatch (a3c9b77)
- favicon: image size is too small (#88) (6ad2480)
- posthog: cli env only used at build time (#98) (8b4e270)
Formatting Styles
Code Refactors
- auth: simplify auth error and guard (#94) (877ba0e)
- oxc: use config ts file instead of json (#90) (3e1631f)
- search: add search params schema file (#85) (4927458)
- start: rename entry files (#92) (d85f77e)
Build System
- posthog: only generate and upload sourcemap when enabled (#97) (4d3f80b)
- storybook: use build-in tsconfig path resolve (ccf1afd)
Continuous Integration
Chores
- bettter-auth: update deps lock file (#87) (960dd18)
- bump: upgrade cloudflare infra deps (#86) (ae0de25)
- bump: upgrade dependencies (#99) (973c574)
- lint: use oxlint type aware (#89) (1e90047)
- oxc: use stable sort config from experimental (e01273b)
- pnpm: move npmrc config into pnpm workspace (#95) (afeea95)
- vscode: invalid oxc fmt config path (ffa6585)
- vscode: invalid oxfmt config path (#93) (e9aa471)
- vscode: update deprecated typescript settings (a4d81db)
v0.4.3
v0.4.2 - Vite 8 & Dependencies update
v0.4.1
v0.4.0 - Database & Authentication
Minor Changes
- eaa7b64: feat(seo): using @devsantara/head to manage head
- eaa7b64: feat(db): setup cloudflare d1 with drizzle-orm
- eaa7b64: feat(db): add drizzle studio for local and remote db
- eaa7b64: feat(auth): setup authentication with better-auth
- eaa7b64: feat(form): setup tanstack form
- eaa7b64: feat(ui): introduce new ui style
- eaa7b64: feat(i18n): add markup and text direction support
Patch Changes
Release 0.3.0 - SEO, Observability and I18n
0.3.0 (2026-01-16)
Features
- i18n: setup paraglide (3435a64)
- observability: setup posthog (7f4c399)
- seo: add metadata, opengraph, web manifest and icons (5c0e864)
- seo: create head metadata builder (b3c41ec)
Bug Fixes
- storybook: missing iframe.html on production build (13ff3ab)
Build System
- manually split posthog-js and @posthog/react from main bundle (a0ecfb0)
Continuous Integration
- workflow: split deployment and cleanup workflows (1e2753a)
Chores
v0.2.0 - UI Kit & Oxc
0.2.0 (2026-01-06)
Features
- server: add server wait until (e3e9ad4)
- ui: add custom sans and mono fonts (65a1f90)
- ui: setup tailwindcss (ca471dc)
- ui: setup ui library (2c0647e)
Bug Fixes
- deps: some package imported from external module but never used (968b7b2)
- typescript: server bundles can leaking into client bundles (c691288)
Performance
- react: add react-compiler (b180469)
Continuous Integration
- deployment: setup infrastructure and workflows (39a0169)
Chores
v0.1.0 - Initialize base project
0.1.0 (2025-12-14)
Features
- setup: initialize base project with tanstack start (0fedec6)
- devtools: setup router devtools (0a9e41c)
Documentation
- license: add MIT license file (d05b900)
- readme: add header section (7c7f15e)
- readme: github don't render header tag properly (e33e461)
Continuous Integration
- release: setup release-it with conventional changelog (d25df53)
Chores
- eslint: add tanstack router plugin (beb0bfa)
- formatter: setup prettier with oxc plugin (f102641)
- lint-staged: add eslint command (32aad24)
- linter: check types with tsc (03d6cc4)
- linter: setup eslint (2a81112)
- nvmrc: add node version file (2a80f44)
- setup git hooks with commitlint (e542142)
- vscode: add typescript settings (bb01d5b)