Skip to content

Releases: tzellman/nest-jsonapi

v0.6.0

06 Jan 13:34
Compare
Choose a tag to compare

0.6.0 (2022-01-06)

Changes

  • Updated nest monorepo devDependency to 8.2+
  • Updated several dependencies to latest versions
  • Fixed package.json dependency issues (missing/mis-configured)
  • Set noImplicitAny and strictNullChecks to true in tsconfig.json + related changes

v0.5.1

01 Nov 16:55
Compare
Choose a tag to compare

0.5.1 (2021-11-01)

Changes

  • Fixed includeHasManyRelationship to include empty array relationships #95

v0.5.0

28 Oct 12:56
Compare
Choose a tag to compare

0.5.0 (2021-10-28)

Changes

  • Updated several dependencies to latest versions, including TypeScript 4.4.x
  • Updated nest monorepo versions to 8.x
  • Fixed linting issues after updates #90

v0.4.0

17 Jul 12:20
Compare
Choose a tag to compare

0.4.0 (2021-07-17)

Changes

  • Support untransform options via @JsonapiPayload decorator #73
  • Allow full untransformed payload via @JsonapiPipe #73

v0.2.0

22 Apr 03:40
Compare
Choose a tag to compare

0.2.0 (2021-04-21)

Changes

  • Support valid documents on empty payloads #41
  • Simplify registration API #40
  • update dependencies

v0.1.1

05 Feb 19:13
Compare
Choose a tag to compare

0.1.1 (2021-02-05)

Bug Fixes

  • add type guard check for HTTPException (4169064)

v0.1.0

19 Jan 21:57
Compare
Choose a tag to compare

The first release of nest-jsonapi!