Releases: StellateHQ/fuse
Releases · StellateHQ/fuse
[email protected]
Patch Changes
- cc58565: Fix src dir with appended file
[email protected]
Patch Changes
- 23c0264: Fix writing of
.mjs
next config
[email protected]
Minor Changes
- 2b4073e: Add a standalone version to fuse, this will support running
fuse dev
andfuse build --adapter node|cloudflare|lambda
- 477e25c: Make it easier to debug issues with our default document-cache
- c1cccad: Add option to override the
UserContext
type - d97175a: Export the fuse standalone
/client
fromfuse/client.ts
- 3d36c57: Implement scope-based authorization model for
fuse
Patch Changes
- 335e251: Disallow specifying
key
whenid
is present in thegeneric
and enforce when we are missing anid
property - 59979fc: Remove log from list-plugin
- 512f411: Avoid starting two codegen processes when reloading next-config
- a9b551b: Respect src dir during codegen
- 0543d93: Improve built-in key type
- 7992a9f: Run authorization on the type-level
[email protected]
[email protected]
Patch Changes
- Re-enabled code-generation, Thank you @cstrnt
[email protected]
Minor Changes
- c241f0c: Add field level nullability to
t.list()
[email protected]
Patch Changes
- 70b4f89: Respect src dir during codegen
[email protected]
Minor Changes
- e7f037b: Add a webpack-loader that automatically imports all entries in the
types/
directory.
In doing so it removes the need forrequire.context
, next time you run the application,
you are encouraged to removerequire.context
from your/pages/api/fuse.ts
or/app/api/fuse/route.ts
files.
[email protected]
Minor Changes
- e7f037b: Add a webpack-loader that automatically imports all entries in the
types/
directory.
In doing so it removes the need forrequire.context
, next time you run the application,
you are encouraged to removerequire.context
from your/pages/api/fuse.ts
or/app/api/fuse/route.ts
files.
[email protected]
Patch Changes
- f699e31: Fix duplicate entries