Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 865 Bytes

File metadata and controls

65 lines (51 loc) · 865 Bytes

Changes History

2.0.2

Fix the following logic bug: wrong strict comparison of the identical enum instances.

2.0.0

Replace old Enum class by new Java-style Enum class.

Update predefined enums: Gender, PagingType, PaymentType.

1.0.9

Add:

  • InvalidEnumValueException
  • Method validate in Enum class.

1.0.9

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