v0.4.0-alpha
Pre-release
Pre-release
·
107 commits
to master
since this release
What's Changed
- Validation to check if the elements of a collection has null, an empty string or consists only of white-space characters. (#46, #62)
- Removed a null check in the
LoadFromDirectory
method. (b31746a)
- Removed a null check in the
- Validation to check if a parameter list is equal to zero. (#44, #63)
- Validation to check if the directory does not exist. (#45, #65)
- Added tests to verify if the loader returns the error messages associated with the parser. (#66)