Skip to content

Releases: agungsptr/node-clean

Release v1.2.1

06 Feb 13:45

Choose a tag to compare

Patch

  • Update dependencies
  • Update load test scenario
  • Add example results for the unit test, coverage test, and load test in the readme
  • Update gRPC client example and proto file more proper

Release v1.2.0

31 Jan 08:39

Choose a tag to compare

Features

  • Change the docker base image to PM2
  • Manage webservice and grpc using PM2
  • Add auto command in Makefile
  • Update some dependency
  • Update unit test more properly

Release v1.1.0

09 Jan 15:08

Choose a tag to compare

Feature

  • gRPC support

Release v1.0.2

09 Jan 06:54

Choose a tag to compare

Patch

  • Fix vulnerable dependency
  • Update load test scenario
  • Move controllers, middlewares, and routes to drivers/web

Release v1.0.1

20 Dec 02:08

Choose a tag to compare

Patch

  • Move request handler only in controller
  • use-cases only for function
  • Fix wrong import dependency
  • Move joi validator to commons

Release v1.0.0

13 Nov 11:28

Choose a tag to compare

Features

  • Authentication using middleware
  • CRUDS Users
  • CRUDS Students
  • Login/Logout