Skip to content

Latest commit

 

History

History
267 lines (163 loc) · 5.82 KB

CHANGELOG.md

File metadata and controls

267 lines (163 loc) · 5.82 KB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

1.8.1 - 2024-01-11

Improved

  • General codebase

1.8.0 - 2024-12-7

Fixed

  • Minor bugs

Improved

  • General codebase

Added

  • Link to GitHub as it's much easier for you to find source code

Deprecated

  • /api/users/list endpoint. Instead, it's advised to use /api/users endpoint

1.7.1 - 2024-11-15

Fixed

  • Minor bugs

1.7.0 - 2024-09-24

Added

  • Now we are following your notes to enhance user experience.

1.6.1 - 2024-09-14

Fixed

  • Minor bugs

1.6.0 - 2024-09-13

Added

  • URL to track site uptime status to the about page

1.5.2 - 2024-09-11

Security

  • Updated libraries. This addresses the following vulnerability:

1.5.1 - 2024-09-08

Fixed

  • Minor bugs

1.5.0 - 2024-09-06

Changed

1.4.1 - 2024-09-06

Fixed

  • Minor bugs

1.4.0 - 2024-09-04

Added

  • Project description to docs
  • Link to go back home

1.3.2 - 2024-08-28

Fixed

  • Minor bugs

1.3.1 - 2024-07-22

Improved

  • Codebase

Fixed

  • Small bugs

1.3.0 - 2024-07-13

Added

  • Retrieve users
  • Search users by username

1.2.1 - 2024-07-13

Fixed

  • Logout through UI

1.2.0 - 2024-07-12

Added

  • Kindly Sign In and Log Out via UI

1.1.3 - 2024-07-07

Fixed

  • GraphQL API for Character, Characters, Episode and Season

1.1.2 - 2024-07-06

Fixed

  • Don't raise Internal Server Error on Not Found error

1.1.1 - 2024-07-06

Added

  • Secret messages are being stored in a secure way
  • After first shown secret messages are removed

Security

  • Updated libraries. This addresses the following vulnerability:

1.1.0 - 2024-06-04

Added

  • Secret messages generation that can be shown only once

1.0.8 - 2024-05-28

Added

  • Shortened URLs generation. Sign-up and generate shortened URLs like https://futuramaapi.com/AAAAAAA. For now auto generation available only
  • Paginated shortened URLs retrieve
  • Link retrieve by link id

Security

  • Improved the code

1.0.7 - 2024-05-24

Fixed

  • Callback can cause server errors

1.0.6 - 2024-05-18

Security

  • Updated libraries. This addresses the following vulnerability:

1.0.5 - 2024-05-17

Improved

  • Documentation

1.0.4 - 2024-05-17

Added

  • Password reset feature

1.0.3 - 2024-05-13

Fixed

  • View URL on index page

1.0.2 - 2024-05-12

Fixed

  • Project version in documentation

Improved

  • Code base

1.0.1 - 2024-05-12

Added

  • Button spacing for mobile
  • FuturamaAPI version to header

1.0.0 - 2024-05-01

Added

  • API: Character selection by id
  • API: Paginated characters selection by gender, status, species, order by, order by direction
  • API: Character search by name
  • API: Episode selection by id
  • API: Paginated episodes selection
  • API: Season selection by id
  • API: Paginated seasons selection
  • API: Callbacks for characters, episodes, seasons
  • API: Server Sent Events (SSE) for characters
  • API: User registration
  • API: User authorization
  • API: User activation
  • API: User confirmation resend message
  • API: User information update
  • GraphQL: Character selection by id
  • GraphQL: Paginated (Edged) characters selection by gender, status, species, order by, order by direction
  • GraphQL: Episode selection by id
  • GraphQL: Paginated (Edged) episodes selection
  • GraphQL: Season selection by id
  • GraphQL: Paginated (Edged) seasons selection