Releases: kodedphp/stdlib
Releases · kodedphp/stdlib
Version 6.4.1
Version 6.4.0
This version introduces new functions and improvements:
- added new function
tap()
- added new function
extended()
- introduced new interface
Tapped
- class
ExtendedArguments
now parses the data/array internally to multi-dimensional array - improvements around the dot-noted keys logic
Version 6.3.0
- changed method signature for fromObject method to
fromObject(Configuration|string $object): Configuration
- fixes the wrong 'root' name in Config class
- added missing property type in Mime class
- renamed internal storage array (storage -> data) in Data/Attribute classes
Version 6.2.1
- improved ULID timestamps handling
Version 6.2.0
- added ULID class
Version 6.1.0
- UUID: adds toBase64() and fromBase64() methods
Version 6.0.2
- fixes the XmlSerializer for nested array data with invalid XML key values
- reverted method signatures for implicit conversion from float
Version 6.0.1
- chore: cleanup
Version 6.0.0
- minimum PHP version 8.1
- should be compatible with
JsonSerializable::jsonSerialize(): mixed
signature - adds strict_types
- loose type for Argument::set() $index parameter
- chore: simplify FQN
Version 5.1.1
- refactor get_complete_version() for VERSION file and $version argument