Files
PocketSharp/CHANGELOG.md
T

168 lines
3.5 KiB
Markdown
Raw Normal View History

2014-08-28 14:22:57 +02:00
<<<<<<< HEAD
=======
2015-12-05 17:37:21 +01:00
### 4.2.0 (2015-12-05)
- Update packages
- Remove decompression from HttpClient so it works with UWP
2014-08-28 14:15:16 +02:00
### 4.1.6 (2014-08-28)
- Fix DateTime conversion issue (from local to UTC)
2014-08-28 14:22:57 +02:00
>>>>>>> simple
2014-07-27 13:01:53 +02:00
### 4.1.5 (2014-07-27)
- Fix StackOverflow bug in PocketItem equality overload (fixes #28)
2014-07-18 11:54:47 +02:00
### 4.1.4 (2014-07-18)
- Implement WebAuthenticationBroker-view toggle
2014-06-25 14:41:42 +02:00
### 4.1.3 (2014-06-25)
- Only dispose response if available
2014-06-18 18:58:43 +02:00
### 4.1.2 (2014-06-18)
- Add force param to login+registration
2014-06-17 11:11:41 +02:00
### 4.1.1 (2014-06-17)
- Fix batch adding bug
### 4.1.0 (2014-06-16)
- Include access to the Article View API
2014-04-05 11:44:03 +02:00
### 4.0.0 (2014-04-03)
- Support for Universal apps (dropped SL and WP7 support)
2014-03-13 21:25:04 +01:00
### 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
2014-02-07 14:24:25 +01:00
### 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
2013-12-27 21:45:09 +01:00
### 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
2013-12-15 11:42:53 +01:00
### 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<string>` 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
2013-11-01 16:41:14 +01:00
### 2.2.2 (2013-11-01)
- Password validation in RegisterAccount
2013-10-27 13:35:44 +01:00
### 2.2.1 (2013-10-27)
- Fix NReadability parsing issue
### 2.2.0 (2013-10-26)
- Made `GetAccessCode` obsolete
2013-12-15 11:42:53 +01:00
- Return username after authentication with `GetUser`
2013-10-25 15:19:42 +02:00
### 2.1.0 (2013-10-25)
- Rename `Statistics()` to `GetUserStatistics()`
2013-12-15 11:42:53 +01:00
- Made `CallbackUri` public
- Added Fody/PropertyChanged
2013-10-25 15:19:42 +02:00
- Method `GetUsageLimits()` to retrieve API usage limits
- Add PORTABLE constant to SgmlReader
2013-10-19 16:40:14 +02:00
### 2.0.1 (2013-10-19)
- Catch HttpRequestExceptions and provide as InnerException for PocketException
- Read Article from URI (method overload)
2013-10-17 15:34:05 +02:00
### 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