Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Releases: boywithkeyboard/wrangler.json

v0.4.3

27 Jul 18:02
df05aa8
Compare
Choose a tag to compare

Patch Changes

v0.4.2

25 Jul 18:21
3598b3c
Compare
Choose a tag to compare

Patch Changes

v0.4.1

24 Jul 22:45
6b54a7b
Compare
Choose a tag to compare

Patch Changes

  • #21 c2c08a2 Thanks @unvented! - chore: move repo to darkflarengine org

    Move wjson to the darkflarengine organization, since it was mainly developed for darkflare.

v0.4.0

22 Jul 20:57
000a1e1
Compare
Choose a tag to compare

Minor Changes

  • #17 52b884e Thanks @unvented! - refactor!: move env related config under env key

    Move all environment-related settings under the env key to avoid confusion.

v0.3.1

11 Jul 19:15
d8897c2
Compare
Choose a tag to compare

Patch Changes

  • #6 c7aa4c1 Thanks @unvented! - feat: add basic error logging

    Print errors to the console.

  • #8 e0d6bbc Thanks @unvented! - refactor: exclude cli from typescript compilation

    Exclude CLI file from TypeScript compilation to reduce package size. No change for users since the code is internal anyway.

v0.3.0

08 Jul 18:13
Compare
Choose a tag to compare

Breaking Changes

  • #3 - refactor!: raise required node version

    Need to raise the required node version in engines field to v18 due to new extends option.

New Features

  • #2 - feat: add extends option

    Extend your configuration with an external configuration. This functionality has an infinite depth. Currently, only JSON file imports via HTTP/HTTPS are supported.

    {
      "extends": "https://example.com/other_config.json",
      // overwrite the options of the config you're extending or add other options
    }
  • #4 - feat: add yaml support

    Add support for wrangler.yaml and wrangler.yml files.

v0.2.0

07 Jul 21:15
Compare
Choose a tag to compare

Breaking Changes

  • renamed package to @darkflare/wjson

Bug Fixes

  • added missing #!/usr/bin/env node to the start of the bin file

v0.1.1

07 Jul 16:44
Compare
Choose a tag to compare

Features

  • added npmignore

Bug Fixes

  • fixed invalid cli command name for package