Skip to content

Latest commit

 

History

History
150 lines (124 loc) · 9.39 KB

CHANGELOG.md

File metadata and controls

150 lines (124 loc) · 9.39 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]

Breaking changes

  • Removed named exports, please import the defaults instead
    • Use import { useMemoMap } from 'use-memo-map' instead
  • Moved build tools from Babel to tsup/esbuild

Changed

0.1.0 - 2024-04-01

0.0.4 - 2023-10-09

Changed

Fixed

0.0.3 - 2023-03-21

Changed

Fixed

  • Fixes #8, exports typings through conditional exports, by @compulim, in PR #9

0.0.2 - 2023-01-03

Changed

0.0.1 - 2023-01-02

Added

  • First public release