Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

48 lines (36 loc) · 1.3 KB

2.2.1

  • Fix missing lStar resource for Android with Flutter 3.24 (thanks to moffatman)

2.2.0

2.1.2

  • Fix missing namespace in Android project (thanks to MemphisNguyen)

2.1.1

  • Upgrade Kotlin and Gradle versions (special thanks to sgsm74 and lvinci)

2.1.0

  • Windows support
  • Fix nullable return type of decoding
  • Fix trailing zeros in encoding output on Android
  • Better example and improved tests

2.0.0

  • Null safety
  • In case native implementation returns a null CharsetConversionError will be thrown

1.0.3

  • Update pubspec.yaml to mark supported platforms
  • Add integration tests
  • Add GitHub Actions workflow to run unit and integration tests

1.0.2

  • Small improvements in documentation

1.0.1

  • Fix links in README files

1.0.0

  • Stable release
  • Update example README

0.0.3

  • Single charset availability check

0.0.2

  • iOS support

0.0.1

  • Encoding and decoding
  • Getting list of available charsets
  • Android support
  • Basic documentation