Skip to content

Commit

Permalink
Merge pull request #18 from yshrsmz/v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz authored Oct 31, 2023
2 parents 7aa19fd + 38d12e6 commit f1645fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## 0.3.0

- Update to Dart v3 ([#17](https://github.com/yshrsmz/unorm-dart/pull/17)).
- Use StringBuffer to make _normalize faster ([#12](https://github.com/yshrsmz/unorm-dart/pull/12)). Thanks [espresso3389](https://github.com/espresso3389)!

## 0.2.0

- Migrated to null safty([issue #10](https://github.com/yshrsmz/unorm-dart/issues/10)). Thanks [espresso3389](https://github.com/espresso3389) and [Cat-sushi](https://github.com/Cat-sushi)!.
- Migrated to null safty([issue #10](https://github.com/yshrsmz/unorm-dart/issues/10)). Thanks [espresso3389](https://github.com/espresso3389) and [Cat-sushi](https://github.com/Cat-sushi)!

## 0.1.2

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: unorm_dart
description: Unicode 8.0 Normalization - NFC, NFD, NFKC, NFKD.
This is a Dart port of [walling/unorm](https://github.com/walling/unorm).
version: 0.2.0
version: 0.3.0
homepage: https://github.com/yshrsmz/unorm-dart

environment:
Expand Down

0 comments on commit f1645fb

Please sign in to comment.