Recent changes¶
Note
According to semver, as long as major version is 0, no guarantees regarding version compatibility are given. Any breaking changes are possible. When this library sees a first user, its major version will be bumped to 1.
0.3.1¶
Added an option to specify report resources by dict key instead of URL.
0.3.0¶
library wa split into modules for easier differentiation between public and private parts
Docs: better examples exposure and overview.
0.2.0¶
Argument for the
Test.fetch()was renamed fromwait_for_completetowait_for_completionBugfix:
Test.fetch()was following redirects when it wasn’t supposed to. Due to this, it was fetching “report” JSON and crashed.
0.1.2¶
Class
Interfacewas renamed toAccount“GTmetrix” name was removed from exception names
Docs: separate pages for changelog and contributing.
0.1.1¶
Added documentation
Added
Interface.testFromIdandreportFromIdmethodsChanged the way how errors are checked - now
Requestor._plain_request()respect HTTP status instead of parsing the response JSON.Changed Travis config to deploy to both “test” and “main” pypi’s
0.1.0¶
Initial release
0.0.x¶
Non-release versions (currently published to test.pypi.org). Last number in version is build number in Travis and increases over time. Hence, recent 0.0.x versions might be “newer” than some 0.1.x versions!