Skip to content

Releases: benrowe/properties

1.1.1

05 Jun 21:21
13bf70b

Choose a tag to compare

Minor bug fixes

1.1.0

17 May 23:45

Choose a tag to compare

  • 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

Choose a tag to compare

Add method annotations to PropertyTrait for ide completion

1.0.1

01 May 01:49

Choose a tag to compare

Add Manager::allValues() function

1.0.0

28 Apr 05:15
eab9559

Choose a tag to compare

First release of Properties
Runtime properties including strict type checking
Support only for php 7.1+

runtime default value

27 Mar 06:15

Choose a tag to compare

  • add functionality to specify default at runtime when getting the default value

$property->getValue('my default');

Beta release

22 Mar 21:54

Choose a tag to compare

Merge pull request #7 from benrowe/feature/properties

Simplify implementation of Property::setType

beta release

22 Mar 21:51

Choose a tag to compare

Merge pull request #7 from benrowe/feature/properties

Simplify implementation of Property::setType