Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 718 Bytes

File metadata and controls

25 lines (14 loc) · 718 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.

Fixed

  • types resolutions.

1.1.0 - 2026-03-06

Fixed

  • useConstructor hook using state instead of ref for React 19 compatibility.

Added

  • useConstructor hook that executes a provided callback only once during the component's lifecycle, similar to a constructor.