Releases: kodedphp/stdlib
Releases · kodedphp/stdlib
Version 5.1.0
- adds semver function (get_version())
- removes the dev functions
- json_un/serialize functions are using the JsonSerializer class
- simplified FQN's
Version 5.0.1
- version bump
Version 5.0.0
Start PHP 8 vertsion
Version 4.0.3
- updates
Version 4.0.2
- updated composer autoload
Version 4.0.1
dev/4.0.1 (#17) * Fixes unit tests for phpunit 7+ * removes support for PHP 7.1 * removes the "--ignore-platform-reqs" for composer * Minimum version for PHP is 7.2 * Badge update * Version bump * Some tests are ignored for now
Version 4.0.0
- changed PHP version requirement
Version 3.3.0
Improves the JSON support.
Version 3.2.0
Transformation improvements - adds new method Data::toXML() - uses internal function for object JSON serialization - adds JSON_FORCE_OBJECT to default json_encode() options - CS cleaning
Version 3.1.0
The library updated with new functionalities - adds new `Serializer\XmlSerializer` class - adds new functions: json_serialize(), json_unserialize(), xml_serialize(), xml_unserialize(), php_serialize() and php_unserialize() - updates the composer.json (some extensions requirements, new tags, branch alias) - updates the unit test (some files are renamed)