Releases: antarestupin/Accessible
Releases · antarestupin/Accessible
v3.1
v3.0
Replaces association related annotations names:
- Replaces @Inverted by @referenced
- Replaces @mapped by @InCollection
This way associations should be easier to understand.
v2.1.1
Collections properties are validated using constraints annotations when using add
and remove
.
v2.1
Adds Access::CALL
v2.0.2
Fixes a bug whith @InitializeObject
when two instances of a class are created.
v2.0.1
Improves the annotations parsing and information extraction.
v2.0
- Uses
AutomatedBehaviorTrait
instead ofAutoConstructTrait
andAccessiblePropertiesTrait
- Replaces
validatePropertyValue
byassertPropertyValue
- Adds collections management
- Adds associations management
- Enables constraints validation activation / deactivation using methods
v1.0.1
Update .travis.yml
v1.0
Update README.md