Skip to content

Commit

Permalink
release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Jun 11, 2022
1 parent ff0edb2 commit 85dd0ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.5.0
- Thanks to [bobaxix](https://github.com/bobaxix) both KOI8-R as well as KOI8-U codecs are now supported.
- Add support for [big5](https://en.wikipedia.org/wiki/Big5) encoding by forking https://github.com/douasin/big5-dart.
- Restructure the package to hide implementation details - in doubt `import 'package:enough_convert/enough_convert.dart';`.
- Improve documentation and code style

## 1.4.0
- Thanks to [moheb2000](https://github.com/moheb2000) now the Windows-1256 codec (Persian) works as expected.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Add this dependency your pubspec.yaml file:

```
dependencies:
enough_convert: ^1.3.0
enough_convert: ^1.5.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
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: enough_convert
description: Support for character encodings / charsets / codecs missing from `dart:convert` - ISO 8859 / Latin, Windows, GBK, and KOI8 R/U.
version: 1.4.0
description: Support for character encodings / charsets / codecs missing from `dart:convert` - ISO 8859 / Latin, Windows, GBK, Big5, and KOI8 R/U.
version: 1.5.0
homepage: https://github.com/Enough-Software/enough_convert

environment:
Expand Down

0 comments on commit 85dd0ac

Please sign in to comment.