Skip to content

Releases: kodedphp/stdlib

Version 5.1.0

21 Nov 18:54
Compare
Choose a tag to compare
  • 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

30 Jun 05:17
Compare
Choose a tag to compare
- version bump

Version 5.0.0

03 May 16:35
Compare
Choose a tag to compare

Start PHP 8 vertsion

Version 4.0.3

06 Dec 13:52
Compare
Choose a tag to compare
- updates

Version 4.0.2

18 Aug 20:51
Compare
Choose a tag to compare
- updated composer autoload

Version 4.0.1

09 Sep 17:05
54b4cee
Compare
Choose a tag to compare
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

21 May 11:45
Compare
Choose a tag to compare
- changed PHP version requirement

Version 3.3.0

06 Oct 06:43
65805d2
Compare
Choose a tag to compare

Improves the JSON support.

Version 3.2.0

25 Sep 03:44
215c197
Compare
Choose a tag to compare
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

30 Aug 20:11
2c94738
Compare
Choose a tag to compare
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)