Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Mar 17, 2021
1 parent 2f989c0 commit 90f7d2c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.2.0
- Add support the following encodings:
* Windows-1253 / cp-1253
* Windows-1254 / cp-1254


## 1.1.0
- Support chunked conversion

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Supports the following encodings:
* Windows-1250 / cp-1250
* Windows-1251 / cp-1251
* Windows-1252 / cp-1252
* Windows-1253 / cp-1253
* Windows-1254 / cp-1254
* GBK (compatible with GB-2312)


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: enough_convert
description: Support for ISO 8859 / Latin and Windows character encodings / charsets / codecs missing from `dart:convert`.
version: 1.1.0
version: 1.2.0
homepage: https://github.com/Enough-Software/enough_convert

environment:
Expand Down

0 comments on commit 90f7d2c

Please sign in to comment.