Skip to content

Releases: StellateHQ/fuse

[email protected]

16 Jan 18:28
80c9bb2
Compare
Choose a tag to compare

Patch Changes

  • cc58565: Fix src dir with appended file

[email protected]

16 Jan 07:18
8523722
Compare
Choose a tag to compare

Patch Changes

  • 23c0264: Fix writing of .mjs next config

[email protected]

11 Jan 20:28
c3d9e11
Compare
Choose a tag to compare

Minor Changes

  • 2b4073e: Add a standalone version to fuse, this will support running fuse dev and fuse 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 from fuse/client.ts
  • 3d36c57: Implement scope-based authorization model for fuse

Patch Changes

  • 335e251: Disallow specifying key when id is present in the generic and enforce when we are missing an id 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]

11 Jan 20:28
c3d9e11
Compare
Choose a tag to compare

Minor Changes

  • 2b4073e: Add support for generating a fuse-app without being in Next.JS

Patch Changes

  • 0a58c27: Check for src when looking for the /app directory

[email protected]

16 Dec 12:52
59979fc
Compare
Choose a tag to compare

Patch Changes

  • Re-enabled code-generation, Thank you @cstrnt

[email protected]

15 Dec 16:17
71c0afd
Compare
Choose a tag to compare

Minor Changes

  • c241f0c: Add field level nullability to t.list()

[email protected]

12 Dec 07:21
248b701
Compare
Choose a tag to compare

Patch Changes

  • 70b4f89: Respect src dir during codegen

[email protected]

08 Dec 06:11
0e26a7a
Compare
Choose a tag to compare

Minor Changes

  • e7f037b: Add a webpack-loader that automatically imports all entries in the types/ directory.
    In doing so it removes the need for require.context, next time you run the application,
    you are encouraged to remove require.context from your /pages/api/fuse.ts or /app/api/fuse/route.ts
    files.

[email protected]

08 Dec 06:11
0e26a7a
Compare
Choose a tag to compare

Minor Changes

  • e7f037b: Add a webpack-loader that automatically imports all entries in the types/ directory.
    In doing so it removes the need for require.context, next time you run the application,
    you are encouraged to remove require.context from your /pages/api/fuse.ts or /app/api/fuse/route.ts
    files.

[email protected]

07 Dec 12:47
1f5d64c
Compare
Choose a tag to compare

Patch Changes