Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Tags: lucas-a-pelegrino/node-bloodboiler

Tags

v2.2.1

Toggle v2.2.1's commit message
v2.2.1 (2021-06-10)

v2.2.0

Toggle v2.2.0's commit message
- Added Docker Support:

  - Code locally using Docker with minimum configuration;
  - Run tests suites using Docker;
- Updated http-status-codes usage;
- Changed client feedback messages format;

v2.1.1

Toggle v2.1.1's commit message
- Updating packages, resolving vulnerabilities;

v2.1.0

Toggle v2.1.0's commit message
- Minor improvements to query helper;

- Removing lodash from dependencies;
- Updating readme and contributing files;

v2.0.0

Toggle v2.0.0's commit message
- 04/21/2020

- Full refactor: This new version comes with a refactor of the entire project, reorganizing the base structure of the repo, including new features, improving security, code analisys and coverage checks.

v0.1.1

Toggle v0.1.1's commit message
Updated env files

v0.1.0

Toggle v0.1.0's commit message
Beta release of the API bloodboiler, this version comes with:

- Basic User CRUD;
- Basic User Authentication (JWT);
- Password Reset with a mailer;
- Custom Error Handler;
- Basic User Tests (JEST);
- Query Builder