Skip to content

Releases: pjordaan/apie-object-access-normalizer

LocalizationableObjectAccess added

01 Sep 14:17
15b1899
Compare
Choose a tag to compare

LocalizationableObjectAccess is added. With this we can set and get values for localization aware objects where we assume setters and getters ask for a locale.

ErrorBag minor change

20 Jun 21:33
Compare
Choose a tag to compare

The ErrorBag class will be mapped without trailing dot if the ValidationException class returned an array with an empty key.

Minor hotfix

14 May 15:09
Compare
Choose a tag to compare

Small fix for getting the proper validation key for MethodCallNormalizer

Added SelfObjectAccess

13 May 10:49
Compare
Choose a tag to compare

SelfObjectAccess is added. It only works on objects implementing a specific interface which basically let the object tell itself what is available and what is not.

Minor fix in MethodCallDenormalizer

30 Apr 14:41
Compare
Choose a tag to compare

Added method call normalizer

30 Apr 13:48
Compare
Choose a tag to compare

Added a method call normalizer. It is used by w2w/apie to denormalize the same way the constructor call are denormalized. It is used to run/make the sub actions work.

Traversable hotfix

21 Apr 13:50
Compare
Choose a tag to compare

Hotfix for traversable objects.

Added other ObjectAccessInterface implementations

17 Apr 14:47
Compare
Choose a tag to compare

Added CachedObjectAccess class to cache the results.
Added GroupObjectAccess to use a different ObjectAccess for different classes.

Minor code rewrites

16 Apr 14:33
Compare
Choose a tag to compare
1.2.1

update README

gets description of property

14 Apr 05:24
Compare
Choose a tag to compare

Added method to get a description of a property