Skip to content

Releases: foxkit-js/list

v1.2.0

05 Aug 19:01
v1.2.0
f9ab21d
Compare
Choose a tag to compare
  • Added: new constructor that takes any kind of Iterable
  • Deprecated: List.fromArray has been deprecated as the new constructor supports the same functionality (and is faster!)
  • docs: A section on creating Lists was added to docs/README.md and the Array vs List section was moved into a separate file

v1.1.1

03 Aug 15:03
v1.1.1
87bc061
Compare
Choose a tag to compare
  • Fixed: shift not properly disconnecting previous head node
  • Refactored: Removed non-null assertions in various methods
  • Refactored: insertArray and insertList to create inserted list with less performance overhead

v1.1.0

29 Jul 13:22
v1.1.0
6114dcf
Compare
Choose a tag to compare
  • Added Documentation and JSDoc blocks
  • adjusted some callback parameter names to be more clear
  • Added ListValue type

v1.0.0

26 Jul 14:55
v1.0.0
c8c0227
Compare
Choose a tag to compare
  • Initial Release as standalone package
  • ListNode type is now properly exported as generic type
  • Methods that accepted arrays now accept readonly arrays