Releases: benrowe/properties
Releases · benrowe/properties
1.1.1
05 Jun 21:21
Compare
Sorry, something went wrong.
No results found
1.1.0
17 May 23:45
Compare
Sorry, something went wrong.
No results found
Separated Type checking into seperate class
You can now Check the type of a variable using docblock style syntax
(new TypeChecker($value))->check('string|int|int[]');
Update docblock annotations.
1.0.2
06 May 23:27
Compare
Sorry, something went wrong.
No results found
Add method annotations to PropertyTrait for ide completion
1.0.1
01 May 01:49
Compare
Sorry, something went wrong.
No results found
Add Manager::allValues() function
1.0.0
28 Apr 05:15
Compare
Sorry, something went wrong.
No results found
First release of Properties
Runtime properties including strict type checking
Support only for php 7.1+
runtime default value
27 Mar 06:15
Compare
Sorry, something went wrong.
No results found
add functionality to specify default at runtime when getting the default value
$property->getValue('my default');
Beta release
22 Mar 21:54
Compare
Sorry, something went wrong.
No results found
Merge pull request #7 from benrowe/feature/properties
Simplify implementation of Property::setType
beta release
22 Mar 21:51
Compare
Sorry, something went wrong.
No results found
Merge pull request #7 from benrowe/feature/properties
Simplify implementation of Property::setType