Skip to content

Commit

Permalink
release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed May 9, 2021
1 parent cdfe651 commit eff08cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.0
- Add support the following encoding thanks to [habbas11](https://github.com/habbas11):
* Windows-1256 / cp-1256

## 1.2.0
- Add support the following encodings:
* Windows-1253 / cp-1253
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Supports the following encodings:
* Windows-1252 / cp-1252
* Windows-1253 / cp-1253
* Windows-1254 / cp-1254
* Windows-1256 / cp-1256
* GBK (compatible with GB-2312)


Expand All @@ -49,7 +50,7 @@ Add this dependency your pubspec.yaml file:

```
dependencies:
enough_convert: ^1.0.0
enough_convert: ^1.3.0
```
The latest version or `enough_convert` is [![enough_convert version](https://img.shields.io/pub/v/enough_convert.svg)](https://pub.dartlang.org/packages/enough_convert).

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.2.0
version: 1.3.0
homepage: https://github.com/Enough-Software/enough_convert

environment:
Expand Down

0 comments on commit eff08cd

Please sign in to comment.