Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

57 lines (33 loc) · 1.42 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Fixed

  • Update comment in data-files to mention rake command. (@skryukov)

0.2.2 - 2023-11-25

Changed

  • Internal implementation moved to regex-based algorithm to improve performance. (@skryukov)

0.2.1 - 2023-11-15

Changed

  • Various performance and memory optimizations. (@skryukov)

0.2.0 - 2023-11-14

Added

Changed

  • BREAKING! Names of options updated to match UTS46 flags. (@skryukov)
  • Unicode version updated to 15.1. (@skryukov)
  • UTS46 functions now support Revision 31. (@skryukov)

Fixed

  • IDNA2008 functions now support not only labels, but full domains. (@skryukov)

0.1.0 - 2023-08-05

Added