Releases: foxkit-js/list
Releases · foxkit-js/list
v1.2.0
- 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
- 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
- Added Documentation and JSDoc blocks
- adjusted some callback parameter names to be more clear
- Added
ListValue
type
v1.0.0
- Initial Release as standalone package
ListNode
type is now properly exported as generic type
- Methods that accepted arrays now accept readonly arrays