Skip to content

Version 1.0 - refactor & clean up code

Compare
Choose a tag to compare
@qwerty287 qwerty287 released this 06 Apr 10:10
· 10 commits to master since this release
bfc651d

⚠️ BREAKING BACKWARD COMPATIBILITY.

  • Reader::getExifFromFile was removed, use Reader::read.
  • Reader::read can throw PhpExifReaderException instead of RuntimeException.
  • Reader::getAdapter was removed.
  • NoAdapterException was removed.

What's Changed

  • Breaking: Remove unnecessary exception and null checks by @qwerty287 in #63

Full Changelog: v0.8.2...v1.0.0