Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Latest commit

 

History

History
67 lines (53 loc) · 854 Bytes

File metadata and controls

67 lines (53 loc) · 854 Bytes

Changes History

1.2.0

Add ability to parse enum value from constant name

1.1.1

Add __isset method to DTO to have proper properties check on object Improve DTO class description

1.1.0

Add PartialUpdateDto

1.0.9

Add:

  • InvalidEnumValueException
  • Method validate in Enum class.

1.0.8

Add DTO class

1.0.7

Add:

  • InvalidArgumentException
  • ArgumentNullException (extends InvalidArgumentException)

1.0.6

Update dependencies versions

1.0.5

Add ServiceException

1.0.4

Add Enums Gender, PagingType, PaymentType

1.0.3

Fix namespace for Enum and RegExp

1.0.2

Add:

  • EntityExistsException
  • NotFoundException
  • NotImplementedException
  • PermissionsException

1.0.1

Add RegExp

1.0.0

Initial version:

  • Enum
  • ConfigurationException
  • PagingException
  • PaymentException