Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 2.65 KB

CHANGELOG.md

File metadata and controls

74 lines (44 loc) · 2.65 KB

Changelog

v3.0.1 (2022-08-22)

Fixed

  • #24 fix UnionReturnType results in exception
  • #20 BelongsToMany relation causes exception

Full Changelog

v3.0.0 (2022-02-08)

Added

  • support for Laravel 9 (#23)

Full Changelog

v2.1.3 (2021-08-09)

Fixes

Full Changelog

v2.1.2 (2021-05-31)

Fixes

  • allow doctrine/dbal:^3.0 to solve version conflicts for package users

Full Changelog

v2.1.1 (2021-02-09)

Fixed

  • security dependency updates

Full Changelog

v2.1.0 (2020-12-10)

Added

  • support for MySQL 5.7 enum detections

Full Changelog

v2.0.1 (2020-09-24)

Fixed

  • removed discovering not used service provider

Full Changelog

v2.0.0 (2020-09-23)

Added

  • support for Laravel 8 (b328fefb987ee87ae04aea501d08671b5c3b5b06)

Changed

  • renamed Naoray\EloquentModelAnalyzer\Contracts\Detector's analyze() method into discover()

Full Changelog

v1.0.2 (2020-04-05)

Fixed

  • removed use of Str::of() since it is not compatible with Laravel v6 usage

Full Changelog

v1.0.1 (2020-04-05)

Initial Release

  • relations() method to retrieve all relation methods of a model
  • columns() method to retrieve all columns of a model