Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Tags: laravel-ardent/ardent

Tags

3.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #315 from laravel-ardent/revert-305-patch-1

Revert "Support Auto-Discovery", removes related files which are not used anymore

v3.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #305 from Omranic/patch-1

Support Auto-Discovery

v3.4.2

Leaving glocal scopes to be applied by Eloquent

Closes #245 and finally fixes #281
  newQuery() is used to both create a Builder and apply scopes. This was being
overridden so we could use our own Builder, but it brings more tasks inside
the same overridden method. Thus, we now override newQueryWithoutScopes()
that is indeed the main builder-instantiator, and leave scopes for Eloquent.

v3.4.1

fixing dead reference to old `$externalValidator`

v3.4.0

Improving password autohashing

v3.3.0

Enabling usage of unique rules out of the model as well

See buildUniqueExclusionRules() doc for details

v3.2.0

Fixing unique rules when there's no ID to query

v3.1.1

Fixing memory exhaustion in find()

Closes #283 and #191

v3.1.0

validateUniques() is now default for save procedures

This is actually needed if you're, for instance, using EloquentUserProvider.

v3.0.0

Fixing PSR-4 namespace