Skip to content

Latest commit

 

History

History
106 lines (69 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

106 lines (69 loc) · 1.44 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]

Added

  • Nothing

Changed

  • Update to @shlinkio/eslint-config-js-coding-standard 3.0, and migrate to ESLint flat config.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

[1.0.3] - 2023-12-18

Added

  • Nothing

Changed

  • Update JS coding standard

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

[1.0.3] - 2023-12-18

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Fix mergeDeepRight function not properly merging objects if key exists in target with value undefined.

[1.0.2] - 2023-11-26

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Make sure isObject returns true for "regular" objects, excluding things like Date instances and such.

[1.0.1] - 2023-11-01

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Fix memoizeWith type declaration to properly infer guard functions.

[1.0.0] - 2023-11-01

Added

  • First release

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing