The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module Locale::Unicode::Data

v1.0.4 2024-10-03T06:34:57+0900
    - Added table date_terms to capture missing field display_name in main/*.xml/ldml/dates/fields/field[@type]/displayName
    - Updated the create_database.pl script to add the new table date_terms
    - Added 2 methods: date_term and date_terms
    - Updated the documentation to reflect the new table and methods

v1.0.3 2024-10-02T07:07:17+0900
    - Improved handling of UTC data for the timezones table in the script create_database.pl
    - Updated the SQL check constraint for the tables timezones, aliases, bcp47_values, locales_l10n, scripts_l10n, territories_l10n, variants_l10n, calendar_datetime_formats, and time_formats

v1.0.2 2024-09-16T18:20:54+0900
    - Removed test dependency
    - Updated method calendars to allow search by 'calendar'
    - Added missing 'calendars' field as containing array for methods territory() and territories()

v1.0.1 2024-09-09T18:22:29+0900
    - Corrected bug in the timezones_cities_extended view
    - Added column 'collations' in table 'locales' to contain the possible collations for a locale
    - Corrected minor oversight when loading locale default numbering systems into the database

v1.0.0 2024-09-05T15:03:16+0900
    - Added column is_primary to table timezones and associated documentation
    - Enabled array field search with the advanced search option 'has'
    - Corrected a bug in setting the absolute file path to the SQLite database on Windows
    - Corrected default value for column 'time_allowed' in table time_formats
    - Added table 'timezones_cities_supplemental' and view 'timezones_cities_extended'
    - Added method 'extend_timezones_cities'
    - Updated the 'create_database.pl' script to allow the addition of time zones cities extended data from a JSON file
    - Updated the documentation for the 'create_database.pl' script
    - Updated the documentation for Locale::Unicode::Data

v0.2.0 2024-08-18T12:12:26+0900
    - Added more data from CLDR with 5 new tables: metazones, timezones_city, timezones_formats, timezones_names and metazones_names, and their method to support the 'v' and 'V' formatting pattern
    - Improved the documentation
    - Corrected some bugs in the database creation perl script.
    - Corrected timezone region in table timezones when timezone is GMT*
    - Made the database file path global variable absolute
    - Corrected an ISA check in _dbh
    - Added method 'timezone_canonical'
    - Added table locale_number_systems, method locale_number_system and locale_number_systems and their documentation
    - Added the 'fatal' object option to force exceptions to be fatal
    - Changed the database handler to be a global re-usable object
    - Improved statements cache mechanism

v0.1.1 2024-08-03T13:40:30+0900
    - Minor unit test correction for perl compiled with uselongdouble (NetBSD?). GitLab #1

v0.1.0 2024-08-02T07:39:07+0900
    - Initial release