Skip to content

Latest commit

 

History

History
97 lines (55 loc) · 4.82 KB

CHANGELOG.md

File metadata and controls

97 lines (55 loc) · 4.82 KB

Changelog

1.4.0 (2021-03-14)

Changed

  • ⬆️ Update dependencies (min PHP 7.4, Laravel 8) [da3b967]
  • 👷 Replace Travis with Github actions. [063df3a]

1.3.0 (2020-03-09)

Added

  • 👷‍♂️ Update Travis config with new api. [9108f55]
  • 📦 Implement Laravel 7 compatibility. (#12) [f0cc43a]

Fixed

  • 💚 Remove forgotten import. [46292a7]

1.2.1 (2020-02-28)

Fixed

  • 🐛 Use native Json exception if parsing problem. [698ec4f]

1.2.0 (2020-02-28)

Added

  • 📦 Implement Laravel 6 compatibility (#11) [f7eb983]

Fixed

  • 💚 🎨 Replace StyleCI by PHPCs and fix code style. [625e7fb]

Miscellaneous

  • ✅ Increase code coverage and quality. [d214cda]
  • 📝 Change email. [2b47b0a]
  • 👷 Update tests version. [28554fe]

1.1.0 (2019-02-14)

Added

  • ✨ Add the possibility to pass null to one to many relationships. [7452c15]
  • ✨ Add isExporting and isImporting methods. [79e5ad3]

Changed

  • 🎨 Refactor importFromJson helper method to static. [2891596]

Fixed

  • 💚 Fix Php7 & StyleCI. [e9322c7]

Miscellaneous

1.0.0 (2017-08-07)

Added

  • ✨ Convert objects to array in Importer if they are in collection. [b907f71]
  • ✨ Add exportToCollection() to the JsonExportable. [8328a2e]
  • ✨ Add the Json Importer. [73fff7d]
  • ✨ Add a service which find automatically all the Has*Relations in Model. [d5eb19f]
  • ✨ Add JsonExporter. [2c5266d]
  • 🎉 First commit. [e27255d]

Changed

  • 💚 🎨 StyleCI, PHP 7.0, and forgotten renaming. [8dcdf6a]
  • ✅ 🐛 Add tests and fix bugs. [872e536]
  • 🎨 Rename package and organise imports. [0e6ceed]
  • ✅ 🐛🎨 Add tests, fix bugs, and refactor Traits. [5976d94]
  • ✅ 🐛 Add tests and fix bugs for RelationsInModelFinder [7540199]

Miscellaneous