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.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