- Initial Release
- Initial Release
- Initial Release
- Initial Release
- Initial Release
- Initial Release
- Initial Release
- New services constants:
CREDIT_NEXT_DAY
&CREDIT_LAND_PAID
first()
&last()
methods could returnnull
onSectionList
- Fix
errorData
inCommandException
. - Add
firstError
method to obtain the first error message onCommandException
- Model Validation & Model cleaner.
- Some Models has built-in validation rules.
- Some special characters are removed.
- If a
ValidatedModel
is invalid anInvalidDataException
is thrown. - Nullable values indead of empty string values.
- New tests.