Skip to content

Releases: yzen-dev/plain-to-class

Release v3.0.5

15 Nov 15:35
Compare
Choose a tag to compare

@volodymyr-hordiienko Allow attributes to target properties

Release v3.0.3

12 Jul 07:51
Compare
Choose a tag to compare

fix: nullable property

Relese v3.0.2

11 Jul 11:58
Compare
Choose a tag to compare

Fix: Cast nullable value.
If an empty value for nullable property is received, it is converted to type, not null

v3.0.1

15 Jun 13:23
Compare
Choose a tag to compare

fix min php version

v3.0.0

15 Jun 12:48
8f16aaa
Compare
Choose a tag to compare
  • class Hydrator
  • mutation tests with MSI 100% coverage
  • psalm

Code refactoring
Added caching of class structures in file
Speed gain 75% and gain with cache mode x2

v2.0

02 Feb 16:47
Compare
Choose a tag to compare

Changelog ver. 2.0

  • Alias support for properties
  • Custom setters for properties
  • Added afterTransform method
  • Support for enum from php 8.1
  • Added transformCollection and transformMultiple method

also

  • Code refactoring
  • Added caching of class structures
  • Speed gain 35%

v1.2

10 Jun 18:26
Compare
Choose a tag to compare
  • refactoring
  • add attribute NotTransform

v1.1.3

14 Mar 17:05
Compare
Choose a tag to compare

fixed mixed type

v1.1.2

14 Mar 08:00
Compare
Choose a tag to compare

Fixed nullable array

v0.4.2

14 Mar 08:00
Compare
Choose a tag to compare

Fixed nullable array