Skip to content

Releases: ngsoft/tools

4.1.2

28 Jan 07:43

Choose a tag to compare

Hotfix Set->each()

4.1.1

27 Jan 23:21

Choose a tag to compare

Critical hotfix:

  • Prevent empty strings or null as Map key

4.1

27 Jan 15:37

Choose a tag to compare

4.1

Added initialization for Map and Set

4.0.1

21 Jan 00:32

Choose a tag to compare

Full Changelog: 4.0.0...4.0.1

4.0

15 Oct 15:00

Choose a tag to compare

4.0

Removed Container, Filesystem and Clock as the will be made standalone packages.

the others tools are the same as before

3.1.0

03 Sep 09:25

Choose a tag to compare

clock

3.0.4

16 Mar 18:37

Choose a tag to compare

  • fixed an issue with array_get()

3.0.3

15 Mar 20:35

Choose a tag to compare

Container Hotfix

3.0.2

15 Mar 19:53

Choose a tag to compare

  • Container ParameterResolver now detects PHP 8.2 Disjunctive Normal Form (Type1&Type2)|Type3 Types and true builtin
  • Container will not throw an Exception if a Intersection Type is used and a default value is set

3.0.1

15 Mar 03:46

Choose a tag to compare

  • Added Storage interface
  • SimpleIterator can now update itself before a new iteration ($static = false)