Skip to content

Releases: hijacker/hijacker

@hijacker/plugin-graphql@1.0.0-beta.12

15 Nov 02:59
25c9984
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Updated dependencies [cb43887]
    • @hijacker/core@2.0.0-beta.12

@hijacker/plugin-frontend@1.0.0-beta.8

15 Nov 02:59
25c9984
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Updated dependencies [cb43887]
    • @hijacker/core@2.0.0-beta.12

@hijacker/eslint-config@1.0.0-beta.2

15 Nov 02:59
25c9984
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • cb43887: # @hijacker/core
    Adding guards to hooks. Makes it so that the result of hook handlers must pass validation. Otherwise an error is thrown.

    @hijacker/eslint-config

    Changing import order to include all groups.

@hijacker/core@2.0.0-beta.12

15 Nov 02:58
25c9984
Compare
Choose a tag to compare
Pre-release

Major Changes

  • cb43887: # @hijacker/core
    Adding guards to hooks. Makes it so that the result of hook handlers must pass validation. Otherwise an error is thrown.

    @hijacker/eslint-config

    Changing import order to include all groups.

@hijacker/plugin-graphql@1.0.0-beta.11

13 Nov 01:01
c5837c8
Compare
Choose a tag to compare
Pre-release

Major Changes

  • 55bc52d: Convert to zod types

    Switch to zod and refactor all types to using it. Breaking change because some types are renamed as well as moving types around.

    Types renamed:
    HijackerRequest -> HttpRequest
    HijackerResponse -> HttpResponse
    Request -> HijackerRequest

Patch Changes

  • Updated dependencies [55bc52d]
    • @hijacker/core@2.0.0-beta.11

@hijacker/plugin-frontend@1.0.0-beta.7

13 Nov 01:01
c5837c8
Compare
Choose a tag to compare
Pre-release

Major Changes

  • 55bc52d: Convert to zod types

    Switch to zod and refactor all types to using it. Breaking change because some types are renamed as well as moving types around.

    Types renamed:
    HijackerRequest -> HttpRequest
    HijackerResponse -> HttpResponse
    Request -> HijackerRequest

Patch Changes

  • Updated dependencies [55bc52d]
    • @hijacker/core@2.0.0-beta.11

@hijacker/eslint-config@1.0.0-beta.1

13 Nov 01:01
c5837c8
Compare
Choose a tag to compare
Pre-release

Major Changes

  • 55bc52d: Convert to zod types

    Switch to zod and refactor all types to using it. Breaking change because some types are renamed as well as moving types around.

    Types renamed:
    HijackerRequest -> HttpRequest
    HijackerResponse -> HttpResponse
    Request -> HijackerRequest

@hijacker/core@2.0.0-beta.11

13 Nov 01:01
c5837c8
Compare
Choose a tag to compare
Pre-release

Major Changes

  • 55bc52d: Convert to zod types

    Switch to zod and refactor all types to using it. Breaking change because some types are renamed as well as moving types around.

    Types renamed:
    HijackerRequest -> HttpRequest
    HijackerResponse -> HttpResponse
    Request -> HijackerRequest

@hijacker/plugin-graphql@1.0.0-beta.10

25 Jan 22:07
5c8cd70
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Updated dependencies [7cd3364]
    • @hijacker/core@2.0.0-beta.10

@hijacker/plugin-frontend@1.0.0-beta.6

25 Jan 22:07
5c8cd70
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 7cd3364: Add history page for @hijacker/plugin-frontend so traffic through hijacker can be inspected.

    Add requestId and timestamp fields to HijackerRequest and HijackerResponse in @hijacker/core.

Patch Changes

  • Updated dependencies [7cd3364]
    • @hijacker/core@2.0.0-beta.10