Skip to content

Releases: mathieutu/laravel-json-syncer

1.3.0

09 Mar 15:49
6437645
Compare
Choose a tag to compare

Added

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

Fixed

  • 💚 Remove forgotten import. [46292a7]

1.2.1

09 Mar 15:50
25b8783
Compare
Choose a tag to compare

Fixed

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

1.2.0

28 Feb 12:29
29274a0
Compare
Choose a tag to compare

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

14 Feb 15:32
19e483e
Compare
Choose a tag to compare

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

14 Feb 15:32
1.0.0
b907f71
Compare
Choose a tag to compare

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