Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Releases: sor4chi/twrangler

twrangler@0.0.10

13 May 09:09
d83d45a
Compare
Choose a tag to compare

Patch Changes

twrangler@0.0.9

20 Apr 15:52
1704625
Compare
Choose a tag to compare

Patch Changes

twrangler@0.0.8

17 Apr 00:03
1c56362
Compare
Choose a tag to compare

Patch Changes

  • #17 8b35704 Thanks @sor4chi! - dynamic config supports.

    export default defineConfig(() => {
      return {
        name: "sumple-worker",
        // ...
      };
    });

twrangler@0.0.7

14 Apr 07:41
fd1a521
Compare
Choose a tag to compare

Patch Changes

  • #15 7c1d055 Thanks @sor4chi! - Update compatibility dates and compatibility flags schema

twrangler@0.0.6

11 Apr 20:46
de4b80e
Compare
Choose a tag to compare

Patch Changes

  • #13 a1574c7 Thanks @sor4chi! - Supports non inheritable keys

    • Multi Environments Configuration
    • Bindings

twrangler@0.0.5

10 Apr 19:08
fe7afd6
Compare
Choose a tag to compare

twrangler@0.0.4

10 Apr 15:41
9622e94
Compare
Choose a tag to compare

Patch Changes

twrangler@0.0.3

10 Apr 13:39
fb0ed1c
Compare
Choose a tag to compare

Patch Changes

  • #5 ba34de0 Thanks @sor4chi! - Fix resolve esbuild dependencies for twrangler package.

twrangler@0.0.2

10 Apr 11:52
333626c
Compare
Choose a tag to compare

Patch Changes

  • #3 9351c6e Thanks @sor4chi! - Fix dependencies to allow npm-import of twrangler package.

twrangler@0.0.1

09 Apr 21:13
91b0f77
Compare
Choose a tag to compare

Patch Changes

  • 1255d9b Thanks @sor4chi! - First Release of Twrangler 🎉

    npm install twrangler
    import { defineConfig } from "twrangler";
    
    export default defineConfig({
      name: "my-project",
      main: "src/index.ts",
      compatibility_date: "2022-03-21",
    });
    npx twrangler build

    You can get generated wrangler.toml file in cwd.