Skip to content

Releases: nisimpson/jsonapi-fastify

jsonapi-fastify@0.0.5

02 May 00:02
fd69b70
Compare
Choose a tag to compare

Patch Changes

  • 522eb5a: fix: attribute and relationship schema should be strict

jsonapi-fastify@0.0.4

29 Apr 06:43
29201b1
Compare
Choose a tag to compare

Patch Changes

  • 927bd12: fix: Add missing 403 forbidden response to search request

jsonapi-fastify@0.0.3

29 Apr 05:36
9f7768c
Compare
Choose a tag to compare

Patch Changes

  • ec5f06a:

    Bugfixes

    • Fixed validation on create and update resource requests. The expected behavior for create and update request documents
      better reflect expectations expressed in the JSON:API 1.0 specification.

    Chores

    • Updated gitlab actions to use changeset action as intended. See the repo readme
      for details.

    • Updated package.json to only include distribution files, license, and markdown (README, CHANGELOG)

    • Fixed serverless example handler

jsonapi-fastify@0.0.2

19 Apr 06:25
396a5e2
Compare
Choose a tag to compare

What's Changed

  • Version Packages by @github-actions in #6

New Contributors

  • @github-actions made their first contribution in #6

Full Changelog: https://github.com/nisimpson/jsonapi-fastify/compare/jsonapi-fastify@0.0.1...jsonapi-fastify@0.0.2

jsonapi-fastify@0.0.1

19 Apr 04:39
ba119fa
Compare
Choose a tag to compare

Patch Changes