Releases
v0.6.0
Compare
Sorry, something went wrong.
No results found
🚀 Features
Add version inference to RawDataFile and update inferFileName function - by @luxass (039e0)
Add inferVersion export to index and update exports snapshot test - by @luxass (5ec2b)
Enhance inferFileName and inferVersion functions with improved parsing and edge case handling - by @luxass (16f3f)
Add hasEOF property to RawDataFile to indicate EOF marker presence - by @luxass (8723e)
Refactor RawDataFile class to improve property accessibility and documentation - by @luxass (e872f)
Update hasEOF property logic to check last line for EOF marker - by @luxass (f2e16)
Enhance RawDataFile class with content and lines properties for better data handling - by @luxass (dac65)
Add hasSections function to determine if content has sections - by @luxass (c075c)
Enhance RawDataFile class with content and lines properties for better data handling - by @luxass (fd4fc)
Add UCDSectionWithLines interface and update RawDataFile class to include sections property - by @luxass (4a5ce)
Add isLineWithData function to check for data lines in Unicode files and update exports - by @luxass (e82b5)
Add isHashBoundary and isEqualsBoundary functions with regex patterns and update exports - by @luxass (703bd)
Implement section parsing for Unicode data files and enhance hasSections function - by @luxass (c64c6)
Enhance section tests and add parseSections functionality - by @luxass (71c4b)
🐞 Bug Fixes
Always allow tabs in comments - by @luxass (9af8c)
Assign class content with input - by @luxass (6b89a)
Handle empty lines in isCommentLine function to prevent false negatives - by @luxass (ac798)
Enhance isEmptyLine function to handle null or undefined input - by @luxass (02e9d)
Update HASH_BOUNDARY_REGEX and EQUALS_BOUNDARY_REGEX to include leading and trailing whitespace - by @luxass (baa81)
Optimize isHashBoundary and isEqualsBoundary functions to use test method - by @luxass (cb1b7)
You can’t perform that action at this time.