diff --git a/CHANGELOG.md b/CHANGELOG.md index dc606ad..c280639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.2.0-dev +## 0.2.0 - Refactor the package to strictly follow the `Converter` interface established in `dart:convert` and clean up the API as a result. diff --git a/lib/src/punycode_helper.dart b/lib/src/punycode_helper.dart index d415ff4..eae9d66 100644 --- a/lib/src/punycode_helper.dart +++ b/lib/src/punycode_helper.dart @@ -17,6 +17,7 @@ const bootstrapValues = ( delimiter: '-', // '\x2D' ); +/// Canonical instance of the PunycodeHelper const punycodeHelper = _PunycodeHelper._(); final class _PunycodeHelper { diff --git a/pubspec.yaml b/pubspec.yaml index f2af69a..d931e13 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: punycoder description: Punycoder is a well tested Dart implementation of the RFC 3492 Punycode specification -version: 0.2.0-dev +version: 0.2.0 repository: https://github.com/dropbear-software/punycoder/ issue_tracker: https://github.com/dropbear-software/punycoder/issues topics: