Node Management: Enjoy improved functionality with the renaming of 'moveToHead' and 'moveToTail' to 'unshift' and 'pushNode', making it clearer how to manage your nodes effectively.
Node Management: Experience enhanced referential integrity when moving nodes to the head or tail, ensuring your data structure remains consistent and reliable.
Others
Documentation: Read updated warnings in the documentation regarding direct Node access to help you avoid potential pitfalls.