Skip to content

Releases: PachiSystems/JSLinkedList

JSLinkedList v1.0.0

23 Jul 07:53
Compare
Choose a tag to compare

JSLinkedList emulates most functions of Java's LinkedList class, with a few extra functions. Feel free to use, star and fork if you like.

JSLinkedList v0.38.3

23 Jul 04:43
Compare
Choose a tag to compare
JSLinkedList v0.38.3 Pre-release
Pre-release

Fixes issues with clear().

JSLinkedList v0.38.1

22 Jul 04:32
Compare
Choose a tag to compare
JSLinkedList v0.38.1 Pre-release
Pre-release

This release is based on the 0.38.1 version. Most functionality is included along with sortedAdd and sort method enhancements. There is still a little way to go before version one. This is also only a singularly linked list implementation. Traversal is in once direction at present, but we are hoping to add bi-directional traversal in a later release as well as circular linked lists.