Skip to content

Releases: datastructures-js/linked-list

@datastructures-js/linked-list-v6.1.4

27 Aug 07:09

Choose a tag to compare

[6.1.4] - 2025-08-26

Fixed

  • README

@datastructures-js/linked-list-v6.1.3

14 Jul 20:52
9129483

Choose a tag to compare

[6.1.3] - 2024-07-14

Fixed

  • jsdocs

@datastructures-js/linked-list-v6.1.2

13 Jul 23:56
9db7c9c

Choose a tag to compare

[6.1.2] - 2024-07-13

Fixed

  • LinkedList removeEach edge case to disconnect removed nodes from the remaining nodes in the list.
  • LinkedList & DoublyLinkedList ts types, remove the necessity to cast to the custom node type in functions.

@datastructures-js/linked-list-v6.1.0

29 May 01:24
85ff748

Choose a tag to compare

[6.1.0] - 2023-05-28

Added

  • insertBefore to add a node before an existing node in the DoublyLinkedList.
  • insertAfter to add a node after an existing node in the DoublyLinkedList.

@datastructures-js/linked-list-v6.0.0

20 Mar 22:04

Choose a tag to compare

[6.0.0] - 2023-03-20

Changed

  • Allow inserting node types into the linked list.

@datastructures-js/linked-list-v5.2.5

10 Jan 01:54

Choose a tag to compare

[5.2.5] - 2023-01-09

Fixed

  • a bug in removeEach.

@datastructures-js/linked-list-v5.2.4

05 Sep 05:33

Choose a tag to compare

[5.2.4] - 2022-09-04

Fixed

  • typo in LinkedListNode.

@datastructures-js/linked-list-v5.2.3

16 Aug 04:55

Choose a tag to compare

[5.2.3] - 2022-08-15

Fixed

  • add types to package.json

@datastructures-js/linked-list-v5.2.2

20 Jun 03:31

Choose a tag to compare

[5.2.2] - 2022-06-19

Fixed

  • readme.

@datastructures-js/linked-list-v5.2.1

16 Feb 09:20
5f31f45

Choose a tag to compare

[5.2.1] - 2022-02-16

Fixed

  • TS types and readme.