Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

2.0.0

Choose a tag to compare

@tautropfli tautropfli released this 25 Jun 14:37
· 8 commits to main since this release
5726fb4
  • ✨ Empty lines are now attributed as leading / trailing trivia
    instead of generating UnrecognizedIniNodes. See #13.
  • ⚡ Breaking: A lot of restructuring has gone into the AST.
    These changes only affect advanced users that manipulate the AST directly and not via the Editing API.
  • 🐛 Newlines preceded by whitespace are now correctly categorized as newlines instead
    of whitespace. See #15.