Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ C# .NET library for ISO 639-2, ISO 639-3, RFC 5646 / BCP 47 language tags.

## Release History

- Version 1.4:
- Added UN M.49 region containment support sourced from Unicode CLDR.
- Added `LanguageLookup.IsMatch(prefix, tag, regionContainment)` so a UN M.49 region group matches a contained region, e.g. `es-419` matches `es-MX`.
- Added `LanguageLookup.ExpandRegion()` to expand a region into its containing UN M.49 groups.
- Fixed parsing of a numeric region following the language, e.g. `es-419` now parses `419` as a region not an extended language.
- Version 1.3:
- Dependency, codegen, CI, and project template maintenance.
- Version 1.2:
- Refactored the project to follow standard patterns used across other projects.
- Added logging support configured through `LogOptions.SetFactory(ILoggerFactory)`.
Expand Down
5,574 changes: 5,574 additions & 0 deletions LanguageData/unm49

Large diffs are not rendered by default.

Loading