v0.12.0-beta.1
Pre-release
Pre-release
·
322 commits
to main
since this release
🚀 Features
- Update import paths for heading inference and add inferHeading function - by @luxass (ec7ec)
- Add comment files - by @luxass (a7a7b)
- Add AST representation and parsing functions for data files - by @luxass (6d86c)
- Apply coderabbit suggestion - by @luxass (7e021)
- Set ast on raw datafile - by @luxass (3f1fa)
- Add type guard functions and tests for DataFileNode types - by @luxass (63bd5)
- Rename parseDataFile to parseDataFileIntoAst and add comprehensive tests - by @luxass (8d92f)
- Add ast utils - by @luxass (73fa1)
- Add EmptyCommentNode type and corresponding type guard function - by @luxass (2031d)
- Add new eof node - by @luxass (6333f)
- Add new eof node - by @luxass in #61 (476c7)
- Add property node - by @luxass (2690c)
- Add isPropertyLine helper - by @luxass (06d7c)
- Add property node - by @luxass in #62 (45c4a)
- Handle property in createNode - by @luxass (37587)
- Handle property in createNode - by @luxass in #63 (5d8df)
- Add visit function - by @luxass (1fae3)
- Add visit function - by @luxass in #66 (36225)
- Add support for setting global settings - by @luxass (2f81c)
- Add support for setting global settings - by @luxass in #67 (8cc8c)
- Enhance heading inference logic with visit utility and improve comment handling - by @luxass (a6b8a)
🐞 Bug Fixes
- Update UCD file version strings and add tests to ensure all files are accounted for - by @luxass (10f37)
- Exclude ucd files from being watched - by @luxass (6d710)
- Handle empty comments - by @luxass (ca1b3)
- Handle empty comments - by @luxass in #59 (8216d)
- Handle eof in createNode - by @luxass (5f585)