Skip to content

v0.4.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@MrDave1999 MrDave1999 released this 15 Jun 00:01
· 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)
  • 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)