Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

63 lines (36 loc) · 1.76 KB

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.10] - 2024-07-11

Changed

  • Upgraded minimum required versions of @dfinity/xxx dependencies

[0.0.9] - 2024-03-07

Changed

  • Moved @dfinity/xxx dependencies from dependencies to peerDependencies to reduce package size.

Fixed

  • Don't allow the actor context to be undefined as this can lead to unpredictable behaviour.

[0.0.8] - 2024-03-04

Changed

  • Upgraded @dfinity/xxx dependencies to latest versions.

[0.0.7] - 2024-01-31

No changes. Upgrader to sync version numbers with ic-use-siwe-identity.

[0.0.5] - 2024-01-18

Changed

  • Moved @dfinity/xxx dependencies from peerDependencies to dependencies because of bundling issues. This grows package size but prevents bundling issues in consuming apps.
  • Minor refactoring.

[0.0.4] - 2024-01-18

Added

  • isAgentHTTPResponseError - Type guard that returns true if the error is an instance of the AgentHTTPResponseError class.
  • isIdentityExpiredError - Helper function to check if an error is an expired identity error. Returns true if the users identity has expired. The user will need to sign in again to get a new identity.

[0.0.3] - 2024-01-15

Changed

  • Re-export types for nicer looking imports in consuming apps.
  • Minify the bundle.

[0.0.2] - 2024-01-08

Fixed

  • Fixed an issue with the NPM release workflow.

[0.0.1] - 2024-01-08

Added

  • First release. ic-use-actor v0.0.1 should be regarded as alpha software.