Releases: alex9smith/gdelt-doc-api
Releases · alex9smith/gdelt-doc-api
1.5.0
1.4.0
Validate timespan filter parameter to make sure it's an allowed value #19 by @alex9smith
Catch API errors when a query string is invalid and return them to the user #20 by @alex9smith
1.3.3
Fix a bug in multi_repeat which meant any filter using OR would fail by @alex9smith
1.3.2
Fix a bug in multi_repeat
which caused a bad response from the API which could not be parsed - #12 by @alex9smith
1.3.1
What's Changed
- Remove old tests by @alex9smith in #7
- Add space to the end of filter conditions in the query by @alex9smith in #8
Full Changelog: 1.3.0...1.3.1
1.3.0
Searches that have 0 results now don't raise an error - thanks @FelixKleineBoesing for the fix.