Skip to content

Latest commit

 

History

History
100 lines (71 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

100 lines (71 loc) · 2.34 KB

Changelog

All notable changes to this project will be documented in this file.

2.0.0

Changed

  • Breaking change: the library is now ESM only, and requires Node version 14 or newer.

Fixed

  • Fixed ordering of equal items in sort and order with descending direction

1.2.0

Changed

1.1.2

Fixed

  • Fixed recursive usage of sort

1.1.1

Fixed

1.1.0

Added

Changed

  • empty singleton is now frozen, preventing accidental mutations
  • propertyless singleton is now frozen, preventing accidental mutations

1.0.2

Fixed

1.0.1

Fixed

  • Fixed select parameter typing

1.0.0

Added