Gowork Values Versions Save

Library to wrap PHP's primitive values into cleaner and more user-friendly objects.

0.6.5

1 year ago

Mark closure arguments as always-provided (#62)

0.6.4

1 year ago

Fix shuffle in AssocArray. Now it preserves keys.

0.6.3

1 year ago

Fix handling numeric keys in AssocValue

0.6.2

1 year ago
  • Fix phpstan removing null on iterable value (#58)

0.6.1

2 years ago

Fix deprecation notices in PHP 8.1

0.6.0

2 years ago
  • Allow PHP 8.1
  • Drop support for PHP 7.4

0.5.1

2 years ago

Fix matchAllPatterns return typehint

0.5.0

2 years ago

v0.4.1

3 years ago

Fix incorrect return type in StringValue::matchAllPatterns()

v0.4

3 years ago
  • Ready for PHP 8
  • Introduced phpstan @template, so we can use it in generic-like way