Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
apiad committed Jan 27, 2018
1 parent 4276269 commit fae9de3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,12 @@ Contributions are highly appreciated. Just fork and submit a pull request. All c
* Support for some fancy operators ?? (e.g. exists, unsure about this)
* Support for typed arguments

### V0.1.4
### v0.2.0

* Support for meta operators in dictionaries (`_count`, `_items`, `_keys`, `_values`)
* The `JsonObj` constructor now receives either `str`, `dict` or a `**kwargs` mapping.

### v0.1.4

* Support for some meta operators for lists (`_count` and `_items`).

Expand Down

0 comments on commit fae9de3

Please sign in to comment.