Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.2.0-dev
## 0.2.0

- Refactor the package to strictly follow the `Converter<S, T>` interface established in `dart:convert` and clean up the API as a result.

Expand Down
1 change: 1 addition & 0 deletions lib/src/punycode_helper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const bootstrapValues = (
delimiter: '-', // '\x2D'
);

/// Canonical instance of the PunycodeHelper
const punycodeHelper = _PunycodeHelper._();

final class _PunycodeHelper {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down