Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 821 Bytes

CHANGELOG.md

File metadata and controls

37 lines (24 loc) · 821 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

When a new release is proposed:

  • the Unreleased section on CHANGELOG.md gets a version number and date
  • update the version package.json

[Unreleased]

Added

  • Global context with App and Auth states.
  • Added AuthService tests.
  • Added LocalStorageService.
  • Added InMemoryStorageService.
  • Added UserService.
  • Added <Login /> page.
  • Added StyleGuide.
  • Added Theme from react-styled-guide.
  • Added zod to work as JSON validator in services.

Fixed

Changed

  • Update libraries' version.

Removed

  • remove local theme.