Skip to content

Releases: Enough-Software/enough_convert

v1.6.0

15 Jun 22:14
Compare
Choose a tag to compare
  • Add cp-850 / DOS-Latin-1 encoding support.
  • Improve documentation.

v1.5.0

11 Jun 15:56
Compare
Choose a tag to compare
  • Thanks to bobaxix both KOI8-R as well as KOI8-U codecs are now supported.
  • Add support for 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

v1.4.0

18 Aug 16:35
e439bab
Compare
Choose a tag to compare
  • Thanks to moheb2000 now the Windows-1256 codec (Persian) works as expected.

v1.3.0

09 May 10:43
Compare
Choose a tag to compare

Add support the following encoding thanks to habbas11:

  • Windows-1256 / cp-1256

v1.2.0

17 Mar 16:55
Compare
Choose a tag to compare
  • Add support the following encodings:
    • Windows-1253 / cp-1253
    • Windows-1254 / cp-1254

v1.1.0

04 Mar 10:43
Compare
Choose a tag to compare
  • Support chunked conversion

v1.0.0

03 Mar 23:32
Compare
Choose a tag to compare
  • Add null-safety

v0.10.0

09 Feb 11:03
Compare
Choose a tag to compare
  • Decoding data does not change the data anymore, as this is not expected behavior
  • Forked fast_gbk into enough_convert to support GBK and GB2312 encodings

v0.9.0

09 Dec 14:59
Compare
Choose a tag to compare
  • Initial version with support for ISO 8859 1-16, Windows 1250, 1251 and 1252 character encodings