Skip to content

Releases: gowork/values

0.6.5

07 Oct 07:28
dc4adbe
Compare
Choose a tag to compare

Mark closure arguments as always-provided (#62)

0.6.4

29 Aug 05:29
6e55673
Compare
Choose a tag to compare

Fix shuffle in AssocArray. Now it preserves keys.

0.6.3

21 Jun 16:41
9b660e7
Compare
Choose a tag to compare

Fix handling numeric keys in AssocValue

0.6.2

06 Jun 17:03
d6988a0
Compare
Choose a tag to compare
  • Fix phpstan removing null on iterable value (#58)

0.6.1

25 May 08:39
1d94ad6
Compare
Choose a tag to compare

Fix deprecation notices in PHP 8.1

0.6.0

24 May 09:44
bd9d80b
Compare
Choose a tag to compare
  • Allow PHP 8.1
  • Drop support for PHP 7.4

0.5.1

26 Jan 09:05
Compare
Choose a tag to compare

Fix matchAllPatterns return typehint

0.5.0

13 Dec 14:13
ac0120b
Compare
Choose a tag to compare
  • New functions #53
  • PHPStan 1.0 #52
  • PlainArray and AssocArray lazy evaluation #45
  • Split StringsArray and ArrayValue #41

v0.4.1

13 Jan 09:56
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Fix incorrect return type in StringValue::matchAllPatterns()

v0.4

15 Dec 10:39
0533ceb
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release
  • Ready for PHP 8
  • Introduced phpstan @template, so we can use it in generic-like way