From 784865ffeef80c90319c8c0a2a47a1d75f97f7fb Mon Sep 17 00:00:00 2001 From: shirne Date: Mon, 13 Dec 2021 23:46:04 +0800 Subject: [PATCH] readme --- CHANGELOG.md | 4 ++++ README.md | 3 ++- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f7d4e..4e63cbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.0 + +* add iso series & cp series & win series + ## 0.1.2 * add canEncode & canDecode diff --git a/README.md b/README.md index d292396..6a24d4d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # charset [![pub package](https://img.shields.io/pub/v/charset.svg)](https://pub.dartlang.org/packages/charset) -gbk,euc-kr,euc-jp,shift-jis,cp437,utf-16 and utf-32 Encoding and Decoding Library for Dart Language +cp series,win series,iso series,gbk,euc-kr,euc-jp,shift-jis,cp437,utf-16 and utf-32 Encoding and Decoding Library for Dart Language Arrange from
[utf](https://github.com/dart-archive/utf)
[fast_gbk](https://github.com/lixiangthinker/fast_gbk)
[euc](https://github.com/dsh0416/euc-jp) +[convert](https://github.com/dart-lang/convert) ## Examples diff --git a/pubspec.yaml b/pubspec.yaml index dbe8bc5..3d340b1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: charset description: Multiple charset Encoding and Decoding Library. -version: 0.1.2 +version: 0.2.0 homepage: repository: https://github.com/shirne/charset-dart