<<<<<<< HEAD ======= ### 4.2.0 (2015-12-05) - Update packages - Remove decompression from HttpClient so it works with UWP ### 4.1.6 (2014-08-28) - Fix DateTime conversion issue (from local to UTC) >>>>>>> simple ### 4.1.5 (2014-07-27) - Fix StackOverflow bug in PocketItem equality overload (fixes #28) ### 4.1.4 (2014-07-18) - Implement WebAuthenticationBroker-view toggle ### 4.1.3 (2014-06-25) - Only dispose response if available ### 4.1.2 (2014-06-18) - Add force param to login+registration ### 4.1.1 (2014-06-17) - Fix batch adding bug ### 4.1.0 (2014-06-16) - Include access to the Article View API ### 4.0.0 (2014-04-03) - Support for Universal apps (dropped SL and WP7 support) ### 3.2.0 (2014-03-13) - add raw JSON to each PocketItem (PR #22) ### 3.1.1 (2014-02-23) - fix SendActions when sending _add_ requests (fixes #20) - try to normalize URIs retrieved in video array ### 3.1.0 (2014-02-07) - Use FullTitle if no other title props are available - Default mobile authentication screen with toggle for desktop (fixes #17) - Use new registration endpoint ### 3.0.2 (2013-12-27) - assign given_url to `Uri` when item couldn't be resolved by Pocket ### 3.0.1 (2013-12-15) - added `PreRequest` to interface ### 3.0.0 (2013-12-15) - `cancellationToken` support for all methods - Toggle inclusion of title in PocketArticle.Content - Make setters for inline objects in PocketItem (images, videos, ...) - IPocketClient interface - PreRequest callback allows injection of `Action` before every request - `lastHeaders` and `lastRequestData` in PocketClient for better debugging - Submit multiple actions in one request with `SendActions` - New `IsVideo`, `IsImage` and `ResolvedId` as new properties in PocketItem - Split PocketReader into own NuGet package - A lot of bugfixes ### 2.2.2 (2013-11-01) - Password validation in RegisterAccount ### 2.2.1 (2013-10-27) - Fix NReadability parsing issue ### 2.2.0 (2013-10-26) - Made `GetAccessCode` obsolete - Return username after authentication with `GetUser` ### 2.1.0 (2013-10-25) - Rename `Statistics()` to `GetUserStatistics()` - Made `CallbackUri` public - Added Fody/PropertyChanged - Method `GetUsageLimits()` to retrieve API usage limits - Add PORTABLE constant to SgmlReader ### 2.0.1 (2013-10-19) - Catch HttpRequestExceptions and provide as InnerException for PocketException - Read Article from URI (method overload) ### 2.0.0 (2013-10-17) - Add Reader API _(does not use the official Article View API, which is private. The PocketReader is based on a custom PCL port of NReadability and SgmlReader)_ ### 1.5.1 (2013-09-30) - `RetrieveFilter.All` didn't work - improve search speed ### 1.5.0 (2013-09-28) - add statistics API - add registration API ### 1.4.0 (2013-09-21) - rename `Retrieve` to `Get` - update IntelliSense documentation - add `GetTags` method ### 1.3.0 (2013-09-19) - get Item by ID - tag modification bugfixes ### 1.2.1 (2013-09-18) - correct parameter conversion for DateTime and Boolean ### 1.2.0 (2013-09-17) - simplified retrieve methods ### 1.1.0 (2013-09-17) - fix modification requests ### 1.0.0 (2013-09-15) - convert to PCL - implement async ### 0.3.2 (2013-08-16) - tag modification fixed - full retrieval of items for Retrieve method ### 0.3.1 (2013-07-07) - authentication fixes ### 0.3.0 (2013-07-02) - update authentication process ### 0.2.0 (2013-06-27) - add, modify item - modify tags ### 0.1.0 (2013-06-26) - authentication - retrieve functionality