-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be8bf3b
commit 498a7f0
Showing
3 changed files
with
47 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
CHANGELOG | ||
========= | ||
|
||
## 0.2.0 - *9/21/2015* | ||
|
||
- `get` and `delete` are now idempotent. For example, if you call `get` and pass a uuid that doesn't exist, no error status code is returned. Instead a **0** status code is returned and nothing is written to `stdout`. | ||
|
||
- Now validates document id arguments passed into `get` and `delete` via regex. If invalid, a return status code of **3** is returned. | ||
|
||
- Return status codes changed and standardized. | ||
0 => Success | ||
1 => Missing required argument json document | ||
2 => Missing required argument document id | ||
3 => Invalid argument document id | ||
4 => Failure confirming destroy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters