Skip to content

Releases: wunderwerkio/drupal-kit

v0.9.1

31 Aug 11:22
Compare
Choose a tag to compare

What's Changed

  • fix(jsonapi): fix types of relationships in create / update payloads #56 by @chfoidl in #57

Full Changelog: https://github.com/wunderwerkio/drupal-kit/compare/@drupal-kit/[email protected]...@drupal-kit/[email protected]

v0.9.0

08 Aug 09:11
Compare
Choose a tag to compare

What's Changed

  • feat: allow request option overrides for each request method by @chfoidl in #54
  • Version Packages by @github-actions in #55

Full Changelog: https://github.com/wunderwerkio/drupal-kit/compare/@drupal-kit/[email protected]...@drupal-kit/[email protected]

v0.8.0

08 Aug 09:03
Compare
Choose a tag to compare

What's Changed

  • Add support for user-api resend-mail endpoint by @chfoidl in #52
  • Version Packages by @github-actions in #53

Full Changelog: https://github.com/wunderwerkio/drupal-kit/compare/@drupal-kit/[email protected]...@drupal-kit/[email protected]

v0.7.0

10 Jul 13:54
Compare
Choose a tag to compare

What's changed

@drupal-kit/jsonapi

Minor Changes

v0.6.4

10 Jul 13:53
Compare
Choose a tag to compare

What's changed

@drupal-kit/jsonapi

Patch Changes

  • #44 0e23090 Thanks @chfoidl! - Make sure that the derived simple type for a relationship of multiple different resources results in a discriminated union.

v0.6.3

05 Jun 10:49
Compare
Choose a tag to compare

What's changed

@drupal-kit/jsonapi

Patch Changes

  • #40 769750e Thanks @chfoidl! - Make sure create and update payloads are passed in data prop

v0.6.2

05 Jun 10:12
Compare
Choose a tag to compare

What's changed

@drupal-kit/jsonapi

Patch Changes

  • #37 6928e40 Thanks @chfoidl! - Add type and id in create and update payload if applicable

v0.6.1

01 Jun 13:44
Compare
Choose a tag to compare

What's changed

@drupal-kit/core

Patch Changes

  • #34 8b7c9ed Thanks @chfoidl! - Downgrade "qs" module to ensure compatibility with the edge runtime

v0.6.0

26 May 08:48
Compare
Choose a tag to compare

What's changed

@drupal-kit/core

Minor Changes

  • #30 97ab2e6 Thanks @chfoidl! - Raise min. node version to 18; Drop support for built-in node-fetch, therefore enable drupal-kit to run on the edge.

v0.5.0

17 May 15:28
Compare
Choose a tag to compare

What's changed

@drupal-kit/jsonapi

Minor Changes

  • #27 df3739c Thanks @chfoidl! - Major improvements to jsonapi types. Implemented simplification of resource responses.