chimp

Tooling that helps you do quality, faster.

MIT License

Downloads
943
Stars
796
Committers
5

Bot releases are visible (Hide)

chimp - v6.2.0 Latest Release

Published by github-actions[bot] about 1 year ago

6.2.0 (2023-08-22)

Features

  • simplify the typeDefs compilation, create a template for ejected app (a9a303a)
  • working eject command straight from chimp (e3341e8)
chimp - v6.1.0

Published by github-actions[bot] about 1 year ago

6.1.0 (2023-08-22)

Bug Fixes

  • disable the new linting rule for the end to end test, at least for now (9697ff1)

Features

  • linter should error on new empty resolver tests (6ff9c4e)
chimp - v6.0.3

Published by github-actions[bot] about 1 year ago

6.0.3 (2023-08-21)

Bug Fixes

  • release: manually release a major version (ab046a0)
chimp - v5.0.0

Published by github-actions[bot] over 1 year ago

5.0.0 (2023-03-01)

Bug Fixes

Features

  • support for graphql codegen v2 (0a464c9)

Reverts

BREAKING CHANGES

  • update graphql version and generator plugin
  • update typescript
chimp - v5.0.0-beta.1

Published by github-actions[bot] over 1 year ago

5.0.0-beta.1 (2023-03-01)

Bug Fixes

Features

  • support for graphql codegen v2 (0a464c9)

Reverts

BREAKING CHANGES

  • update graphql version and generator plugin
  • update typescript
chimp - v4.3.0

Published by github-actions[bot] about 2 years ago

4.3.0 (2022-07-26)

Bug Fixes

  • upgrades typescript version (2275fc5)

Features

  • supports unions and adds validation for duplicate union and interface. (1a814ce)
chimp - v4.2.1

Published by github-actions[bot] almost 3 years ago

4.2.1 (2021-12-14)

Bug Fixes

chimp - v4.2.0

Published by github-actions[bot] over 3 years ago

4.2.0 (2021-07-06)

Features

  • derived types from function (c502eef)
chimp - v4.1.2

Published by github-actions[bot] over 3 years ago

4.1.2 (2021-06-28)

Bug Fixes

  • make scaffold and main graphql versions match (7ecbf2a)
chimp - v4.1.1

Published by github-actions[bot] over 3 years ago

4.1.1 (2021-06-22)

Bug Fixes

  • allow usage of the predefined directive on scalars (38fd416)
chimp - v4.1.0

Published by github-actions[bot] over 3 years ago

4.1.0 (2021-06-07)

Features

chimp - v4.0.0

Published by github-actions[bot] over 3 years ago

4.0.0 (2021-04-06)

Features

  • extended federated types should not be generating resolveReferences by default (6ffee23)

BREAKING CHANGES

  • If you do use resolveReferences resolvers on extended federated types, like:

extend type SomeFederatedType @key(fields: "uuid") { }

Add @compute now to it to keep the previous functionality:

extend type SomeFederatedType @key(fields: "uuid") @computed { }

make sure your chimp-graphql-codegen-plugin version dependency is at least 0.2.0

chimp - v3.3.0

Published by github-actions[bot] over 3 years ago

3.3.0 (2021-04-01)

Features

  • use custom app prefix for default codegen configuration (86ecf07)
chimp - v3.2.6

Published by github-actions[bot] over 3 years ago

3.2.6 (2021-02-25)

Bug Fixes

  • jest config warning message (9b1d095)
chimp - v3.2.5

Published by github-actions[bot] over 3 years ago

3.2.5 (2021-02-23)

Bug Fixes

  • eslint scaffold naming rules (72208c2)
chimp - v3.2.4

Published by github-actions[bot] over 3 years ago

3.2.4 (2021-02-22)

Bug Fixes

  • tweaks to README and chimp init info (405c6a8)
chimp - v3.2.3

Published by github-actions[bot] over 3 years ago

3.2.3 (2021-02-22)

Bug Fixes

chimp - v3.2.2

Published by github-actions[bot] over 3 years ago

3.2.2 (2021-01-31)

Bug Fixes

  • use correct graphql version, fix for joining modulePaths, dont create context.ts twice (#733) (feb43f8)
chimp - v3.2.1

Published by github-actions[bot] over 3 years ago

3.2.1 (2021-01-31)

Bug Fixes

  • make sure not to install graphql-import anymore (#732) (2aa1d21)
chimp - v3.2.0

Published by github-actions[bot] over 3 years ago

3.2.0 (2021-01-31)

Features