Skip to content

Releases: phug-php/util

0.1.11: Optimize for production export

05 Feb 10:33
Compare
Choose a tag to compare

Optimize for production export

0.1.10: Add ScopeTrait

26 Dec 21:44
Compare
Choose a tag to compare

Add ScopeTrait and ScopeInterface

0.1.9: Allow deep set/get/unset options

22 Dec 16:05
Compare
Choose a tag to compare

Allow deep set/get/unset options

0.1.8: Allow interface and class as string in UnorderedArguments

19 Dec 20:39
Compare
Choose a tag to compare

Allow interface and class as string in UnorderedArguments

0.1.7: Add noMoreDefinedArguments ro UnorderedArguments

18 Dec 00:47
Compare
Choose a tag to compare

noMoreDefinedArguments is the same as noMoreArguments but ignore null arguments

0.1.6: Add UnOrderedArguments helper

17 Dec 00:51
Compare
Choose a tag to compare
  • Remove ValueHandlerTrait
  • Add UnOrderedArguments to help get values by type from unordered arguments

0.1.5: Add ValueHandlerTrait

16 Dec 23:24
Compare
Choose a tag to compare

Add ValueHandlerTrait to construct objects based on a value.

0.1.4: OptionTrait->options is now private (and stays private)

15 Dec 14:05
Compare
Choose a tag to compare
Reverted OptionTrait->setOptionArrays logic because it's way faster

0.1.3: Added DocumentLocationInterface

15 Dec 12:20
Compare
Choose a tag to compare
Added LevelGetTrait (Getter only) and LevelTrait

Added OffsetGetTrait (Getter only)

Added LineGetTrait (Getter only)

Added DocumentLocationTrait (Getters only)

Added some PHP doc blocks (thanks to ctrl+n)

Optimized OptionTrait

Version 0.1.2

14 Dec 21:35
Compare
Choose a tag to compare
  • Allow several parameters in ->setOptions
  • Allow several parameters in ->setOptionsRecursive