Skip to content

v5.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Feb 12:12

5.0.0 (2022-02-04)

Code Refactoring

  • rename AbstractChunk and AbstractChunkedFlexList traverse methods to lastNodeBefore for clarity, add documentation to AbstractChunkedFlexList.lastNodeBefore and rename parameters to position (eefee32)

Features

  • add AbstractChunk.getSublistBefore method (1ddbaff)
  • add AbstractCHunkedFlexList.getChunkAt method (37b0d36)
  • add AbstractChunkedFlexList.getSublistBefore (430f292)
  • store Chunk in TraversalResult, store firstChunk in AbstractChunkedFlexList, add totalLength getter to AbstractChunkedFlexList, add AbstractChunkedFlexList.firstNodeAfter method (296d64b)

BREAKING CHANGES

  • TraversalResults can no longer be instantiated without specifying a chunk
  • AbstractChunk.traverse is now called lastNodeBefore, same goes for AbstractChunkedFlexList.traverse