- Add gzip headers, as it should be done a long ago :(
- Fix requiring
addressable
(@chrisadams).
- quickfix properly registered
mediawiktory-gen
binary; - API definitions generated from recent Wikipedia API.
- First mature release;
- Change of API wrapper approach and allow to generate several different API wrappers;
- Specs & docs.
- Regenerated Wikipedia wrapper in correspondence to current API version;
- Preparing to independent wrappers concept.
Page
class for grouping records inQuery::Response
;User-Agent
header support;- Enums handling changed to symbols (were strings before);
- Correct behavior on empty pagelist when using generator (@smostovoy);
- Raise on errors in response (@smostovoy);
- Access to warnings in response (@smostovoy);
- Domain redirects transparent handling, http://en.wikipedia.org -> https://en.wikipedia.org (@smostovoy).
Initial!