Fastify-oas-app

Todo application built with Fastify, utilizing oas-fastify for OpenAPI specification 3.0.0 documentation and validation.

MIT License

Stars
1
Committers
4

Bot releases are visible (Hide)

Fastify-oas-app - v2.1.0 Latest Release

Published by github-actions[bot] 7 months ago

2.1.0 (2024-03-27)

Features

  • api-doc: added api docs (571b337)
Fastify-oas-app - v2.0.1

Published by github-actions[bot] 7 months ago

2.0.1 (2024-03-27)

Bug Fixes

  • make: fixed the build commands (e80c132)
Fastify-oas-app - v2.0.0

Published by github-actions[bot] 7 months ago

2.0.0 (2024-03-26)

Features

  • oas: new proper oas schema (38499bd)
  • uuid: use uuid instead of int (73cf039)

BREAKING CHANGES

  • oas: API schema has been updated
Fastify-oas-app - v1.0.2

Published by github-actions[bot] 7 months ago

1.0.2 (2024-03-22)

Bug Fixes

  • release: fix semantic run command (edcc9d6)
  • release: updated release yml (b92dfd7)
  • semantic-log: removed semantic logs (4c13316)
  • semantic-plugins: added semantic plugins config (43596de)
  • semantic-release: fixed release config (8d95873)
Fastify-oas-app - v1.0.1

Published by github-actions[bot] 7 months ago

1.0.1 (2024-03-22)

Bug Fixes

  • main-route: changed the main route (d159dd0)
Fastify-oas-app - v1.0.0

Published by github-actions[bot] 7 months ago

1.0.0 (2024-03-22)

Bug Fixes

  • fastify: added logger to fastify config (823e455)
  • readme: fixed a typo in README.md (fdf50f5)
  • release-config: default branch name (f5cc71c)
  • release: fix node version and npm command (07be702)
  • release: updated the release config (0954ed5)
  • todoid: fixed the id name (9039210)
  • unit-test: added describe method for todos (e825fdd)

Features

  • compose: added docker compose (8754685)
  • controllers: added the main handler (e7b8232)
  • db: added todo db (a025597)
  • dockerfile: added docker file (4a964d2)
  • home-path: added rerouting to docs (bb6b050)
  • license: added LICENSE (15f2cbc)
  • port: changed port number (03974bc)
  • sematic-release: added semantic-release (c96e1b2)
  • server: init server API (731b256)
  • swagger: added fastify swagger (f060916)
  • todo: createTodo handler (2032ec7)
  • todo: getTodos handler (8a2dd8b)
  • todo: todo by id handler (22f2f25)
  • todo: update todo handler (b77a272)
  • unit-test: added unit tests (aac4fab)
Related Projects