Releases: mariazevedo88/travels-java-api
Releases · mariazevedo88/travels-java-api
v.5.0.1
v.5.0.0
Production version - 12/30/2020
- API refactoring
- Update documentation
v.4.0.0
Production version - 12/27/2020
- Adding Spring Security in the API
- Update README.md.
v.3.1.3
Production version - 09/20/2020
- Refactoring the pagination feature;
- Correcting Hateoas self link in Collections in the
findBetweenDates
route; - Update README.md.
v.3.1.2
Production version - 09/18/2020
- Adding Partial Response on
findById
route; - Refactoring the test classes;
- Refactoring the controller responsibilities.
v.3.1.1
Production version - 08/23/2020
- Updating properties files.
- Update README.md.
v.3.1.0
Production version - 08/23/2020
- Adding a new feature in
GET /transaction
: search by transactions in a period of time. - Implementing Pagination and Sort in
GET /transaction
. - Fixing Javadoc errors.
- Update README.md.
v.3.0.3
Production version - 07/30/2020
- Upgrading Swagger dependencies to version 3.0.0
- Update README.md
v.3.0.2
v.3.0.1
Production version - 07/03/2020
- Fixing all @Autowired mappings in the API (encapsulation)
- Update README.md