Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

3.3.0

Compare
Choose a tag to compare
@veeeeeRySeXy veeeeeRySeXy released this 15 Mar 10:58
· 20 commits to master since this release
153fcb2

Changed:

  • Count method now can receive fieldValues array to filter results
  • Repository methods create/save/delete/ now can throw an exception if given model type don't match with - served model by repository
  • Repository findOrFail method now checks compliance types of given value and served model primary key.
  • getPage and getCursorPage methods now use nested queries functionality as well as findWhere/getWhere/getWith
  • Method getWithBuilder marked as deprecated
  • Increased unit tests coverage
  • Fixed small description issues