Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 753 Bytes

File metadata and controls

19 lines (11 loc) · 753 Bytes

Change Log

v1.1.0 (2022-01-16)

  • Ensured compatibility with Ruby v3.2.0.

v1.0.1 (2021-07-12)

  • Made compatible with Ruby v3.

v1.0.0 (2020-10-15)

  • Now uses libidn2.
  • The gem main API is identical, but custom exception classes differ from V1 since the V2 library's error codes have changed. The old classes are maintained via backwards compatibility mappings. You can keep using the V1 exception classes, but ought to update code for the V2 exceptions if you can. See the C definitions for details, or look in lib/idna/error.rb.
  • Local development uses Ruby 2.4.10 (was 2.4.1).

v0.1.0 (2017-09-24)

  • First release.