Current section

Files

Jump to
data_for_seo CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## unreleased
## 0.5.0 (2020-04-22)
Breaking change.
* All results are returned as pure maps. Structs turned out to be more trouble than help.
## 0.4.0 (2020-04-10)
Breaking change.
* `DataForSeo.task_post/1` requires params like the API, no defaults are set.
## 0.3.3 (2020-04-09)
* `DataForSeo.task_get/2` can return unparsed result.
## 0.3.2 (2020-04-08)
* Fixed bug when there were no results.
## 0.3.1 (2020-03-31)
* Refactor datetime conversion in Parser.
* Updated docs.
## 0.3.0 (2020-03-30)
Breaking change.
* Renamed functions to use same names as API endpoints.
* Switched to response structs that mimic API 1:1.
## 0.2.0 (2020-03-11)
Breaking change. Switched to V3 API.