Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 320 Bytes

CHANGELOG.md

File metadata and controls

11 lines (7 loc) · 320 Bytes

Changelog

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

0.0.1 - 2023-03-28

Added

  • LocalStorage a class to store data in the browser's local storage;
  • SessionStorage a class to store data in the browser's session storage;
  • OAuthClient a class to handle OAuth2 authentication.