Skip to content

Releases: gelanderosh/prisma-generator-fastify-json-schema

v2.0.0-beta.5

31 Jan 20:32
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

2.0.0-beta.5 (2024-01-31)

Bug Fixes

  • schema: Removed key "mode" from patternProperties in #definitions/comparisonOperatiors since its already taken care of in its own property and raises a complaint for matching properties. (d80cd71)

v2.0.0-beta.4

31 Jan 20:21
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

2.0.0-beta.4 (2024-01-31)

Bug Fixes

  • package: Fix #forInclude/select schema which was missing type and properties props. (fd86e7d)

v2.0.0-beta.3

31 Jan 19:46
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

2.0.0-beta.3 (2024-01-31)

Bug Fixes

  • package: Fix withRequired and withoutRequired schemas which were missing type and properties props. (9df9c49)

v2.0.0-beta.2

31 Jan 16:47
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2024-01-31)

Bug Fixes

  • package: Fixed bin route. (97fd467)

v2.0.0-beta.1

31 Jan 01:37
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2024-01-31)

⚠ BREAKING CHANGES

  • generator: Removed the capacity to allow single schema file generation, removed relation fields entirely as they have no use in fastify.
  • generator: Removed the capacity to allow single schema file generation, removed relation fields entirely as they have no use in fastify.
  • generator: Removed the capacity to allow single schema file generation, removed relation fields entirely as they have no use in fastify.

perf

  • generator: Rewrote most of the functionalities of the plugin. (d31df99)
  • generator: Rewrote most of the functionalities of the plugin. (23602c3)
  • generator: Rewrote most of the functionalities of the plugin. (cde32f8)

Features

  • schema: Add ability to generate a schema with nested schema with required attributes and not required. (f9cacce)

Bug Fixes

  • build: Fixed package-lock.json so it can build. (9cc6b14)
  • build: Fixed package-lock.json so it can build. (41bb5da)

Dependencies and Other Build Updates

  • deps: bump @prisma/generator-helper from 5.8.1 to 5.9.0 (79aafaf)
  • deps: bump @prisma/internals from 5.8.1 to 5.9.0 (75726e3)
  • dev-deps: bump @prisma/client from 5.8.1 to 5.9.0 (a6f27bb)
  • dev-deps: bump @swc/cli from 0.3.2 to 0.3.5 (10b1b47)
  • dev-deps: bump @swc/core from 1.3.106 to 1.3.107 (bd3a50c)
  • dev-deps: bump @types/node from 20.11.7 to 20.11.10 (0638ebf)
  • dev-deps: bump @typescript-eslint/eslint-plugin (c486e69)
  • dev-deps: bump @typescript-eslint/parser from 6.19.1 to 6.20.0 (7b7bb6e)
  • dev-deps: bump browserslist from 4.22.2 to 4.22.3 (1dca735)
  • dev-deps: bump prisma from 5.8.1 to 5.9.0 (693b189)

v1.1.5

26 Jan 23:14
Compare
Choose a tag to compare

1.1.5 (2024-01-26)

Bug Fixes

  • build: Fixed package-lock.json so it can build. (16f4011)

v1.1.4

26 Jan 22:48
Compare
Choose a tag to compare

1.1.4 (2024-01-26)

Bug Fixes

  • build: Fixed package-lock.json so it can build. (dbc1bea)
  • build: Fixed package-lock.json so it can build. Added semantic-release as dev dependency. (52b1743)

v1.1.4-beta.3

26 Jan 23:21
Compare
Choose a tag to compare
v1.1.4-beta.3 Pre-release
Pre-release

1.1.4-beta.3 (2024-01-26)

Bug Fixes

  • build: Fixed package-lock.json so it can build. (9cc6b14)

v1.1.4-beta.2

26 Jan 23:12
Compare
Choose a tag to compare
v1.1.4-beta.2 Pre-release
Pre-release

1.1.4-beta.2 (2024-01-26)

Bug Fixes

  • build: Fixed package-lock.json so it can build. (41bb5da)

v1.1.4-beta.1

26 Jan 23:01
Compare
Choose a tag to compare
v1.1.4-beta.1 Pre-release
Pre-release

1.1.4-beta.1 (2024-01-26)

Bug Fixes

  • build: Fixed package-lock.json so it can build. (dbc1bea)
  • build: Fixed package-lock.json so it can build. Added semantic-release as dev dependency. (52b1743)