Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

EOF new line handling improvements

Compare
Choose a tag to compare
@jamesramsay jamesramsay released this 28 Jan 22:27
· 843 commits to main since this release

New lines and whitespace at the end of a file can cause unexpected line breaks in the output creating unintended paragraphs or splitting tabulated date.

IMPROVEMENTS

  • Improved internal modularisation
  • Increased unit test coverage

FIXES

  • Removed an redundant loop check
  • Fixed an issue where a synchronous function was being called as if it was asynchronous