Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 864 Bytes

changelog.md

File metadata and controls

41 lines (25 loc) · 864 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.

[Unreleased]

[0.0.7] - 2024-08-14

Added

  • Expose DataParams type

[0.0.6] - 2024-04-25

Added

  • Add uploadFile function

Changed

  • Update eslint, add globals
  • Update custom dataClient

Fixed

  • Allow options props to be pass to accessControlProvider
  • Export authType
  • Properly handle error
  • Export DataParams type
  • Fix ts compiled config

[0.0.5] - 2024-03-06

Changed

  • Add try, catch to can on accessControlProvider
  • Add options props to accessControlProvider
  • Add condition to check for cookies before calling check on authProvider