Singlie Versions Save

Singly circular & linear linked lists for ES6

v2.1.0

5 years ago

Highlights

  • cf6ce8f Add new List#indexOf(value) class method. (#15)
  • 4b56b3e Add new List#includes(value) class method. (#14)
  • bd4a5b8 Docs: Add documentation for List#indexOf(value) class method.
  • 056a6d3 Docs: Add documentation for List#includes(value) class method.
  • a595a4b Docs: Minor improvements on API documentation.

All changes

klaussinani/singlie@v2.0.0...v2.1.0

v2.0.0

5 years ago

Highlights

  • TypeScript: Update ambient declarations. (#9) (#11) a571be2 5b7998e
  • Add new Circular#filter(fn) class method. 32f6aa2
  • Add new Circular#reduce(fn, acc) class method. de93b5c
  • Add new Circular#toLinear() class method. 1fe3c4f
  • Add new Circular#toString() class method. 8f17e92
  • Add new Linear#filter(fn) class method. 4216f5d
  • Add new Linear#reduce(fn, acc) class method. d79497f
  • Add new Linear#toCircular() class method. 163a4ae
  • Add new Linear#toString() class method. 5598231
  • Add new List#isCircular() class method. b5559fa
  • Add new List#isLinear() class method. 39f0645
  • Add new List#node(index) class method. ab5295e
  • Docs: Update API documentation to include new methods. (#12) 188db3b
  • Upgrade devDependency [email protected]. 8803020

All changes

klaussinani/singlie@v1.1.0...v2.0.0

v1.1.0

5 years ago

Highlights

  • Expose Node class constructor to the API. (#3) c44cfcf
  • TypeScript: Add support for ambient type declarations. (#2) (#5) a46a38f
  • TypeScript: Add ambient type declaration tests. (#6) 0a54e30
  • Add devDependency [email protected]. 8a26532
  • Docs: Update API documentation for exposed Node class. (#3) (#4) 9889eb0
  • Docs: Add installation guide for yarn package manager. 1b81bc2

All changes

klaussinani/singlie@v1.0.2...v1.1.0

v1.0.2

5 years ago

Highlights

  • Upgraded [email protected] on ci. 392c0c9
  • Moved source files to src directory. e44d11a
  • Fixed broken links. e091948
  • Updated repo meta. ae2c1bd
  • Replaced backticks with single quotes on empty list tests. 067e80a
  • Dropped node 9 from ci. 4890736
  • Added translation guidelines. 9258f31
  • Upgraded dev-dependency [email protected]. 58ab91a

All changes

klaussinani/singlie@v1.0.1...v1.0.2

v1.0.1

5 years ago

General documentation updates.

Highlights

  • Updated API documentation. 8123c6b

All changes

klauscfhq/singlie@v1.0.0...v1.0.1

v1.0.0

5 years ago

Highlights