Skip to content

Commit a82c64c

Browse files
committed
docs: update readme
1 parent 7e580ca commit a82c64c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ npm i --save fast-querystring
1515
- Supports only input of type `string`
1616
- Supports repeating keys in query string
1717
- `foo=bar&foo=baz` parses into `{foo: ['bar', 'baz']}`
18+
- Supports pairs with missing values
19+
- `foo=bar&hola` parses into `{foo: 'bar', hola: ''}`
1820

1921
### Usage
2022

0 commit comments

Comments
 (0)