Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

57 lines (44 loc) · 1.03 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]

[3.0.5] - 2023-Jan-09

Fixed

  • export RoundRobinItem in index.d.ts.

[3.0.4] - 2023-Jan-08

Fixed

  • export PriorityRoundRobin in index.d.ts.

[3.0.3] - 2022-jun-28

Fixed

  • readme.

[3.0.2] - 2022-jun-26

Fixed

  • readme typos.

[3.0.1] - 2022-jun-25

Fixed

  • .reset()

[3.0.0] - 2022-jun-25

Changed

  • Added PriorityRoundRobin.
  • fixing little things and the readme.

[2.0.1] - 2022-feb-11

Fixed

  • readme

[2.0.0] - 2022-feb-09

Changed

  • deleteByKey to delete item by its key
  • deleteByValue to delete items by a matching criteria.
  • internal cleanup.

[1.0.2] - 2021-jun-24

Fixed

  • index.d.ts

[1.0.2] - 2021-jun-24

Fixed

  • index.d.ts

[1.0.1] - 2021-may-12

Fixed

  • README

[1.0.0] - 2021-may-12

Added

  • v1