Skip to content

Releases: verydanny/appwrite-adapters

@gravlabs/[email protected]

21 May 18:49
a2b6de8

Choose a tag to compare

Minor Changes

  • #26 e3aa385 Thanks @verydanny! - feat(dx): Updated and fixed linting

    • Fixed linting
    • changed builds
    • fix types
  • #26 776f7ca Thanks @verydanny! - feat: Add Elysia adapters for Bun and Node.js

    This introduces two new adapters for integrating Appwrite with ElysiaJS, one for the Bun runtime and another for Node.js environments.

    • @gravlabs/appwrite-elysia-adapter-bun: Leverages Bun's native APIs for optimal performance.
    • @gravlabs/appwrite-elysia-adapter-node: Provides compatibility for Node.js servers.

    Both adapters offer a streamlined way to handle Appwrite server-side SDK integration within ElysiaJS applications, including request and response handling, and helper functions for common Appwrite tasks.

@gravlabs/[email protected]

21 May 18:48
a2b6de8

Choose a tag to compare

Minor Changes

  • #26 e3aa385 Thanks @verydanny! - feat(dx): Updated and fixed linting

    • Fixed linting
    • changed builds
    • fix types
  • #26 776f7ca Thanks @verydanny! - feat: Add Elysia adapters for Bun and Node.js

    This introduces two new adapters for integrating Appwrite with ElysiaJS, one for the Bun runtime and another for Node.js environments.

    • @gravlabs/appwrite-elysia-adapter-bun: Leverages Bun's native APIs for optimal performance.
    • @gravlabs/appwrite-elysia-adapter-node: Provides compatibility for Node.js servers.

    Both adapters offer a streamlined way to handle Appwrite server-side SDK integration within ElysiaJS applications, including request and response handling, and helper functions for common Appwrite tasks.

@gravlabs/[email protected]

21 May 18:48
a2b6de8

Choose a tag to compare

Minor Changes

  • #26 e3aa385 Thanks @verydanny! - feat(dx): Updated and fixed linting

    • Fixed linting
    • changed builds
    • fix types

Patch Changes

  • #26 776f7ca Thanks @verydanny! - feat: Add Elysia adapters for Bun and Node.js

    This introduces two new adapters for integrating Appwrite with ElysiaJS, one for the Bun runtime and another for Node.js environments.

    • @gravlabs/appwrite-elysia-adapter-bun: Leverages Bun's native APIs for optimal performance.
    • @gravlabs/appwrite-elysia-adapter-node: Provides compatibility for Node.js servers.

    Both adapters offer a streamlined way to handle Appwrite server-side SDK integration within ElysiaJS applications, including request and response handling, and helper functions for common Appwrite tasks.

@gravlabs/[email protected]

21 May 18:48
a2b6de8

Choose a tag to compare

Minor Changes

  • #26 e3aa385 Thanks @verydanny! - feat(dx): Updated and fixed linting

    • Fixed linting
    • changed builds
    • fix types

Patch Changes

  • #26 776f7ca Thanks @verydanny! - feat: Add Elysia adapters for Bun and Node.js

    This introduces two new adapters for integrating Appwrite with ElysiaJS, one for the Bun runtime and another for Node.js environments.

    • @gravlabs/appwrite-elysia-adapter-bun: Leverages Bun's native APIs for optimal performance.
    • @gravlabs/appwrite-elysia-adapter-node: Provides compatibility for Node.js servers.

    Both adapters offer a streamlined way to handle Appwrite server-side SDK integration within ElysiaJS applications, including request and response handling, and helper functions for common Appwrite tasks.

@gravlabs/[email protected]

05 Feb 12:04
326e34b

Choose a tag to compare

Minor Changes

  • #24 690dff5 Thanks @verydanny! - @gravlabs/appwrite-hono-adapter-node

    • Bump types versions, update biome, fix lint

    @gravlabs/appwrite-hono-adapter-bun

    • Bump types versions, update biome, fix lint

@gravlabs/[email protected]

05 Feb 12:04
326e34b

Choose a tag to compare

Minor Changes

  • #24 690dff5 Thanks @verydanny! - @gravlabs/appwrite-hono-adapter-node

    • Bump types versions, update biome, fix lint

    @gravlabs/appwrite-hono-adapter-bun

    • Bump types versions, update biome, fix lint

@gravlabs/[email protected]

12 Jul 15:52
004527d

Choose a tag to compare

Minor Changes

  • #20 4f103fe Thanks @verydanny! - Add better body support, leave comments, update node documentation

Patch Changes

@gravlabs/[email protected]

12 Jul 15:52
004527d

Choose a tag to compare

Minor Changes

  • #20 4f103fe Thanks @verydanny! - Add better body support, leave comments, update node documentation

@gravlabs/[email protected]

11 Jul 19:44
58d0657

Choose a tag to compare

Minor Changes

@gravlabs/[email protected]

11 Jul 16:06
7582d5e

Choose a tag to compare

Minor Changes

  • #14 f091852 Thanks @verydanny! - - Added own forEach function for faster performance
    • Added AppwriteBindings for Hono
    • Fixed unused typings