Skip to content

Releases: platypusrex/apollo-mock-operations

@apollo-mock-operations/cli@0.0.2

07 Oct 14:16
2df629a
Compare
Choose a tag to compare

Patch Changes

  • 7a0ebc7: Fixes several minor issues:
    • Prevents unnecessary attempt at codegen dependency installation
    • adds type generation enforcement in core step
    • fixes issue where fs.copyFile destination was directory and not file

@apollo-mock-operations/cli@0.0.1

05 Oct 02:12
b473a6c
Compare
Choose a tag to compare

Patch Changes

  • 9a5aaf1: This introduces the first iteration of a cli module that is intended to help initialize
    the setup of apollo-mock-operations. It can create new configurations or update an existing one
    for any type or introspection generation required, and bootstrap the files necessary for getting
    started. Future iterations of the initialization functionality will explore additional setup for
    external modules (id: storybook, jest, cypress, ect).

@apollo-mock-operations/codegen-plugin@0.4.0

20 Aug 18:30
491b513
Compare
Choose a tag to compare

Minor Changes

  • 50d4800: Adds support for mock operation state config file. The config file can be in any format
    supported by cosmiconfig including typescript. A typing has also been included
    (OperationStateConfig) for the config file if a .ts config file is provided (this is
    recommended).

@apollo-mock-operations/storybook-addon@0.1.3

19 Aug 13:27
c44c7dc
Compare
Choose a tag to compare

Patch Changes

  • 36333ff: Updates core and dev dependencies for core and storybook-addon packages. No breaking
    changes are expected. Support for storybook v7 will be implemented in the near future. Core
    graphql-codegen dependencies have been update in the codegen-plugin package. This will be a
    breaking change for anyone using codegen typescript dependencies that are not at least >=4.

@apollo-mock-operations/core@0.3.3

19 Aug 13:27
c44c7dc
Compare
Choose a tag to compare

Patch Changes

  • 36333ff: Updates core and dev dependencies for core and storybook-addon packages. No breaking
    changes are expected. Support for storybook v7 will be implemented in the near future. Core
    graphql-codegen dependencies have been update in the codegen-plugin package. This will be a
    breaking change for anyone using codegen typescript dependencies that are not at least >=4.

@apollo-mock-operations/codegen-plugin@0.3.0

19 Aug 13:27
c44c7dc
Compare
Choose a tag to compare

Minor Changes

  • 36333ff: Updates core and dev dependencies for core and storybook-addon packages. No breaking
    changes are expected. Support for storybook v7 will be implemented in the near future. Core
    graphql-codegen dependencies have been update in the codegen-plugin package. This will be a
    breaking change for anyone using codegen typescript dependencies that are not at least >=4.

@apollo-mock-operations/storybook-addon@0.1.2

12 Aug 04:09
65681c8
Compare
Choose a tag to compare

Patch Changes

  • e30f5e8: This is a full migration from yarn to pnpm for dependency management. Also removes the
    use of emotion for styling the dev tools component in favor of a hand rolled solution. The only
    dependency added to support this is the lightweight css parsing lib stylis.

@apollo-mock-operations/core@0.3.2

12 Aug 04:09
65681c8
Compare
Choose a tag to compare

Patch Changes

  • e30f5e8: This is a full migration from yarn to pnpm for dependency management. Also removes the
    use of emotion for styling the dev tools component in favor of a hand rolled solution. The only
    dependency added to support this is the lightweight css parsing lib stylis.

@apollo-mock-operations/core@0.3.1

01 Aug 04:17
d8c2438
Compare
Choose a tag to compare

Patch Changes

  • ecf08b1: This removes the defaultOperationState option from the MockGQLOperations config. This
    configuration doesn't really serve a purpose as long as the default state is a required config
    when created query and mutation operation mocks.

@apollo-mock-operations/core@0.3.0

31 Jul 02:31
0c2ef6c
Compare
Choose a tag to compare

Minor Changes

  • 8a2a354: This change is primary driven by a major udpate to the codegen output. The overall
    intention of the codegen updates to support the core package by removing any need for a manual
    typing of either operations or models. You can now take the complete output of both operations and
    models and plugin that into an instance of MockGQLOperations and this will provide complete type
    support for literally everything.