# Revision history for unicode-data-parser ## 0.3.0.3 – 2025-08-26 * Fix parsing name entry with a name template. ## 0.3.0.2 – 2024-06-15 * Fix instance `Ord` of `CodePointRange`. ## 0.3.0.1 – 2024-06-07 * Fix handling of BOM * Use `HasCallStack` to facilitate debugging. ## 0.3.0 – 2024-06-07 * Add parser for [`SpecialCasing.txt`](https://www.unicode.org/reports/tr44/#SpecialCasing.txt) * Add parser for [`CaseFolding.txt`](https://www.unicode.org/reports/tr44/#CaseFolding.txt) * Add parser for [`DerivedNumericValues.txt`](https://www.unicode.org/reports/tr44/#Derived_Extracted) * Add parser for [`DerivedName.txt`](https://www.unicode.org/reports/tr44/#Derived_Extracted) * Add parser for [`NameAliases.txt`](https://www.unicode.org/reports/tr44/#NameAliases.txt) * Add parser for [`Blocks.txt`](https://www.unicode.org/reports/tr44/#Blocks.txt) * Add parser for [`PropertyValueAliases.txt`](https://www.unicode.org/reports/tr44/#PropertyValueAliases.txt) ## 0.2.0 – 2024-06-07 * Code refactor, renaming lot of things. ## 0.1.0 – 2024-06-03 * First version, released on an unsuspecting world * Add parser for [`UnicodeData.txt`](https://www.unicode.org/reports/tr44/#UnicodeData.txt) * Add parser for [properties files](https://www.unicode.org/reports/tr44/#DerivedCoreProperties.txt)