Skip to content

Releases: jsilverdev/dart_image_converter

v1.2.16-rc1

22 Sep 12:46
Compare
Choose a tag to compare
v1.2.16-rc1 Pre-release
Pre-release

Changed

  • Upgrade dependencies

v1.2.15

04 Apr 19:29
Compare
Choose a tag to compare

Changed

  • Improve Testing for file_utils, image_utils and config
  • Rename errors folder to exceptions folder
  • Move validExtensions to constants folder in settings file
  • Change logic for isValidExtension function

v1.2.14

03 Apr 04:29
Compare
Choose a tag to compare

Changed

  • Improve the logic

v1.2.13

30 Mar 21:32
Compare
Choose a tag to compare

Added

  • GitHub Action to check if the version of from pubspec.yaml
  • GitHub Action for PR's
  • Tests

Changed

  • Caching for install deps
  • Migrate the action from marvinpinto/action-automatic-releases@latest to ncipollo/release-action@v1 for deploy releases
  • README details

Removed

  • Execution of tests on ci.yaml

v1.1.5

29 Mar 17:57
Compare
Choose a tag to compare

Added

  • GitHub Action to deploy
  • Files for testing
  • Tests
  • Support files with jpeg extension
  • New exception: ArchNotSupportedException
  • Support for Linux (and shell script for run)

Changed

  • Upgrade pdfium_bindings to 2.0.1
  • NullException now is NullOrEmptyException
  • simplePrint and simpleErrorPrint now only support String objects
  • Rename description on pubspec.yaml

v1.0.0-rc.1

28 Mar 15:57
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release
  • Initial version.