Cameron Pak
eb6fe375b3
Refactor: Default WebBkndConfig env to Record<string, string |
...
undefined>
2026-04-03 05:50:33 -05:00
Cameron Pak
f5bbd7d32b
Add web adapter
...
This commit introduces a new web adapter, allowing applications to be
served in a web environment.
The web adapter provides functionality to create and manage application
instances, handle API requests, and serve the application via a fetch
handler. It also includes support for integrating with admin
functionalities when admin options are provided.
2026-04-03 05:40:47 -05:00
Cameron Pak
e48ee49c15
Update dayjs dependency
2026-04-03 05:10:25 -05:00
dswbx
81bf41ce34
Merge pull request #379 from jonaspm/chore/fix-manifestpath-warning
...
chore: Use dynamic import for manifest with Vite ignore. Fixes warning
2026-03-28 11:28:11 +01:00
dswbx
d9ab583a16
Merge pull request #378 from jonaspm/chore/replace-deprecated-OptionsObjects
...
Replace deprecated OptionsObject with SpawnOptions and fix warning
2026-03-28 11:27:16 +01:00
dswbx
e68df5e606
Merge pull request #377 from jonaspm/chore/dayjs-v1.11.20
...
chore: Bump dayjs to 1.11.20
2026-03-28 11:26:38 +01:00
dswbx
6304ef81f6
Merge pull request #373 from jonaspm/fix/example-sqlite-paths
...
fix: update local database URL to remove 'file:' prefix in examples
2026-03-28 11:24:07 +01:00
dswbx
6c7e82781d
Merge pull request #362 from shishantbiswas/feature-nuxt-adapter
...
feat: Nuxt adapter
2026-03-28 10:55:14 +01:00
dswbx
a8e5c45a22
bump 0.21.0-rc.1
2026-03-28 10:50:14 +01:00
dswbx
ee28c2ef0c
Merge pull request #372 from jonaspm/fix/broader-bearer-token-resolution
...
fix: Match Bearer case-insensitively and trim whitespace(s)
2026-03-28 10:35:43 +01:00
dswbx
9219bf3b3c
test(auth, api): ensure bearer token is case-insensitive
2026-03-28 10:33:24 +01:00
Jonas Perusquia Morales
e437ce7120
chore: Use dynamic import for manifest with Vite ignore. Fixes warning
2026-03-28 03:02:08 -06:00
Jonas Perusquia Morales
2417833ed7
chore: Replace Bun's deprecated OptionsObject with SpawnOptions and
...
remove stdout cast. Fix warning.
2026-03-28 02:56:26 -06:00
Jonas Perusquia Morales
ab1eddcb6a
chore: Bump dayjs to 1.11.20
2026-03-27 14:49:16 -06:00
Jonas Perusquia Morales
dc8aca6a97
fix: update database URL to remove 'file:' prefix in examples
2026-03-24 13:30:54 -06:00
Jonas Perusquia Morales
4121597fa2
fix: Match Bearer case-insensitively and trim whitespace(s)
2026-03-24 12:20:17 -06:00
dswbx
9628720f87
test(AppReduced): remove redundant admin_base_path
2026-03-17 16:31:58 -05:00
dswbx
ff216ec4e5
chore: remove unused admin_basepath and bump version to 0.21.0-rc.0
2026-03-17 16:31:58 -05:00
shishantbiswas
06f9c3ee15
refactor(docs): note for NuxtLink usage, added geist font in example, minor cleanups
2026-03-14 22:57:05 +05:30
shishantbiswas
7751ee5db8
init: nuxt adapter
2026-03-14 19:27:31 +05:30
dswbx
feb3911d46
Merge pull request #322 from bknd-io/fix/auth-strategy-respect-register-setting
...
fix(auth): `allow_register` was not respected in strategy controllers
2026-03-14 13:43:55 +01:00
dswbx
ab545d3ca2
Merge pull request #347 from bknd-io/fix/with-builder-respect-alias
...
fix: `WithBuilder` produced embedding errored when `mappedBy` was used
2026-03-14 13:42:50 +01:00
dswbx
06c3a6f89b
Merge remote-tracking branch 'origin/main' into fix/with-builder-respect-alias
...
# Conflicts:
# bun.lock
2026-03-14 13:41:01 +01:00
dswbx
898a825f6e
fix(WithBuilder test): updated snapshots
2026-03-14 13:40:35 +01:00
dswbx
a5ddf6aa93
Merge pull request #363 from bknd-io/release/0.21
...
Release 0.21
2026-03-14 13:34:23 +01:00
dswbx
5aa286298c
Merge remote-tracking branch 'origin/main' into release/0.21
...
# Conflicts:
# bun.lock
2026-03-14 13:31:45 +01:00
dswbx
55cb2bacef
chore: upgrade bun.lock
2026-03-14 13:29:47 +01:00
dswbx
e6ea3f64d7
Merge pull request #351 from shishantbiswas/main
...
feat: add Tanstack Start adapter
2026-03-14 13:25:35 +01:00
dswbx
a5f5ea2084
Merge pull request #339 from cameronapak/allow-seed
...
Allow CLI `sync` command to seed data properly when schema changes aren't present
2026-03-14 13:18:33 +01:00
dswbx
6fb8e9a0e7
Merge pull request #218 from cameronapak/cp/216-fix-users-link
...
Fix Sidebar Users Route Links
2026-03-14 13:12:53 +01:00
dswbx
abc6de6ad3
Merge pull request #332 from bknd-io/feat/timestamps-index
...
feat(plugin/timestamps): add indexStrategy option for entity indexing
2026-03-14 13:07:49 +01:00
Shishant Biswas
71b9a0f546
Merge branch 'bknd-io:main' into main
2026-03-13 17:27:35 +05:30
Cameron Pak
038ec0d672
Merge pull request #357 from cameronapak/cp/add-contributing-md
...
Adding CONTRIBUTING.md doc
2026-03-08 14:16:10 -05:00
Cameron Pak
7832328a50
Merge pull request #359 from jonaspm/patch-1
...
Update client:only attribute in astro.mdx
2026-03-03 11:37:59 -06:00
Jonás Perusquía Morales
e5bfc602e1
Update client:only attribute in astro.mdx
...
Astro requires client:only to specify the frontend library used
2026-03-03 11:27:59 -06:00
Cameron Pak
0318e595f2
docs: add CONTRIBUTING.md with dev setup, project structure, and contribution guidelines
...
Co-authored-by: Amp <amp@ampcode.com >
Amp-Thread-ID: https://ampcode.com/threads/T-019ca575-cf6e-7388-9bd4-6ddd4c27609c
2026-02-28 12:40:44 -06:00
shishantbiswas
80b0716a4a
Remove unrelated Next.js file changes
2026-02-28 23:32:20 +05:30
Cameron Pak
3894271b17
Merge pull request #353 from jonaspm/docs/auth-change-password
...
docs: Document changePassword method in auth module
2026-02-28 11:38:33 -06:00
shishantbiswas
8bf8b22e57
refactor: remove duplicate tsup build config and clean up
2026-02-28 23:05:38 +05:30
Cameron Pak
367d5878df
Fixed test
2026-02-28 11:26:27 -06:00
Cameron Pak
fb429e57e2
fix: resolve undefined variable in MediaApi test and remove dead comment
...
Amp-Thread-ID: https://ampcode.com/threads/T-019ca53d-a225-706c-923e-28123c84d83e
Co-authored-by: Amp <amp@ampcode.com >
2026-02-28 11:21:39 -06:00
Cameron Pak
9008f9c6a3
fix: normalize admin basepath to prevent double slashes in URLs
...
Strip trailing slashes from adminBasepath in AdminController window context
and wouter Router base to prevent paths like /admin//data when users
configure adminBasepath with a trailing slash.
Amp-Thread-ID: https://ampcode.com/threads/T-019ca537-4cc4-7174-bf9a-5325d782f097
Co-authored-by: Amp <amp@ampcode.com >
2026-02-28 11:11:44 -06:00
Cameron Pak
6321a9935a
Merge branch 'main' into cp/216-fix-users-link
2026-02-28 11:03:54 -06:00
Cameron Pak
eb22289460
Update @types/bun to 1.3.9
...
This commit updates the `@types/bun` package to version 1.3.9.
2026-02-28 11:00:37 -06:00
shishantbiswas
c3198394de
docs: add tanstack start integration guide
2026-02-26 09:40:42 +05:30
shishantbiswas
51237f5e1a
docs(tanstack-start): add JSDoc comments to adapter functions
2026-02-26 09:40:42 +05:30
shishantbiswas
01483b912f
add: example for tanstack start
2026-02-26 09:40:42 +05:30
shishantbiswas
6288faef33
Triggering CI
2026-02-26 09:40:42 +05:30
shishantbiswas
384e337bbd
add: Tanstack Start adapter
2026-02-26 09:38:28 +05:30
Jonas Perusquia Morales
cc1e1976f7
chore: Document error cases for password update method
2026-02-23 13:03:37 -06:00