Skip to content

v2.0.0

Choose a tag to compare

@toebeann toebeann released this 19 Nov 04:24
· 9 commits to main since this release
8b1feaf

Changed

  • Breaking: Make FileTree class sealed to improve runtime performance (725390e)
  • Refactor FileTree, Node and FileInfoExtensions internals to improve performance (725390e)

Removed

  • Breaking: remove Node class from public API as it was never intended to be used outside of internal use; this change enables us to improve performance by refactoring its members and sealing the class (725390e)

Fixed

  • Prevent potential NullReferenceException when game folder is not a symbolic link (dbe0e89)
  • Prevent the flow of file tree log messages from being interrupted by ensuring all work is complete before logging begins (3a30df9)

Full Changelog: v1.1.0...v2.0.0