* Bug fix: Check whether cwd and base path are equal
0.1.5
------------------
* Guard method to check whether the current working directory is within the base path * Unit tets to check whether guard method exists
0.1.4
------------------
* Guard method to check whether a path exists (returns boolean) * Unit test to check whether guard method works * Changed method name: Valid -> IsValid * Changed method name: IsNotNoneOrEmpty -> NotNoneOrEmpty * Updated unit tests with the correct method name
0.1.3
------------------
* Guard method to test whether a command line argument is valid or invalid * Unit test to check whether guard method works
0.1.2
------------------
* Guard method to test whether the returned HTTP responses are correct * Added a list of basic HTTP status codes * Unit test to check whether guard method works
0.1.1
------------------
* Guard method to test whether an object is none or empty * Unit test to check whether guard method works