fix for query string keys without value, added required option to JSON

This commit is contained in:
john30
2015-06-07 18:39:40 +02:00
parent 96778e33fb
commit 137941982c
2 changed files with 41 additions and 21 deletions
+2 -1
View File
@@ -2,11 +2,12 @@
## Bug fixes
* fix for numeric parsing of empty string
* allow HTTP port query string keys without value
## Features
* new "read" option "-n" for retrieving name/value pairs in numeric form
* new "find" option "-e" for exactly matching name and optional circuit (ignoring case)
* added numeric and verbose options to JSON and use "null" for unset or replacement value
* added numeric, verbose, and required options to JSON and use "null" for unset or replacement value
* allow static ".json" files being served by HTTP port
* allow passing raw value when writing name/value pairs