CHANGELOG.rst 923 B

123456789101112131415161718192021222324252627
  1. CHANGELOG
  2. =====
  3. 0.4.0
  4. -----
  5. * Improvement `#25`_: Extracted mapping logic into separate classes
  6. * Added ``GPS`` information
  7. * Improved unit tests; coverage up to 100%
  8. * Added contributor to README.md
  9. * Added extra stuff about unit tests to the ``Contributing`` section of the README.md
  10. 0.3.0
  11. -----
  12. * Bugfix `#24`_: getRawData() does not return raw EXIF data
  13. * Bugfix `#18`_: Create CHANGELOG
  14. * Separated ``Adapter`` & ``Reader`` classes
  15. * Created ``ReaderInterface`` class
  16. * BC-break `#15`_: Exiftool adapter: add -n switch to exiftool call
  17. * Composer.json: added semver version for phpmd; removed pdepend
  18. * added ``Orientation``, ``MimeType``, ``FileSize`` and ``ColorSpace`` options to EXIF
  19. .. _`#25`: https://github.com/Miljar/php-exif/issues/25
  20. .. _`#24`: https://github.com/Miljar/php-exif/issues/24
  21. .. _`#18`: https://github.com/Miljar/php-exif/issues/18
  22. .. _`#15`: https://github.com/Miljar/php-exif/issues/15