Skip to content

Releases: netlogix/Netlogix.JsonApiOrg.AnnotationGenerics

8.1.1 - Fetch property type from reflection if no var annotation is present

06 Mar 13:12
31ced82
Compare
Choose a tag to compare

What's Changed

  • fix: Fetch property type from reflection if no var annotation is present by @paxuclus in #44

Full Changelog: 8.1.0...8.1.1

8.1.0 - Avoid xand composite clause with only one child expression

03 Sep 16:52
87ae772
Compare
Choose a tag to compare

The extra lazy collection no longer wrap its where clause in XAND
expressions for every subsequent "getCriteria()".

8.0.2 - Fix Uploaded Resources and some PHP 8.3 issues

12 Jul 08:46
7a09d4b
Compare
Choose a tag to compare

What's Changed

  • fix: Remove invalid semicolon from dummy object serialized string by @paxuclus in #42
  • fix: Map uploaded resources into request body by @paxuclus in #41

Full Changelog: 8.0.1...8.0.2

8.0.1 - Properly clone request arguments

23 Feb 14:35
b668a97
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.0.0...8.0.1

8.0.0 - Flow 8.3 Requirement

12 Feb 14:06
9c6cbc9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.5.2...8.0.0

BUGFIX: ExtraLazyPersistentCollection::matching() returns self

27 Jul 15:22
e7de67f
Compare
Choose a tag to compare

The concept of extralazy persistent collections is being chainable
through multiple calls of "matching", narrowing down the result set
with each step. This means ExtraLazyPersistentCollection::matching()
returns another ExtraLazyPersistentCollection, not a plain Collection
like parent::matching() does.

7.5.1 - BUGFIX: Remove invalid assert

27 Oct 15:39
46605f0
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: Remove invalid assert by @nlx-lars in #36
  • BUGFIX: Remove replace for self in composer.json by @nlx-lars in #37

Full Changelog: 7.5.0...7.5.1

FEATURE: Allow value objects as identifier

16 Jun 07:11
bc0f1e1
Compare
Choose a tag to compare

Objects can implement \Stringable or JsonApiIdentifier to provide the identifier.

FEATURE: Add tideways TransactionName

16 Dec 09:19
58fcb9f
Compare
Choose a tag to compare

This allows a better overview in tideways and not having only 5 entries

FEATURE: Prevent duplicate query to collections

25 Nov 19:10
4ea7413
Compare
Choose a tag to compare
7.3.0

Merge pull request #33 from netlogix/feature/prevent-duplicate-querie…